-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
54 lines (50 loc) · 1.19 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
site_name: MkDocs Starter
theme:
name: material
palette:
primary: teal
features:
- content.code.annotate
- navigation.instant
- navigation.tabs
- navigation.sections
- navigation.top
edit_uri: edit/main/docs/
repo_url: https://github.com/boozallen/mkdocs-yamp-plugin
markdown_extensions:
- admonition
- abbr
- footnotes
- attr_list
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight
- pymdownx.superfences
- toc:
permalink: true
- pymdownx.snippets:
base_path: "docs"
- pymdownx.betterem:
smart_enable: all
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
plugins:
- search: {}
- yamp:
# delete docs/repos after build||serve?
cleanup: false
# directory within docs dir to add content
temp_dir: "repos"
repos:
- url: https://github.com/steven-terrana/mkdocs-b
branch: develop
- url: https://github.com/steven-terrana/mkdocs-a
# Page Tree
nav:
- Home:
- index.md
- Concepts:
- concepts/index.md
- repos/mkdocs-b/README.md
- repos/mkdocs-a/docs/concepts/concept.md