forked from cashapp/certifikit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
45 lines (41 loc) · 1014 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: Certifikit
site_url: https://cashapp.github.io/certifikit/
repo_name: cashapp/certifikit
repo_url: https://github.com/cashapp/certifikit
site_description: "Kotlin Certificate processing library"
site_author: Square, Inc.
copyright: 'Copyright © 2020 Square, Inc.'
remote_branch: gh-pages
theme:
name: 'material'
favicon: img/favicon.ico
logo: img/cashapp.png
palette:
primary: 'white'
accent: 'green'
extra_css:
- 'css/app.css'
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.tilde
- tables
nav:
- 'Overview': index.md
- 'Security': security.md
- '0.x API': 0.x/certifikit/app.cash.certifikit/index.md
- 'Change Log': changelog.md
- 'Contributing': contributing.md
- 'Code of Conduct': code_of_conduct.md