From 2a25edbe92c9012a4e8c9dd64b7b46af4d3392c2 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Fri, 15 Jan 2021 16:27:19 +0100 Subject: [PATCH] devops-tools/documentation#4 Add tags page --- .gitignore | 1 + docker-compose.yml | 2 +- docs/docker/l3d/index.md | 2 +- mkdocs.yml | 2 ++ 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ee3252b..c86c4ff 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /.ahoy.l3d /.env /docs/diagrams/uml/out/ +/aux/ diff --git a/docker-compose.yml b/docker-compose.yml index b402ad7..97e86ba 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: diff --git a/docs/docker/l3d/index.md b/docs/docker/l3d/index.md index 6fe826d..a40ee36 100644 --- a/docs/docker/l3d/index.md +++ b/docs/docker/l3d/index.md @@ -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. diff --git a/mkdocs.yml b/mkdocs.yml index 9fec608..af91d8f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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 -- GitLab