From a4ec884790b9c13c65dcabde457b3180b73316ca Mon Sep 17 00:00:00 2001 From: Kegan Maher Date: Tue, 30 Jul 2024 22:21:53 +0000 Subject: [PATCH 1/2] fix(docs): correct link to compose.yml --- docs/features/devcontainer.md | 2 +- docs/features/docs.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/features/devcontainer.md b/docs/features/devcontainer.md index 37e8e7a..424964b 100644 --- a/docs/features/devcontainer.md +++ b/docs/features/devcontainer.md @@ -5,7 +5,7 @@ - **Main config file:** [`devcontainer.json`](https://github.com/compilerla/template-devcontainer/blob/main/.devcontainer/devcontainer.json) - **Dependencies:** [`requirements.txt`](https://github.com/compilerla/template-devcontainer/blob/main/.devcontainer/requirements.txt) - **Dockerfile:** [`Dockerfile`](https://github.com/compilerla/template-devcontainer/blob/main/.devcontainer/Dockerfile) - - **Service definition:** [`compose.yml`](https://github.com/compilerla/template-devcontainer/blob/main/.devcontainer/compose.yml) + - **Service definition:** [`compose.yml`](https://github.com/compilerla/template-devcontainer/blob/main/compose.yml) - **Finalization:** [`postAttach.sh`](https://github.com/compilerla/template-devcontainer/blob/main/.devcontainer/postAttach.sh) ## Introduction diff --git a/docs/features/docs.md b/docs/features/docs.md index 524fa58..35d758b 100644 --- a/docs/features/docs.md +++ b/docs/features/docs.md @@ -5,7 +5,7 @@ - **Main config file:** [`mkdocs.yml`](https://github.com/compilerla/template-devcontainer/blob/main/mkdocs.yml) - **Additional dependencies:** [`docs/requirements.txt`](https://github.com/compilerla/template-devcontainer/blob/main/docs/requirements.txt) - **Installation:** [`Dockerfile`](https://github.com/compilerla/template-devcontainer/blob/main/.devcontainer/Dockerfile) - - **Service definition:** [`compose.yml`](https://github.com/compilerla/template-devcontainer/blob/main/.devcontainer/compose.yml) + - **Service definition:** [`compose.yml`](https://github.com/compilerla/template-devcontainer/blob/main/compose.yml) ## Introduction From b583ffdba9f5d3fd7d1aa478253875e6542c75f0 Mon Sep 17 00:00:00 2001 From: Kegan Maher Date: Tue, 30 Jul 2024 22:23:22 +0000 Subject: [PATCH 2/2] feat(docs): integrated TOC for section/page --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index 546dd55..3217da0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,6 +8,7 @@ theme: features: - navigation.expand - navigation.tabs + - toc.integrate palette: - media: "(prefers-color-scheme: light)" scheme: default