-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathmkdocs.yml
53 lines (46 loc) · 968 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
46
47
48
49
50
51
52
53
# Project information
site_name: 'scrcast'
site_description: 'Your drop in screen recording solution on Android'
site_author: 'bmcreations'
site_url: 'https://bmcreations.dev'
remote_branch: gh-pages
# Repository
repo_name: 'scrcast'
repo_url: 'https://github.com/bmc08gt/scrcast'
# Copyright
copyright: 'Copyright © 2020 bmcreations'
# Configuration
theme:
name: 'material'
language: 'en'
palette:
primary: 'white'
accent: 'white'
font:
text: 'Roboto'
code: 'Roboto Mono'
# Navigation
nav:
- 'Overview': index.md
- 'Lifecycle': lifecycle.md
- 'API':
- 'scrcast': api/library/index.md
- 'scrcast-lifecycle': api/lifecycle/index.md
# CSS
extra_css:
- 'css/site.css'
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- footnotes
- toc:
permalink: true
- pymdownx.betterem
- pymdownx.superfences
# Plugins
plugins:
- search
- minify:
minify_html: true