forked from dvershinin/lastversion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
48 lines (48 loc) · 1.12 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
site_name: lastversion docs
site_description: "Automatic documentation from sources, for lastversion."
site_url: https://lastversion.getpagespeed.com/
repo_url: https://github.com/dvershinin/lastversion
theme:
name: "material"
palette:
scheme: slate
primary: teal
accent: purple
features:
- navigation.expand
plugins:
- search
- mkdocstrings:
handlers:
python:
paths: [src]
setup_commands:
- import sys
- sys.path.append("docs")
watch:
- lastversion
nav:
- Overview: index.md
- Code Reference:
- lastversion.py: reference/lastversion.md
- version.py: reference/version.md
- Web API: api.md
- RPM Auto-Builds:
- Preparing SPEC files: spec-preparing.md
- Changelog: changelog.md
- License: license.md
- 'Blog': 'https://www.getpagespeed.com/posts'
markdown_extensions:
- admonition
- markdown_include.include
- pymdownx.emoji
- pymdownx.magiclink
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tasklist
- pymdownx.snippets:
check_paths: true
- toc:
permalink: "¤"
extra:
generator: false