From 7e42b48250a2e432d8dc6fcca6f89e212e3986e7 Mon Sep 17 00:00:00 2001 From: Haritha Siddabathuni Som <93623920+alcf-haritha@users.noreply.github.com> Date: Thu, 19 Sep 2024 13:30:56 -0500 Subject: [PATCH 1/2] Create index.md Adding a test index.md file so the top level link doubles as a landing page for the section --- docs/account-project-management/index.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/account-project-management/index.md diff --git a/docs/account-project-management/index.md b/docs/account-project-management/index.md new file mode 100644 index 000000000..2a02d41ce --- /dev/null +++ b/docs/account-project-management/index.md @@ -0,0 +1 @@ +TEST From 8f27b227551b5c53b3f0166013b2f973707d2ec1 Mon Sep 17 00:00:00 2001 From: Haritha Siddabathuni Som <93623920+alcf-haritha@users.noreply.github.com> Date: Thu, 19 Sep 2024 13:38:03 -0500 Subject: [PATCH 2/2] Update mkdocs.yml don't include index.md in subdirs --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index 95e66f18b..e252f4572 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -243,6 +243,7 @@ not_in_nav: | todo.md TODO.md notes.md + account-project-management/index.md theme: name: 'material'