-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmkdocs.yml
44 lines (39 loc) · 954 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
site_name: Lint Checks
repo_name: Lint Checks
repo_url: https://github.com/uber/lint-checks
site_description: "A set of opinionated and useful lint checks"
site_author: Uber Technologies
remote_branch: gh-pages
copyright: 'Copyright © 2019 Uber Technologies'
theme:
name: 'material'
favicon: images/uber_oss_logo.png
logo: images/uber_oss_logo.png
palette:
primary: 'white'
accent: 'white'
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
- tables
nav:
- 'Overview': index.md
- 'Getting Started': getting-started.md
- 'Checks' : CHECKS.md
- 'Changelog' : changelog.md
- 'Contributing': contributing.md
- 'Code of Conduct': code-of-conduct.md