forked from pinry/pinry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
55 lines (49 loc) · 1.21 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
47
48
49
50
51
52
53
54
55
# Project information
site_name: 'Pinry Docs'
site_description: 'Docs for the Pinry project.'
site_author: "Pinry's Contributors"
site_url: 'https://docs.getpinry.com/'
# Repository
repo_name: 'pinry/pinry'
repo_url: 'https://github.com/pinry/pinry'
# Copyright
copyright: "Copyright © 2019 Pinry's Contributors"
# Navigation
nav:
- Home: 'index.md'
- Screenshots: 'screenshots.md'
- Extensions: 'extensions.md'
- Theories: 'theories.md'
- Install with Docker: 'install-with-docker.md'
- Development: 'development.md'
- API support: 'api.md'
- Plugin System: 'plugin-system.md'
- Upgrade Guide: 'upgrade-guide.md'
- Docs: 'docs.md'
- Passwords: 'passwords.md'
- Assets: 'assets.md'
- Contributing: 'contributing.md'
- License: 'license.md'
# Configuration
docs_dir: 'docs/src'
site_dir: 'docs/dist'
edit_uri: 'edit/master/docs/src/'
theme:
name: 'material'
language: 'en'
palette:
primary: 'indigo'
accent: 'indigo'
font:
text: 'Roboto'
code: 'Roboto Mono'
# Customization
extra:
manifest: 'manifest.webmanifest'
social:
- icon: fontawesome/brands/github-alt
link: 'https://github.com/pinry/pinry'
markdown_extensions:
- codehilite
- toc:
permalink: true