diff --git a/specification/README.md b/specification/README.md index b601e2e..d013d4b 100644 --- a/specification/README.md +++ b/specification/README.md @@ -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 diff --git a/specification/docs/overview.md b/specification/docs/index.md similarity index 100% rename from specification/docs/overview.md rename to specification/docs/index.md diff --git a/specification/mkdocs.yml b/specification/mkdocs.yml index 9995d7a..9150df1 100644 --- a/specification/mkdocs.yml +++ b/specification/mkdocs.yml @@ -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