Skip to content

Commit

Permalink
Added mkdocs.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Sep 24, 2024
1 parent f5b20ef commit 694d4a4
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
site_name: MLPerf Inference Results Comparison
repo_url: https://github.com/mlcommons/inference_results_v4.0
theme:
name: material
logo: img/logo_v2.svg
favicon: img/logo_v2.svg
palette:
primary: deep purple
accent: yellow
custom_dir: overrides
features:
- content.tabs.link
- content.code.copy
- navigation.expand
- navigation.sections
- navigation.indexes
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- toc.follow
nav:
- Results: index.md
- Compare: compare/index.md
- Top Results: top_results/index.md

markdown_extensions:
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.details
- admonition
- attr_list
- def_list
- footnotes
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
plugins:
- macros

0 comments on commit 694d4a4

Please sign in to comment.