need index.md to generate index.html
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 37s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 37s
Details
This commit is contained in:
parent
4e48613de9
commit
b098ec5764
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue