-
Notifications
You must be signed in to change notification settings - Fork 19
/
mkdocs.yml
52 lines (47 loc) · 1.32 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
site_name: RxDogTag
repo_name: RxDogTag
repo_url: https://github.com/uber/RxDogTag
site_description: "Automatic tagging of RxJava 2 originating subscribe points for onError() investigation."
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
- '1.X API':
- 'rxdogtag': 1.x/rxdogtag/com.uber.rxdogtag/
- 'rxdogtag-autodispose': 1.x/rxdogtag-autodispose/com.uber.rxdogtag.autodispose/
- '2.X API':
- 'rxdogtag': 2.x/rxdogtag/rxdogtag2/
- 'rxdogtag-autodispose': 2.x/rxdogtag-autodispose/rxdogtag2.autodispose2/
- 'Benchmark': benchmark.md
- 'Examples': examples.md
- 'Under The Hood': under-the-hood.md
- 'Proguard/R8': shrinking.md
- 'Changelog' : changelog.md
- 'Contributing': contributing.md
- 'Code of Conduct': code-of-conduct.md