Skip to content

Commit

Permalink
Auto generate TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
bss-jan-krassnigg committed Jan 16, 2024
1 parent 8aab4d0 commit 45e2933
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ jobs:
with:
dotnet-version: 8.x

- name: Install Python
uses: actions/setup-python@v4
with:
python-version: '3.11'

- name: Generate TOC
run: python scripts/create-toc.py

- name: Clear docs host repo
run: rm -rf _site/*

Expand Down
7 changes: 7 additions & 0 deletions pages/docs/Miscellaneous/custom-data.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Custom Data

<!-- PAGE IS TODO -->

## See Also

* [Config File Resource](config-file-resource.md)

0 comments on commit 45e2933

Please sign in to comment.