-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
61 lines (56 loc) · 1.5 KB
/
Copy pathmkdocs.yml
File metadata and controls
61 lines (56 loc) · 1.5 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
site_name: iOS Developer Toolkit
site_description: Guided macOS workbench for authorized iPhone and iPad development, diagnostics, backup, and evidence preservation
site_url: https://hideouts-io.github.io/iOS-Developer-Toolkit/
repo_url: https://github.com/hideouts-io/iOS-Developer-Toolkit
repo_name: hideouts-io/iOS-Developer-Toolkit
edit_uri: edit/main/docs/
docs_dir: docs
site_dir: site
strict: true
theme:
name: material
language: en
features:
- content.code.copy
- navigation.footer
- navigation.indexes
- navigation.sections
- navigation.top
- search.highlight
- search.suggest
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: black
accent: red
toggle:
icon: material/weather-night
name: Use dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: red
toggle:
icon: material/weather-sunny
name: Use light mode
plugins:
- search
markdown_extensions:
- admonition
- attr_list
- md_in_html
- tables
- toc:
permalink: true
extra_css:
- stylesheets/extra.css
nav:
- Overview: index.md
- Quick start: quick-start.md
- Architecture: architecture.md
- Safety and privacy: safety.md
- Troubleshooting: troubleshooting.md
- Release verification: release-verification.md
- Contributing: contributing.md
- Physical-device testing: PHYSICAL_DEVICE_TEST_PROTOCOL.md
- Product audit and roadmap: PRODUCT_AUDIT_2026-09-21.md