Skip to content

Commit e7898e1

Browse files
committed
Add tags to tutorials
1 parent 6646bb9 commit e7898e1

8 files changed

Lines changed: 25 additions & 2 deletions

File tree

docs/tutorials/docker/docker-on-wsl/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
22
description: Tutorial on how to install and configure Docker and Docker Compose on Ubuntu running inside Windows Subsystem for Linux.
3+
tags:
4+
- Docker
5+
- Windows Subsystem for Linux
36
---
47

58
# Install Docker on Windows Subsystem for Linux
@@ -73,7 +76,7 @@ If not launched automatically, open the installed Ubuntu distro (e.g., by clicki
7376

7477
Open Ubuntu you just installed and follow [Install Docker Engine on Ubuntu](https://docs.docker.com/engine/install/ubuntu/) instructions.
7578

76-
__tl;dr:__ Run the convenience script available in `get.docker.com`:
79+
**tl;dr:** Run the convenience script available in `get.docker.com`:
7780

7881
```sh
7982
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
172175

173176
Follow [Install Docker Compose](https://docs.docker.com/compose/install/) instructions for Linux.
174177

175-
__tl;dr:__ Install Docker Compose with the distros package manager:
178+
**tl;dr:** Install Docker Compose with the distros package manager:
176179

177180
```sh
178181
sudo apt-get update

docs/tutorials/gitlab-ci/docker-hub-ratelimit/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
22
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.
3+
tags:
4+
- Docker
5+
- GitLab CI
36
---
47

58
# Docker-in-Docker service and Docker Hub ratelimit

docs/tutorials/jenkins/ansible-kubernetes/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
22
description: Tutorial on how to configure a Jenkins pipeline that deploys an simple hello-world application to a Kubernetes cluster.
3+
tags:
4+
- Ansible
5+
- Jenkins
6+
- Kubernetes
37
---
48

59
# Deploy application to Kubernetes with Ansible

docs/tutorials/jenkins/build-status-pipelines/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
description: Tutorial on how to configure a Jenkins pipeline that creates pipelines with five different statuses into a new folder using Job DSL.
3+
tags:
4+
- Jenkins
35
---
46

57
# Build status pipelines and Job DSL

docs/tutorials/jenkins/jenkins-host-docker/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
22
description: Tutorial on how to run Jenkins inside a container with Docker client that controls host machines Docker engine using a socket.
3+
tags:
4+
- Docker
5+
- Jenkins
36
---
47

58
# Jenkins with access to hosts Docker engine

docs/tutorials/jenkins/parallel-robot-pipeline/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
22
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.
3+
tags:
4+
- Docker
5+
- Jenkins
6+
- Robot Framework
37
---
48

59
# Parallel Robot Framework pipeline

docs/tutorials/jenkins/sonarqube-jenkins/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
22
description: Tutorial on how to push code scanning results from Jenkins pipeline to SonarQube and how to display SonarQube data in Jenkins.
3+
tags:
4+
- Jenkins
5+
- SonarQube
36
---
47

58
# Integrating Jenkins and SonarQube

mkdocs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ plugins:
6464
enable_creation_date: true
6565
- search
6666
- social
67+
- tags
6768

6869
markdown_extensions:
6970
- admonition

0 commit comments

Comments
 (0)