diff --git a/docs/dev-guide/containers_101.md b/docs/dev-guide/containers-101.md similarity index 100% rename from docs/dev-guide/containers_101.md rename to docs/dev-guide/containers-101.md diff --git a/docs/dev-guide/dep_management.md b/docs/dev-guide/dep-management.md similarity index 100% rename from docs/dev-guide/dep_management.md rename to docs/dev-guide/dep-management.md diff --git a/docs/dev-guide/doc_gen.md b/docs/dev-guide/doc-gen.md similarity index 100% rename from docs/dev-guide/doc_gen.md rename to docs/dev-guide/doc-gen.md diff --git a/docs/dev-guide/pre_commit.md b/docs/dev-guide/pre-commit.md similarity index 100% rename from docs/dev-guide/pre_commit.md rename to docs/dev-guide/pre-commit.md diff --git a/docs/dev-guide/version_control.md b/docs/dev-guide/version-control.md similarity index 100% rename from docs/dev-guide/version_control.md rename to docs/dev-guide/version-control.md diff --git a/docs/dev-guide/web_frameworks.md b/docs/dev-guide/web-frameworks.md similarity index 100% rename from docs/dev-guide/web_frameworks.md rename to docs/dev-guide/web-frameworks.md diff --git a/mkdocs.yml b/mkdocs.yml index 0e7f4d3..8c634a9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -95,12 +95,12 @@ nav: - Developer Guidelines: - Intro: dev-guide/intro.md - Git: dev-guide/git.md - - Pre-Commit: dev-guide/pre_commit.md - - Containers 101: dev-guide/containers_101.md - - Dependency Management: dev-guide/dep_management.md - - Version Control: dev-guide/version_control.md - - Generating Docs: dev-guide/doc_gen.md - - Web Frameworks: dev-guide/web_frameworks.md + - Pre-Commit: dev-guide/pre-commit.md + - Containers 101: dev-guide/containers-101.md + - Dependency Management: dev-guide/dep-management.md + - Version Control: dev-guide/version-control.md + - Generating Docs: dev-guide/doc-gen.md + - Web Frameworks: dev-guide/web-frameworks.md - Testing: dev-guide/testing.md - E2E Diagrams: - TODO: https://hotosm.org