need index.md to generate index.html
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 37s Details

This commit is contained in:
Ladd Hoffman 2024-05-15 13:28:17 -05:00
parent 4e48613de9
commit b098ec5764
3 changed files with 2 additions and 4 deletions

View File

@ -1,8 +1,6 @@
# Setup
pip install mkdocs
pip install mkdocs-mermaid2
pip install mkdocs-material
pip install mkdocs mkdocs-mermaid2-plugin mkdocs-material
# Local Development

View File

@ -15,7 +15,7 @@ markdown_extensions:
class: mermaid
format: !!python/name:mermaid2.fence_mermaid_custom
nav:
- Overview: overview.md
- Overview: index.md
- Terminology: terminology.md
- Requirements: requirements.md
- Design: design.md