-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
51 lines (43 loc) · 1.03 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
site_name: terraplate
site_url: https://terraplate.verifa.io
site_description: >-
Terraplate is a thin wrapper around Terraform to keep things DRY and improve the developer experience.
# Repository
repo_name: verifa/terraplate
repo_url: https://github.com/verifa/terraplate
# Copyright
copyright: Copyright © 2022 Verifa
# Theme
theme:
name: material
logo: assets/logo/terraplate-short-white.svg
favicon: assets/favicon.png
font:
text: Outfit
features:
- navigation.tabs
- content.code.annotate
# Plugins
plugins:
- search
- awesome-pages
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/verifa
- icon: fontawesome/brands/docker
link: https://hub.docker.com/r/verifa/terraplate/
extra_css:
- stylesheets/theme.css
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- meta
- toc:
permalink: true