-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
69 lines (67 loc) · 1.97 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
68
site_name: theta-client guide
site_description: RICOH THETA Web API and mobile development
site_url: https://theta360developers.github.io/theta-client-guide/
repo_url: https://github.com/theta360developers/theta-client-guide
nav:
- Home: index.md
- Android: android.md
- Flutter:
- 'Flutter Demo': 'flutter.md'
- 'New Project': 'flutter/new-project-on-linux.md'
- React Native:
- 'Installation and Setup': 'react-native-install.md'
- 'How to Install Node.js': 'how-to-install-nodejs.md'
- 'How to Install Android Emulator': 'how-to-setup-android-emulator.md'
- 'RICOH THETA Client v1.2 Walkthrough': 'react-native-theta-client-1_2.md'
- Camera Comparison: 'camera_compare.md'
- Image Compression: 'compression.md'
- Verify Images: 'verify_image.md'
- THETA Simulator:
- 'Overview': 'fake-theta/overview.md'
- 'Using fake-theta': 'fake-theta/using-fake-theta.md'
- 'React Native': 'fake-theta/fake-theta-react.md'
extra:
analytics:
provider: google
property: G-M64WFDW435
theme:
name: material
palette:
# Palette toggle for light mode
- scheme: default
primary: 'light green'
accent: 'lime'
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for light mode
- scheme: slate
primary: 'light green'
accent: 'lime'
toggle:
icon: material/brightness-4
name: Switch to dark mode
logo: images/icon/green-logo-192x192.png
favicon: images/icon/favicon-16x16.png
icon:
edit: material/pencil-plus
features:
- content.code.copy
- navigation.expand
- content.action.edit
custom_dir: overrides
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- attr_list
- md_in_html
edit_uri: edit/main/docs/
plugins:
- glightbox
- search
# - social