You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: APIDOCS.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,13 @@
2
2
3
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
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
5
+
```
6
+
cd C:\path\to\rabbitmq-dotnet-client`
7
+
git submodule update --init
8
+
.\build.bat
9
+
docfx.exe
10
+
cd _site
11
+
git commit -a -m 'rabbitmq-dotnet-client docs vX.Y.Z'
12
+
cd ..
13
+
git commit -a -m 'rabbitmq-dotnet-client docs vX.Y.Z'
0 commit comments