From 6af6ab01e94c7a39790519738b054b454b8831a7 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sat, 30 Mar 2024 14:48:10 +0900 Subject: [PATCH] Update README.md seperate -> separate --- docs/docfx/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docfx/README.md b/docs/docfx/README.md index 18644588c..9d3a96b02 100644 --- a/docs/docfx/README.md +++ b/docs/docfx/README.md @@ -12,7 +12,7 @@ The build will produce a series of HTML files in the `_site` directory. Many of ## Publishing the docs -The docs are automatically built and published by a [GitHub Action](https://github.com/microsoft/reverse-proxy/blob/main/.github/workflows/docfx_build.yml) on every push to `release/latest`. The built `_site` directory is pushed to the `gh-pages` branch and served by [https://microsoft.github.io/reverse-proxy/](https://microsoft.github.io/reverse-proxy/). Maintaining a seperate branch for the released docs allows us to choose when to publish them and with what content, and without modifying the build scripts each release. +The docs are automatically built and published by a [GitHub Action](https://github.com/microsoft/reverse-proxy/blob/main/.github/workflows/docfx_build.yml) on every push to `release/latest`. The built `_site` directory is pushed to the `gh-pages` branch and served by [https://microsoft.github.io/reverse-proxy/](https://microsoft.github.io/reverse-proxy/). Maintaining a separate branch for the released docs allows us to choose when to publish them and with what content, and without modifying the build scripts each release. Doc edits for the current public release should go into that release's branch (e.g. `release/1.0.0-preview3`) and merged forward into `main` and `release/latest`.