Skip to content

Commit

Permalink
Chore: small follow-up fixes (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman authored Jul 31, 2024
2 parents 2f75d95 + b583ffd commit 74a0200
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/features/devcontainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/features/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ theme:
features:
- navigation.expand
- navigation.tabs
- toc.integrate
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
Expand Down

0 comments on commit 74a0200

Please sign in to comment.