-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathmkdocs.yml
52 lines (50 loc) · 1.41 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
site_name: Awesome Platform Engineering Tools
site_description: A curated list of platform solutions, tools, practices and resources for Platform Engineering.
site_author: Saif(eddine) RAJHI
repo_name: "seifrajhi/awesome-platform-engineering-tools"
repo_url: "https://github.com/seifrajhi/awesome-platform-engineering-tools"
docs_dir: "content"
theme:
name: material
custom_dir: overrides
icon:
repo: fontawesome/brands/github
features:
- tabs
- navigation.tabs
- content.code.copy
- header.autohide
- navigation.footer
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: switch to light mode
markdown_extensions:
- toc:
permalink: true
- admonition
- codehilite
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- attr_list
- md_in_html
nav:
- "Awesome Platform Engineering Tools": "index.md"
- "Platform engineering and Cloud blogs": "https://seifrajhi.github.io/"
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/seifrajhi
- icon: fontawesome/brands/twitter
link: https://twitter.com/rajhisaifeddine
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/rajhi-saif/