Skip to content

Commit 9f4d089

Browse files
author
Miha Zidar
committed
Remove Docs section from docfx site
1 parent 5f3fe50 commit 9f4d089

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

docfx.json .docfx/docfx.json

File renamed without changes.

.docfx/toc.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- name: API
2+
href: api/

.github/workflows/dotnet.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,11 @@ jobs:
2828
run: |
2929
dotnet tool install -g docfx
3030
docfx init -y
31-
git checkout docfx.json
31+
32+
# override default config, toc, and index page
33+
cp .docfx/* .
3234
cp README.md index.md
35+
3336
docfx docfx.json
3437
ls -alh _site
3538
- name: push site to gh-pages

0 commit comments

Comments
 (0)