-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmkdocs.yml
67 lines (60 loc) · 2.01 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
56
57
58
59
60
61
62
63
64
65
66
67
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: Compose Remote Layout
site_url: https://utsmannn.github.io/compose-remote-layout
site_description: >-
Server-Driven UI component with Compose Multiplatform
copyright: Copyright © 2025 Muhammad Utsman
theme:
name: material
palette:
scheme: slate
primary: green
accent: green
favicon: images/favicon.png
icon:
repo: fontawesome/brands/github
logo: material/image-filter-drama
features:
- navigation.tabs
- navigation.indexes
- navigation.sections
- navigation.top
- content.code.copy
repo_name: utsmannn/compose-remote-layout
repo_url: https://github.com/utsmannn/compose-remote-layout
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- attr_list
- md_in_html
extra:
analytics:
provider: google
property: G-D8MEYP6N5L
version:
provider: mike
nav:
- Getting started:
- Overview: index.md
- Installation: 01-getting-started/01-installation.md
- Basic Usage: 01-getting-started/02-basic-setup.md
- Setup:
- Integrate with Remote Source: 02-setup/03-integrated-remote-sources.md
- Bind Values: 02-setup/04-bind-values.md
- Bind Actions: 02-setup/05-bind-actions.md
- Custom Compose Component: 02-setup/05a-custom-node.md
- JSON Layout Structure:
- Understanding JSON Layout Structure: 03-json-structure/06-layout-json-structure.md
- Live editor: 03-json-structure/07-live-editor.md
- Navigation and Routing:
- Router Overview: 04-router/08-router-overview.md
- Installation and Basic Usage: 04-router/09-router-installation-and-basic-usage.md
- Navigation & Route: 04-router/10-navigation-and-route.md
- Layout Fetcher and Caching: 04-router/11-layout-fetcher-and-caching.md
- Live example: 04-router/12-live-example.md