-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
55 lines (48 loc) · 1.83 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
site_name: Equinor Terraform Baseline
repo_name: equinor/terraform-baseline
repo_url: https://github.com/equinor/terraform-baseline
theme:
name: material
icon:
logo: fontawesome/solid/cube # Set icon to cube to represent the baseline as a "building block"
repo: fontawesome/brands/github
features:
- navigation.instant # Make MkDocs behave like a Single Page Application (SPA).
- navigation.top # Enables "back-to-top" button.
- navigation.footer # Enables "previous" and "next" navigation buttons in footer
- content.action.edit # Enables "Edit this page" button.
- content.code.copy # Enables "Copy to clipboard" button for code blocks.
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-night
name: Switch to light mode
markdown_extensions:
- toc:
permalink: true
- admonition # Enables "call-outs" (notes, info, warnings etc.)
- pymdownx.highlight # Enable syntax highlighting of code blocks.
- pymdownx.superfences # Enable arbitrary nesting of code and content blocks inside each other.
- attr_list # Open links in new tabs by using syntax [<text>](<url>){target=_blank}.
extra_css:
# Add Equinor fonts
- https://cdn.eds.equinor.com/font/equinor-font.css
# Add custom styling
- stylesheets/extra.css
nav:
- Overview: index.md
- Best practices:
- best-practices/repository.md
- best-practices/resources.md
- best-practices/variables-and-outputs.md
- best-practices/meta-arguments.md
- best-practices/testing.md
- Module library: https://registry.terraform.io/search/modules?namespace=equinor