-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
42 lines (37 loc) · 883 Bytes
/
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
site_name: MdBOM Documentation
site_description: Markdown Software Bill Of Materials
site_url: https://haro87.github.io/mdbom/
repo_url: https://github.com/HaRo87/mdbom
repo_name: HaRo87/mdbom
site_author: Robert Hansel
copyright: Robert Hansel 2021
plugins:
- search
- mike:
version_selector: true
nav:
- Home:
- Overview: index.md
- Installation: install.md
- Generation:
- Software Bill Of Materials: bom.md
- Markdown Report: markdown.md
- License: license.md
- Changelog: changelog.md
- 3rd Party Software: 3rd-party.md
- Contributing: contributing.md
- Author's Website: https://github.com/HaRo87
theme:
name: material
font: false
palette:
scheme: default
primary: blue
markdown_extensions:
- pymdownx.snippets:
check_paths: true
- toc:
permalink: true
extra:
version:
provider: mike