-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
77 lines (74 loc) · 2.01 KB
/
mkdocs.yml
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
site_name: DevOpsTricks
site_url: https://emphie.pl/devops
site_description: Baza wiedzy, która pomoże Ci poznać tajniki DevOps.
docs_dir: ./docs/
theme:
name: material
language: pl
palette:
primary: black
accent: indigo
prev_next_buttons_location: both
navigation_depth: 4
titles_only: False
sticky_navigation: True
#logo: ./assets/devops-icon.png
#favicon: ./assets/devops-icon.png
extra_css:
- stylesheets/extra.css
markdown_extensions:
- md_in_html
- smarty
- sane_lists
- fenced_code
- meta
- admonition
- attr_list
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed
- pymdownx.tilde
- codehilite
- footnotes
- toc:
permalink: true
nav:
- Zacznij tutaj: index.md
- Linux: linux-cheatsheet.md
- Bash: bash-cheatsheet.md
- Cloud Computing: cloud-computing.md
- AWS:
- O AWS w skrócie: aws.md
- Region & Availability Zone: aws/region-az.md
- ECS - Elastic Container Service: aws/ecs.md
- SES - Amazon Simple Email Service: aws/ses.md
- SQS - Amazon Simple Queue Service: aws/sqs.md
- Narzędzia:
- Docker: narzedzia/docker.md
- Docker Compose: narzedzia/docker-compose.md
- Iptables: narzedzia/iptables.md
- Kubernetes: narzedzia/kubernetes.md
- Klucze prywatne / publiczne: narzedzia/ssh.md
- SSH: narzedzia/keys.md
- Terraform: narzedzia/terraform.md
- Linki DevOps: links.md
copyright: 2022 <a href="https://emphie.pl/devops">DevOpsTricks</a> © <a href="https://adrianpietka.com">Adrian Piętka</a>.
extra:
social:
- icon: fontawesome/brands/slack
link: https://bit.ly/devenv-slack
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/adrianpietka/
- icon: fontawesome/brands/github
link: https://github.com/adrianpietka/devops-knowledge-base