-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
80 lines (74 loc) · 2.72 KB
/
mkdocs.yaml
File metadata and controls
80 lines (74 loc) · 2.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
site_name: CI/CD Tutorials
site_description: Tutorials on how to develop CI/CD pipelines and how to configure development environment for working with CI/CD pipelines.
site_url: https://cicd-tutorials.net/
repo_name: cicd-tutorials/cicd-tutorials.net
repo_url: https://github.com/cicd-tutorials/cicd-tutorials.net
copyright: CI/CD Tutorials is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-SA 4.0<img style="height:18px!important;margin-left:9px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt=""><img style="height:18px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt=""><img style="height:18px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg" alt=""></a>
extra_css:
- assets/extra.css
docs_dir: docs/
edit_uri: edit/main/docs/
nav:
- Home: README.md
- Docker:
- ./tutorials/docker/docker-on-wsl/README.md
- GitLab CI:
- ./tutorials/gitlab-ci/docker-hub-ratelimit/README.md
- Jenkins:
- ./tutorials/jenkins/jenkins-host-docker/README.md
- ./tutorials/jenkins/ansible-kubernetes/README.md
- ./tutorials/jenkins/opentofu-kubernetes/README.md
- ./tutorials/jenkins/build-status-pipelines/README.md
- ./tutorials/jenkins/parallel-robot-pipeline/README.md
- ./tutorials/jenkins/sonarqube-jenkins/README.md
not_in_nav: |
assets/README.md
theme:
name: material
custom_dir: overrides
logo: assets/logo.svg
favicon: assets/favicon.png
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue grey
accent: deep orange
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue grey
accent: deep orange
toggle:
icon: material/weather-night
name: Switch to light mode
font:
text: Source Sans 3
code: Source Code Pro
language: en
features:
- content.action.edit
- content.action.view
- navigation.instant
- navigation.sections
plugins:
- git-committers:
repository: cicd-tutorials/cicd-tutorials.net
branch: main
- git-revision-date-localized:
enable_creation_date: true
- search
- social
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true