-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
45 lines (39 loc) · 979 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
42
43
44
45
site_name: Laboratory
site_description: A feature flags library for multi-module Kotlin Android projects
site_author: Michał Sikora
site_url: https://mehow.io/laboratory/
repo_name: Laboratory
repo_url: https://github.com/MiSikora/laboratory/
edit_uri: edit/trunk/library/docs
remote_branch: gh-pages
copyright: Copyright © 2020 Michał Sikora
extra_css:
- css/site.css
theme:
name: material
logo: images/laboratory_logo_menu.svg
favicon: images/laboratory_logo.ico
palette:
primary: blue
accent: light blue
custom_dir: .mkdocs-theme
markdown_extensions:
- smarty
- attr_list
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
- pymdownx.superfences
plugins:
- search
- mkdocs-video
nav:
- 'Quick start': index.md
- 'User guide': user-guide.md
- 'QA module': qa-module.md
- 'Gradle plugin': gradle-plugin.md
- 'API': api/index.html
- 'Changelog': changelog.md
- 'Releasing': releasing.md