-
Notifications
You must be signed in to change notification settings - Fork 74
/
mkdocs.yml
46 lines (40 loc) · 1.08 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
# Project information
site_name: "mkdocs-monorepo-plugin (β)"
site_description: |
The official documentation for the Mkdocs monorepo plugin -- for building multiple documentation in a single Mkdocs.
copyright: 'Copyright © 2019 Spotify AB'
# Repository
repo_name: 'backstage/mkdocs-monorepo-plugin'
repo_url: 'https://github.com/backstage/mkdocs-monorepo-plugin'
# Theme
theme:
name: material
logo: 'assets/images/spotify.svg'
favicon: 'assets/images/favicon.ico'
language: 'en'
palette:
primary: 'blue'
accent: 'blue'
font:
text: 'Circular'
code: 'Inconsolata'
extra:
repo_icon: 'github'
extra_css:
- 'assets/stylesheets/circular.css'
markdown_extensions:
- admonition
- codehilite:
linenums: true
- pymdownx.superfences
- toc:
permalink: true
# Navigation
nav:
- Getting Started: index.md
- Philosophy: philosophy.md
- Limitations: limitations.md
- Contributing: CONTRIBUTING.md
- Code of Conduct: CODE-OF-CONDUCT.md
- Changelog: CHANGELOG.md
- GitHub Source Code: https://github.com/backstage/mkdocs-monorepo-plugin