From b098ec57644ed688ba57b5ddb86288be954b172a Mon Sep 17 00:00:00 2001 From: Ladd Hoffman Date: Wed, 15 May 2024 13:28:17 -0500 Subject: [PATCH] need index.md to generate index.html --- specification/README.md | 4 +--- specification/docs/{overview.md => index.md} | 0 specification/mkdocs.yml | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) rename specification/docs/{overview.md => index.md} (100%) 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