diff --git a/docs/tutorials/docker/docker-on-wsl/README.md b/docs/tutorials/docker/docker-on-wsl/README.md index baf9bfa..efd5225 100644 --- a/docs/tutorials/docker/docker-on-wsl/README.md +++ b/docs/tutorials/docker/docker-on-wsl/README.md @@ -1,5 +1,8 @@ --- description: Tutorial on how to install and configure Docker and Docker Compose on Ubuntu running inside Windows Subsystem for Linux. +tags: + - Docker + - Windows Subsystem for Linux --- # Install Docker on Windows Subsystem for Linux @@ -73,7 +76,7 @@ If not launched automatically, open the installed Ubuntu distro (e.g., by clicki Open Ubuntu you just installed and follow [Install Docker Engine on Ubuntu](https://docs.docker.com/engine/install/ubuntu/) instructions. -__tl;dr:__ Run the convenience script available in `get.docker.com`: +**tl;dr:** Run the convenience script available in `get.docker.com`: ```sh curl -fsSL https://get.docker.com -o get-docker.sh @@ -172,7 +175,7 @@ If `docker` commands print `Cannot connect to the Docker daemon at unix:///var/r Follow [Install Docker Compose](https://docs.docker.com/compose/install/) instructions for Linux. -__tl;dr:__ Install Docker Compose with the distros package manager: +**tl;dr:** Install Docker Compose with the distros package manager: ```sh sudo apt-get update diff --git a/docs/tutorials/gitlab-ci/docker-hub-ratelimit/README.md b/docs/tutorials/gitlab-ci/docker-hub-ratelimit/README.md index c820987..72e9b2c 100644 --- a/docs/tutorials/gitlab-ci/docker-hub-ratelimit/README.md +++ b/docs/tutorials/gitlab-ci/docker-hub-ratelimit/README.md @@ -1,5 +1,8 @@ --- description: Tutorial on how to test if Docker-in-Docker service in GitLab CI accesses Docker Hub directly and how to configure pull-through cache to an Kubernetes cluster working as a GitLab runner. +tags: + - Docker + - GitLab CI --- # Docker-in-Docker service and Docker Hub ratelimit diff --git a/docs/tutorials/jenkins/ansible-kubernetes/README.md b/docs/tutorials/jenkins/ansible-kubernetes/README.md index 39b0652..28dddb9 100644 --- a/docs/tutorials/jenkins/ansible-kubernetes/README.md +++ b/docs/tutorials/jenkins/ansible-kubernetes/README.md @@ -1,5 +1,9 @@ --- description: Tutorial on how to configure a Jenkins pipeline that deploys an simple hello-world application to a Kubernetes cluster. +tags: + - Ansible + - Jenkins + - Kubernetes --- # Deploy application to Kubernetes with Ansible diff --git a/docs/tutorials/jenkins/build-status-pipelines/README.md b/docs/tutorials/jenkins/build-status-pipelines/README.md index 6ef458f..2f99604 100644 --- a/docs/tutorials/jenkins/build-status-pipelines/README.md +++ b/docs/tutorials/jenkins/build-status-pipelines/README.md @@ -1,5 +1,7 @@ --- description: Tutorial on how to configure a Jenkins pipeline that creates pipelines with five different statuses into a new folder using Job DSL. +tags: + - Jenkins --- # Build status pipelines and Job DSL diff --git a/docs/tutorials/jenkins/jenkins-host-docker/README.md b/docs/tutorials/jenkins/jenkins-host-docker/README.md index b98fa8b..a5ea6b9 100644 --- a/docs/tutorials/jenkins/jenkins-host-docker/README.md +++ b/docs/tutorials/jenkins/jenkins-host-docker/README.md @@ -1,5 +1,8 @@ --- description: Tutorial on how to run Jenkins inside a container with Docker client that controls host machines Docker engine using a socket. +tags: + - Docker + - Jenkins --- # Jenkins with access to hosts Docker engine diff --git a/docs/tutorials/jenkins/parallel-robot-pipeline/README.md b/docs/tutorials/jenkins/parallel-robot-pipeline/README.md index 1f77aa6..58ace00 100644 --- a/docs/tutorials/jenkins/parallel-robot-pipeline/README.md +++ b/docs/tutorials/jenkins/parallel-robot-pipeline/README.md @@ -1,5 +1,9 @@ --- description: Tutorial on how to configure a Jenkins pipeline that executes Robot Framework automation tasks with docker agent in parallel stages as well as combines and stores the produced HTML/XML report files. +tags: + - Docker + - Jenkins + - Robot Framework --- # Parallel Robot Framework pipeline diff --git a/docs/tutorials/jenkins/sonarqube-jenkins/README.md b/docs/tutorials/jenkins/sonarqube-jenkins/README.md index 1407124..153bee1 100644 --- a/docs/tutorials/jenkins/sonarqube-jenkins/README.md +++ b/docs/tutorials/jenkins/sonarqube-jenkins/README.md @@ -1,5 +1,8 @@ --- description: Tutorial on how to push code scanning results from Jenkins pipeline to SonarQube and how to display SonarQube data in Jenkins. +tags: + - Jenkins + - SonarQube --- # Integrating Jenkins and SonarQube diff --git a/mkdocs.yaml b/mkdocs.yaml index 3d45414..2c8dfdc 100644 --- a/mkdocs.yaml +++ b/mkdocs.yaml @@ -64,6 +64,7 @@ plugins: enable_creation_date: true - search - social + - tags markdown_extensions: - admonition