-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
48 lines (48 loc) · 1.18 KB
/
mkdocs.yml
File metadata and controls
48 lines (48 loc) · 1.18 KB
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
site_name: PythonNative
site_description: Cross-platform native UI toolkit for Android and iOS
site_url: https://docs.pythonnative.com/
repo_url: https://github.com/pythonnative/pythonnative
theme:
name: material
features:
- navigation.sections
- navigation.instant
- navigation.tracking
- content.code.copy
extra:
generator: false
nav:
- Home: index.md
- Getting Started: getting-started.md
- Concepts:
- Architecture: concepts/architecture.md
- Components: concepts/components.md
- Examples:
- Overview: examples.md
- Hello World: examples/hello-world.md
- Guides:
- Android: guides/android.md
- iOS: guides/ios.md
- Navigation: guides/navigation.md
- Styling: guides/styling.md
- API Reference:
- Package: api/pythonnative.md
- Component Properties: api/component-properties.md
- Meta:
- Roadmap: meta/roadmap.md
- Contributing: meta/contributing.md
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
show_source: false
docstring_style: google
extra_css:
- styles/brand.css
markdown_extensions:
- admonition
- codehilite
- toc:
permalink: true