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 @@ ...@@ -2,3 +2,4 @@
/.ahoy.l3d /.ahoy.l3d
/.env /.env
/docs/diagrams/uml/out/ /docs/diagrams/uml/out/
/aux/
...@@ -9,7 +9,7 @@ services: ...@@ -9,7 +9,7 @@ services:
- 8999:8000 - 8999:8000
environment: environment:
LIVE_RELOAD_SUPPORT: 'true' 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' FAST_MODE: 'true'
DOCS_DIRECTORY: /mkdocs DOCS_DIRECTORY: /mkdocs
volumes: volumes:
......
...@@ -45,7 +45,7 @@ As you will require SSH functionality in most development environments, let's ma ...@@ -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: To test SSH easily, you can do something like this:
```shell script ```bash
$> ssh -T git@github.com $> ssh -T git@github.com
# Hi yourusername! You've successfully authenticated, but GitHub does not provide shell access. # Hi yourusername! You've successfully authenticated, but GitHub does not provide shell access.
......
...@@ -19,6 +19,7 @@ plugins: ...@@ -19,6 +19,7 @@ plugins:
type: datetime type: datetime
- mkdocs-new-features-notifier - mkdocs-new-features-notifier
- git-authors - git-authors
- tags
- build_plantuml: - build_plantuml:
render: "server" render: "server"
server: "http://www.plantuml.com/plantuml" server: "http://www.plantuml.com/plantuml"
...@@ -207,4 +208,5 @@ nav: ...@@ -207,4 +208,5 @@ nav:
- Introduction: devops/alm/alm.md - Introduction: devops/alm/alm.md
- Hosting and Monitoring: devops/alm/hosting_maintain.md - Hosting and Monitoring: devops/alm/hosting_maintain.md
- Tools: devops/alm/tools.md - Tools: devops/alm/tools.md
- Tags: tags.md
- Updates: new-features.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