mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
docs: Add docker docs to navbar
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
c278f6d78b
commit
b5e64880cd
2 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# Build
|
||||
# Building Docker images
|
||||
|
||||
To build docker images of the backend or frontend use the following commands.
|
||||
Make sure that you have installed the [Docker BuildKit Plugin](https://docs.docker.com/build/install-buildx/) and
|
||||
|
|
|
@ -23,13 +23,14 @@ nav:
|
|||
- Getting Started: dev/getting-started.md
|
||||
- Frontend: dev/setup/frontend.md
|
||||
- Development Notes: dev/dev_notes.md
|
||||
- Docker: dev/docker.md
|
||||
- Writing Docs: dev/documentation.md
|
||||
- Design Documents:
|
||||
- API Authentication: dev/design_docs/api_auth.md
|
||||
- Configuration: dev/design_docs/config.md
|
||||
- Events: dev/design_docs/events.md
|
||||
- Notes: dev/design_docs/notes.md
|
||||
- 'User Profiles & Authentication': dev/design_docs/user_profiles.md
|
||||
- 'Writing Docs': dev/documentation.md
|
||||
- FAQ: https://hedgedoc.org/faq
|
||||
markdown_extensions:
|
||||
- toc:
|
||||
|
|
Loading…
Reference in a new issue