-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
79 lines (73 loc) · 1.87 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# pip install mkdocs mkdocs-material mkdocs-markdownextradata-plugin
# mkdocs serve
site_name: Pocket CI
site_url: https://kevalpatel2106.github.io/pocket-ci/
repo_name: Pocket CI
repo_url: https://github.com/kevalpatel2106/pocket-ci
edit_uri: edit/main/docs/
site_description: "Pocket CI let's you check your CI builds on the go."
site_author: Keval Patel
remote_branch: gh-pages
copyright: 'Copyright © 2022 Keval Patel'
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/kevalpatel2106
theme:
name: 'material'
custom_dir: 'docs/theme'
logo: 'img/logo.png'
icon:
repo: fontawesome/brands/github
favicon: 'img/logo.png'
palette:
primary: 'teal'
accent: 'deep-blue'
features:
- tabs
include_search_page: true
search_index_only: true
font:
text: Roboto
code: Roboto Mono
plugins:
- search
- markdownextradata: {}
- minify:
minify_html: true
markdown_extensions:
- smarty
- codehilite:
guess_lang: false
- footnotes
- meta
- toc:
permalink: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.emoji
- pymdownx.tabbed
- pymdownx.snippets
- tables
- admonition
nav:
- 'Overview': index.md
- 'Download': download.md
- 'User guides':
- 'Get GitHub token': github_token.md
- 'Get Bitrise token': https://devcenter.bitrise.io/en/accounts/personal-access-tokens.html
- 'Help & Community':
- 'Project setup': project_setup.md
- 'Devloper FAQ': dev_faq.md
- 'Contributing':
- 'Issue guide': issue_guide.md
- 'Acknowledgements': acknowledgements.md
- 'Change log': https://github.com/kevalpatel2106/pocket-ci/releases
- 'Legal':
- 'License': license.md
- 'Privacy policy': privacy_policy.md