-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
47 lines (47 loc) · 1.69 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
site_name: Cocoon
theme: mkdocs
site_url: https://www.cocoon.io
repo_url: https://github.com/CocoonIO/cocoon-cloud-doc
copyright: (c) 2015 Ludei Inc.
site_description: Cocoon.io Cloud service documentation
site_author: Ludei Inc.
site_favicon: img/favicon.ico
extra_css:
- custom.css
markdown_extensions:
- smarty
- sane_lists
pages:
- Home:
- 'Overview': 'index.md'
- 'Getting started': 'getting-started.md'
- 'Migration guide': 'migration-guide.md'
- 'FAQ': 'faq.md'
- 'Contact us': 'contact-us.md'
- User guide:
- 'Overview': 'user-guide/index.md'
- 'User profile': 'user-guide/user-profile.md'
- 'Project creation': 'user-guide/project-creation.md'
- 'Project configuration': 'user-guide/project-configuration.md'
- 'Platforms': 'user-guide/platforms.md'
- 'Developer App': 'user-guide/developer-app.md'
- 'Icons and Splashes': 'user-guide/icons-and-splashes.md'
- 'Encryption': 'user-guide/encryption.md'
- Plugins:
- 'Overview': 'plugins/index.md'
- 'Cocoon Plugins': 'plugins/cocoon-plugins.md'
- 'Custom Plugins': 'plugins/custom-plugins.md'
- Webview Engines:
- 'Overview': 'webview-engines/index.md'
- 'Canvas+': 'webview-engines/canvas-plus.md'
- 'Webview+': 'webview-engines/webview-plus.md'
- 'System Webview': 'webview-engines/system-webview.md'
- Canvas+ Features:
- 'Overview': 'canvas-plus/index.md'
- 'Canvas+ internal webview': 'canvas-plus/internal-webview.md'
- 'Screencanvas': 'canvas-plus/screencanvas.md'
- 'Memory management': 'canvas-plus/memory-management.md'
# - Frameworks:
# - 'Overview': 'frameworks/index.md'
# - 'Apps': 'frameworks/apps.md'
# - 'Games': 'frameworks/games.md'