-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
41 lines (39 loc) · 1002 Bytes
/
mkdocs.yml
File metadata and controls
41 lines (39 loc) · 1002 Bytes
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
site_name: Nico's sample MkDocs site—DevOps
site_url: https://nicoalba.github.io/mkdocs-devops/
theme:
name: material
palette:
- scheme: slate
primary: orange
accent: orange
features:
- navigation.path
- content.code.copy
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
nav:
- Overview: index.md
- Get started: get-started.md
- Tutorials:
- Tutorial 1: tutorial-1.md
- Concepts:
- Concepts 1: concept-1.md
- Reference:
- Example code: example-code.md
- Definitions: definitions.md
- Data tables: data-tables.md