-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
53 lines (46 loc) · 1.36 KB
/
mkdocs.yml
File metadata and controls
53 lines (46 loc) · 1.36 KB
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
site_name: AutoKonfig
nav:
- Home: index.md
- Types: types.md
- HOCON: hocon.md
repo_name: 'Nohus/AutoKonfig'
repo_url: 'https://github.com/Nohus/AutoKonfig'
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
theme:
name: null
custom_dir: 'material'
language: en
feature:
# Another layer on top of the main navigation for larger screens in the form
# of tabs, especially useful for larger documentation projects
tabs: false
palette:
primary: teal
accent: light blue
# Fonts used by Material, automatically loaded from Google Fonts - see the site
# for a list of available fonts
font:
text: Roboto
code: Fira Code
# Favicon to be rendered
favicon: images/favicon.ico
# The logo of the documentation shown in the header and navigation can either
# be a Material Icon ligature (see https://material.io/icons/) or an image URL
logo:
icon: "settings"
# Material includes the search in the header as a partial, not as a separate
# template, so it's correct that search.html is missing
include_search_page: false
# Material doesn't use MkDocs search functionality but provides its own. For
# this reason, only the search index needs to be built
search_index_only: true
# Static pages to build
static_templates:
- 404.html
extra_css:
- css/extra.css