mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-27 20:02:15 +00:00
* Test re-using page layout from current ONNX Runtime website for docs * Add content for documentation on website * Fixed most broken links * Copy just-the-docs theme sources into repo * Remove local theme files as this did not work with GitHub * Remove nojekyll file * Move image assets into single location * Add Contents to markdown files and ensure only one h1 * Update after review * Fix img links * Add trailing slash to main nav links * Fix broken links on main docs page * Re-fix broken links on main docs page * Fix broken links #3 * Fix broken links #4 * Fix broken links #5 * Fix broken links #6 * Fix paths to global assets * Add updates since fork * Update custom op docs * Fix link
22 lines
487 B
YAML
22 lines
487 B
YAML
remote_theme: pmarsceill/just-the-docs
|
|
color_scheme: onnxruntime
|
|
search_enabled: false
|
|
plugins:
|
|
- jekyll-toc
|
|
kramdown:
|
|
parse_block_html: true
|
|
logo: "/images/ONNX-Runtime-logo.svg"
|
|
aux_links:
|
|
"Get started":
|
|
- "/docs/get-started/"
|
|
"Tutorials":
|
|
- "/docs/tutorials/"
|
|
"Recipes":
|
|
- "/docs/how-to/"
|
|
"Reference":
|
|
- "/docs/reference/"
|
|
"Resources":
|
|
- "/docs/resources/"
|
|
"GitHub":
|
|
- "https://github.com/microsoft/onnxruntime"
|
|
ga_tracking: UA-156955408-1
|