-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
74 lines (74 loc) · 1.81 KB
/
mkdocs.yml
File metadata and controls
74 lines (74 loc) · 1.81 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
site_name: Marco de trabajo con GitOps
repo_url: https://github.com/Mikroways/gitops-workflow
theme:
name: material
language: es
logo: assets/logo.png
favicon: assets/favicon.png
icon:
repo: fontawesome/brands/github
font:
text: Open Sans
code: Roboto Mono
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
accent: custom
toggle:
icon: material/weather-night
name: Modo oscuro
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
accent: custom
toggle:
icon: material/weather-sunny
name: Modo claro
extra:
analytics:
provider: google
property: G-5V24G9S65S
extra_css:
- stylesheets/mikroways.css
plugins:
- glightbox
- search
- i18n:
default_language: es
languages:
es: Español
markdown_extensions:
- admonition
- attr_list
- pymdownx.highlight:
use_pygments: true
anchor_linenums: true
auto_title: true
- pymdownx.superfences
- pymdownx.inlinehilite
nav:
- index.md
- Patrones y antipatrones:
- patterns/index.md
- ArgoCD:
- patterns/argocd/index.md
- patterns/argocd/ui.md
- patterns/argocd/acceso-de-usuarios.md
- patterns/argocd/versionado-valores.md
- Helm:
- patterns/helm/index.md
- patterns/helm/chart-vs-charts.md
- patterns/helm/schema-migrations.md
- patterns/helm/requirements.md
- patterns/secrets/index.md
- patterns/environment/index.md
- El marco de trabajo:
- framework/index.md
- framework/prerequisites.md
- framework/git-repositories.md
- framework/workflow.md
- Ejemplos: examples/index.md
# No es necesario si no hay login. Esto depende de cuando se ponga la guarda de
# acceso al sitio
# - Salir: /logout