This repository was archived by the owner on Apr 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmkdocs.yml
More file actions
149 lines (146 loc) · 4.84 KB
/
mkdocs.yml
File metadata and controls
149 lines (146 loc) · 4.84 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
site_name: Aurora CLI
repo_name: Aurora CLI GitHub
site_dir: docs-static
site_url: https://keygenqt.github.io/aurora-cli/
repo_url: https://github.com/keygenqt/aurora-cli
site_description: Makes life easier for developers on Aurora OS.
# Navigation
nav:
- Main: index.md
- Features:
- Overview: cli/main.md
- Methods:
- Apps:
- Available: cli/apps/available.md
- Install: cli/apps/install.md
- Device:
- Package:
- Install: cli/device/package/install.md
- Remove: cli/device/package/remove.md
- Run: cli/device/package/run.md
- Command: cli/device/command.md
- SSH copy: cli/device/ssh-copy-id.md
- Upload: cli/device/upload.md
- Emulator:
- Package:
- Install: cli/emulator/package/install.md
- Remove: cli/emulator/package/remove.md
- Run: cli/emulator/package/run.md
- Command: cli/emulator/command.md
- Recording: cli/emulator/recording.md
- Screenshot: cli/emulator/screenshot.md
- Start: cli/emulator/start.md
- Upload: cli/emulator/upload.md
- Flutter:
- Project:
- Format: cli/flutter/project/format.md
- Check Format: cli/flutter/project/check-format.md
- Icons: cli/flutter/project/icons.md
- Report: cli/flutter/project/report.md
- Available: cli/flutter/available.md
- Custom Devices: cli/flutter/custom-device.md
- Install: cli/flutter/install.md
- Installed: cli/flutter/installed.md
- Remove: cli/flutter/remove.md
- Platform SDK:
- Package:
- Install: cli/psdk/package/install.md
- Remove: cli/psdk/package/remove.md
- Search: cli/psdk/package/search.md
- Sign: cli/psdk/package/sign.md
- Validate: cli/psdk/package/validate.md
- Project:
- Format: cli/psdk/project/format.md
- Check Format: cli/psdk/project/check-format.md
- Icons: cli/psdk/project/icons.md
- Sudoers:
- Add: cli/psdk/sudoers/add.md
- Remove: cli/psdk/sudoers/remove.md
- Available: cli/psdk/available.md
- Clear: cli/psdk/clear.md
- Install: cli/psdk/install.md
- Installed: cli/psdk/installed.md
- Remove: cli/psdk/remove.md
- Targets: cli/psdk/targets.md
- Aurora SDK:
- Available: cli/sdk/available.md
- Install: cli/sdk/install.md
- Installed: cli/sdk/installed.md
- Tool: cli/sdk/tool.md
- VS Code:
- Tuning: cli/vscode/tuning.md
- Settings:
- List: cli/settings/list.md
- Clear: cli/settings/clear.md
- Hint: cli/settings/hint.md
- Select: cli/settings/select.md
- Verbose: cli/settings/verbose.md
- Localization: cli/settings/localization.md
- API: cli/api.md
- Configuration:
- Configuration: config.md
- Settings: settings.md
- Install:
- Install: install.md
# Assets
extra_css:
- https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0
- assets/css/index.css
- assets/css/error.css
- assets/css/common.css
# Extensions
markdown_extensions:
- tables
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
# Configuration
theme:
name: 'material'
language: 'en'
custom_dir: docs/assets
favicon: images/favicon.ico
template: index.html
icon:
logo: custom/icon
features:
- toc.integrate
- content.action.edit
- content.code.annotate
- content.code.copy
- content.tooltips
- navigation.footer
- navigation.indexes
- navigation.sections
- navigation.tabs
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono