-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
35 lines (35 loc) · 839 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
site_name: awsometag
site_description: 'A tool to tag AWS resources in a unified manner'
site_author: 'Michael Hausenblas'
repo_name: 'mhausenblas/awsometag'
repo_url: 'https://github.com/mhausenblas/awsometag'
copyright: 'Copyright © 2020 Amazon'
nav:
- Overview: index.md
- Fundamental: fundamental.md
- Networking: networking.md
- Security: security.md
- Data: data.md
- Containers: containers.md
- About: about.md
theme:
name: 'material'
font:
text: 'Lato'
code: 'PT Mono'
palette:
primary: 'orange'
accent: 'blue'
highlightjs: true
hljs_languages:
- yaml
- json
- bash
markdown_extensions:
- toc:
permalink: true
- admonition
- codehilite:
linenums: true
- pymdownx.details
- pymdownx.superfences