Skip to content

Commit c6936b4

Browse files
committed
Add instructions for updating api docs
1 parent 65af985 commit c6936b4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

APIDOCS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Updating API Documentation
2+
3+
Updating the content in the `_site` submodule (which is this repository's `gh-pages` branch) is a manual process that must be done on Windows (as of docfx `2.31`):
4+
5+
* `git submodule update --init` in this project
6+
* Run `docfx.exe` 2.31 or later
7+
* `cd _site` and commit all changes
8+
* `cd ..` and commit updated `_site` submodule

0 commit comments

Comments
 (0)