onnxruntime/_config.yml
Elena Neroslavskaya 361c99b387
Left aligned nav bar pages layout (#6992)
* footer test

* page url

* page url

* page url

* page url

* page url

* page url

* page url

* layout left

* layout left

* shift nav left

* left layout
2021-03-12 15:15:12 -08:00

34 lines
No EOL
1.1 KiB
YAML

remote_theme: pmarsceill/just-the-docs
color_scheme: onnxruntime
search_enabled: true
# Split pages into sections that can be searched individually
# Supports 1 - 6, default: 2
search.heading_level: 2
search.button: true
plugins:
- jekyll-toc
kramdown:
parse_block_html: true
toc_levels: "1,2,3"
logo: "/images/ONNX-Runtime-logo.svg"
aux_links:
"Get started":
- "/docs/get-started/"
"Tutorials":
- "/docs/tutorials/"
"How to":
- "/docs/how-to/"
"Reference":
- "/docs/reference/"
"Resources":
- "/docs/resources/"
"GitHub":
- "https://github.com/microsoft/onnxruntime"
ga_tracking: UA-156955408-1
# Footer "Edit this page on GitHub" link text
gh_edit_link: true # show or hide edit this page link
gh_edit_link_text: "Edit this page on GitHub"
gh_edit_repository: "https://github.com/microsoft/onnxruntime" # the github URL for your repo
gh_edit_branch: "gh-pages" # the branch that your docs is served from
# gh_edit_source: docs # the source that your files originate from
gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately