mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-17 18:40:28 +00:00
Co-authored-by: MaanavD <maanavdalal@microsoft.com> Co-authored-by: Prasanth Pulavarthi <prasanth.pulavarthi@microsoft.com> Co-authored-by: Sophie Schoenmeyer <sschoenmeyer@microsoft.com> Co-authored-by: sophies927 <107952697+sophies927@users.noreply.github.com> Co-authored-by: Parinita Rahi <101819959+parinitarahi@users.noreply.github.com> Co-authored-by: kshama-msft <66488860+kshama-msft@users.noreply.github.com>
37 lines
1.2 KiB
YAML
37 lines
1.2 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
|
|
- jekyll-redirect-from
|
|
kramdown:
|
|
parse_block_html: true
|
|
toc_levels: '2'
|
|
logo: '/images/ONNX-Runtime-logo.svg'
|
|
aux_links:
|
|
'ONNX Runtime':
|
|
- '/'
|
|
'Install':
|
|
- '/docs/install/'
|
|
'Get Started':
|
|
- '/docs/get-started/'
|
|
'Tutorials':
|
|
- '/docs/tutorials/'
|
|
'API Docs':
|
|
- '/docs/api/'
|
|
'YouTube':
|
|
- 'https://www.youtube.com/onnxruntime'
|
|
'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
|