-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
60 lines (56 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
53
54
55
56
57
58
59
60
site_name: Terrabutler
site_description: A Python utility to manage IaC via Terraform by dividing code into categories and changing environments
site_author: MontBlu
site_url: https://docs.montblu.eu/terrabutler/
edit_uri: ""
docs_dir: docs
repo_name: montblu/terrabutler
repo_url: https://github.com/montblu/terrabutler
copyright: Copyright © 2023 MontBlu
theme:
name: material
language: en
features:
- search.highlight
- search.share
- search.suggest
palette:
scheme: slate
primary: black
accent: deep purple
font:
text: Exo 2
code: JetBrains Mono
logo: assets/logo.png
favicon: assets/favicon.ico
include_search_page: false
search_index_only: true
icon:
repo: fontawesome/brands/github
markdown_extensions:
- admonition
- attr_list
- codehilite
- md_in_html
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:materialx.emoji.twemoji
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed
extra:
social:
- icon: fontawesome/solid/building
link: https://montblu.eu/
nav:
- Home: index.md
- Philosophy: philosophy.md
- Requirements: requirements.md
- Installation: installation.md
- Basic Usage: usage.md
- Create New Project: create-project.md
- Add New Site : new-site.md