Skip to content
1 change: 1 addition & 0 deletions .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Generate index.md from README.md
run: |
cp README.md docs/index.md
sed -i 's|docs/guide.md|guide/|g' docs/index.md
mkdir docs/media
cp media/logo.png docs/media/logo.png

Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ theme:
name: mkdocs

nav:
Home: 'index.md'
'Get started': 'guide.md'
- Home: 'index.md'
- 'Get started': 'guide.md'
Loading