-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
56 lines (48 loc) · 1.12 KB
/
mkdocs.yaml
File metadata and controls
56 lines (48 loc) · 1.12 KB
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
site_name: Learning Centre
site_url: https://learn.verifa.io
site_description: >-
Learning technologies relevant to Continuous & Cloud practices through tutorials created by Verifa
# Repository
repo_name: verifa/learn
repo_url: https://github.com/verifa/learn
# 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.indexes
- navigation.sections
- navigation.tabs
- navigation.top
- content.code.annotate
- toc.follow
# Plugins
plugins:
- awesome-pages
- search
- tags
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