forked from wmariuss/awesome-devops
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
42 lines (39 loc) · 1006 Bytes
/
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
site_name: Awesome DevOps
site_url: http://awesome-devops.xyz
site_description: A curated list of awesome DevOps tools, platforms and resources
site_author: Marius Stanca
repo_name: wmariuss/awesome-devops
repo_url: http://github.com/wmariuss/awesome-devops
theme:
name: material
language: en
palette:
primary: "black"
accent: "light blue"
font:
text: Roboto
code: Roboto Mono
icon:
logo: material/library
repo: fontawesome/brands/git-alt
extra:
feature:
tabs: true
social:
- icon: fontawesome/solid/globe
link: http://marius.xyz
- icon: fontawesome/brands/github-alt
link: https://github.com/wmariuss
- icon: fontawesome/brands/twitter
link: https://twitter.com/wmariuss
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/wmariuss
nav:
- "Improve your DevOps skills": "index.md"
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true