-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathmkdocs.yml
55 lines (48 loc) · 1.12 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: Oolong
site_url: https://oolong-kt.org/
repo_name: oolong
repo_url: https://github.com/oolong-kt/oolong
edit_uri: 'edit/main/docs'
site_description: "Oolong - MVU for Kotlin Multiplatform"
site_author: Oolong
remote_branch: gh-pages
nav:
- Overview: index.md
- Guide:
- Core Concepts: guide/core-concepts.md
- Side Effects: guide/side-effects.md
# - Rendering: guide/rendering.md
- Recipes:
# - Isolation: recipes/isolation.md
- Navigation: recipes/navigation.md
- Samples:
- Official: samples/official.md
- Third-party: samples/third-party.md
- API Reference: api/oolong/oolong/index.html
- Changelog: changelog.md
- Code of Conduct: code_of_conduct.md
theme:
name: 'material'
custom_dir: docs/overrides
favicon: favicon.ico
logo: images/icon.svg
palette:
primary: white
accent: green
features:
- tabs
plugins:
- search
markdown_extensions:
- codehilite:
guess_lang: false
- pymdownx.tabbed
- pymdownx.superfences
extra:
manifest: site.webmanifest
extra_css:
- css/style.css
- css/codemirror.css
google_analytics:
- UA-142112816-1
- auto