diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 03366fa133..c2fc62ea93 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -54,6 +54,8 @@ The html docs are generated from markdown using Jekyll and published using GitHu To update the docs, create a Pull Request against the [gh-pages](https://github.com/microsoft/onnxruntime/tree/gh-pages) branch of the [ONNX Runtime repo](https://github.com/microsoft/onnxruntime). +To preview your changes, you can push to the gh-pages branch in your fork and this will publish a staged version of your changes to .github.io/onnxruntime/docs. + Once your PR is approved and merged, your changes will be automatically published to https://onnxruntime.ai/docs. Note: technical reference docs for developers of ONNX Runtime source code can be found [here](https://github.com/microsoft/onnxruntime/docs)