-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmkdocs.yml
37 lines (37 loc) · 1.09 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
site_name: BookBrainz User Guide
theme:
name: custommill
main_color: '#754e37'
toc_depth: 10
home: home
include_search_page: true
locale: en
highlightjs: true
# These are configuration options for the custommill theme.
# See https://siphalor.github.io/mkdocs-custommill/#customization/~extra-configuration-options
extra:
logo: 'images/BookBrainz_logo_bw.svg'
article_nav_top: false
markdown_extensions:
toc:
toc_depth: '2-6'
nav:
- Introduction: 'home.md'
- 'Getting started': 'getting-started.md'
- 'glossary.md'
- 'Style guidelines':
- Overview: 'style/overview.md'
- 'Entities':
- 'style/entities/work.md'
- 'style/entities/edition.md'
- 'Disambiguation': 'style/disambiguation.md'
- 'Language specific guidelines':
- 'English': 'style/language_specific/capitalization-en.md'
- 'Style process': 'style/style-process.md'
- How-tos:
- 'Add a book': 'tutorials/add-a-book.md'
- 'Merging entities': 'tutorials/merge.md'
- 'Series entity': 'tutorials/series.md'
- Resources:
- Reference: 'reference/index.md'
- 'contribute.md'