-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
41 lines (39 loc) · 981 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
site_name: centillion search engine
site_url: http://dcppc.github.io/centillion
repo_name: dcppc/centillion
repo_url: https://github.com/dcppc/centillion
edit_uri: ''
copyright: '<span style="font-size: 16px;">Report problems and typos: <a href="https://github.com/dcppc/centillion/issues/new">file
an issue</a> in the <a href="https://github.com/dcppc/centillion">dcppc/centillion</a>
repository</span>
<br />'
docs_dir: docs
site_dir: site
strict: true
nav:
- Index: index.md
- Configuring Centillion: config.md
- Submodules: submodules.md
- Backend Search: backend.md
- Frontend Web Interface: frontend.md
- Github Authentication: auth.md
- APIs: apis_all.md
extra_css:
- css/custom.css
theme:
name: null
custom_dir: mkdocs-material-dib/material
palette:
primary: blue
accent: blue
logo:
icon: search
font:
text: Roboto Slab
code: Roboto Mono
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true