Fix docker-compose syntax in quick-start. GH #1105 (#1169)

* Fix docker-compose syntax in quick-start. GH #1105

* use new mkdocs tabs

* fix indentation for tabs

Co-authored-by: nils måsén <nils@piksel.se>
This commit is contained in:
Mads Jensen 2021-12-27 12:21:41 +01:00 committed by GitHub
parent 93ccce8ed2
commit 2fa8a2ad0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -23,7 +23,8 @@ markdown_extensions:
user: containrrr
repo: watchtower
- pymdownx.saneheaders
- pymdownx.tabbed
- pymdownx.tabbed:
alternate_style: true
nav:
- 'Home': 'index.md'
- 'Introduction': 'introduction.md'