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 - Hooks: concepts/hooks.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: - 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