Skip to content

Update ONNX Runtime Docs

Olivia Jain edited this page May 28, 2021 · 4 revisions

Making a Change

  1. Make a fork from microsoft/onnxruntime.
  2. Checkout gh-pages. Create a branch off of gh-pages to make your edits.

Change

  1. Add Navigation instructions. Example
---
nav_exclude: true
---
OR
---
title: Title
parent: Parent Title
grand_parent: Reference
nav_order: 3
---
  1. Make sure all links to documents in docs folder are relative so they properly pickup Jeykll formatting
  2. Add {: .no_toc} for no table of contents

Preview Change

  1. Navigate to your fork on github.com. Click on Settings > Pages.
  2. Select the Source to track the branch you created, select /docs as the folder. View your changes at the URL listed at "Your site is ready…"

Create a PR

  1. After validating changes, create a PR into gh-pages.
  2. Only authorized users can approve.
Clone this wiki locally