-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
37 lines (33 loc) · 848 Bytes
/
mkdocs.yml
File metadata and controls
37 lines (33 loc) · 848 Bytes
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
site_name: Oppkey RICOH Viewer Demo
site_url: https://theta360developers.github.io/ricoh-viewer
site_author: Oppkey
theme:
name: material
features:
- content.code.copy
logo: images/oppkey_logo.jpg
favicon: images/oppkey_logo.jpg
repo_name: git@github.com:theta360developers/ricoh-viewer.git
nav:
- Home: index.md
- Demo Overview: overview.md
- Cloud: cloud.md
- Features: features.md
- Structure: structure.md
- Contact: contact.md
- Python Flask: python.md
- Tutorial: tutorial.md
- Alternative Tutorial: tutorial2.md
- RICOH360 Cloud API: cloudapi.md
plugins:
- search
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details