Skip to content
Snippets Groups Projects
Commit 2a25edbe authored by jurgenhaas's avatar jurgenhaas
Browse files

#4 Add tags page

parent c9521f5a
No related branches found
No related tags found
No related merge requests found
Pipeline #33660 passed
......@@ -2,3 +2,4 @@
/.ahoy.l3d
/.env
/docs/diagrams/uml/out/
/aux/
......@@ -9,7 +9,7 @@ services:
- 8999:8000
environment:
LIVE_RELOAD_SUPPORT: 'true'
ADD_MODULES: fontawesome-markdown mkdocs-git-revision-date-localized-plugin mkdocs-material mkdocs-build-plantuml-plugin mkdocs-new-features-notifier mkdocs-git-authors-plugin
ADD_MODULES: fontawesome-markdown mkdocs-git-revision-date-localized-plugin mkdocs-material mkdocs-build-plantuml-plugin mkdocs-new-features-notifier mkdocs-git-authors-plugin git+https://github.com/jldiaz/mkdocs-plugin-tags.git
FAST_MODE: 'true'
DOCS_DIRECTORY: /mkdocs
volumes:
......
......@@ -45,7 +45,7 @@ As you will require SSH functionality in most development environments, let's ma
To test SSH easily, you can do something like this:
```shell script
```bash
$> ssh -T git@github.com
# Hi yourusername! You've successfully authenticated, but GitHub does not provide shell access.
......
......@@ -19,6 +19,7 @@ plugins:
type: datetime
- mkdocs-new-features-notifier
- git-authors
- tags
- build_plantuml:
render: "server"
server: "http://www.plantuml.com/plantuml"
......@@ -207,4 +208,5 @@ nav:
- Introduction: devops/alm/alm.md
- Hosting and Monitoring: devops/alm/hosting_maintain.md
- Tools: devops/alm/tools.md
- Tags: tags.md
- Updates: new-features.md
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment