mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-16 18:31:27 +00:00
23 lines
508 B
YAML
23 lines
508 B
YAML
remote_theme: pmarsceill/just-the-docs
|
|
color_scheme: onnxruntime
|
|
search_enabled: false
|
|
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
|