Skip to content

Commit 4241f62

Browse files
committed
rabbitmq-dotnet-client docs v6.0.0-pre.14
1 parent eb48e2d commit 4241f62

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ docs/api-guide.pdf
1414
.DS_Store
1515
TestResults.xml
1616
TestResult.xml
17-
/packages
1817
/.fake
1918
/.ionide
2019
/NuGet
2120
.vscode/
2221
*.lock.json
22+
api/
2323

2424
test.sh
2525
*.VisualState.xml
@@ -83,8 +83,8 @@ DocProject/Help/Html2
8383
DocProject/Help/html
8484

8585
# NuGet Packages Directory
86-
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
87-
#packages/
86+
packages/
87+
/packages
8888

8989
# Windows Store app package directory
9090
AppPackages/

APIDOCS.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
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`):
44

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'
14+
```

_site

Submodule _site updated 161 files

0 commit comments

Comments
 (0)