forked from uber/AutoDispose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
55 lines (50 loc) · 1.61 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
site_name: AutoDispose
repo_name: AutoDispose
repo_url: https://github.com/uber/AutoDispose
site_description: "Automatic binding+disposal of RxJava 2 streams."
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
- '2.X API':
- 'Overview': api/2.x/index.html
- 'autodispose': api/2.x/autodispose/index.html
- 'autodispose-android': api/2.x/android/autodispose-android/index.html
- 'autodispose-androidx-lifecycle': api/2.x/android/autodispose-androidx-lifecycle/index.html
- 'autodispose-interop-coroutines': api/2.x/autodispose-interop/coroutines/index.html
- 'autodispose-lifecycle': api/2.x/autodispose-lifecycle/index.html
- 'autodispose-observers': api/2.x/autodispose/autodispose2.observers/index.html
- 'Error Prone': error-prone.md
- 'Lint Check': lint-check.md
- 'Changelog' : changelog.md
- 'Migrating from 0.2.0 to 0.3.0': migrating-020-030.md
- 'Migrating from 0.4.0 to 0.5.0': migrating-040-050.md
- 'Migrating from 1.x to 2.x': migrating-1x-2x.md
- 'Contributing': contributing.md
- 'Code of Conduct': code-of-conduct.md