-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
40 lines (40 loc) · 1.1 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
site_name: Exokit
nav:
- Home: index.md
- Docs:
- Overview:
- exokitEngine: exokitEngine.md
- benchmarks: benchmarks.md
- architecture: architecture.md
- techIntegrations: techIntegrations.md
- Quickstart:
- installation: installation.md
- useExokitEngine: useExokitEngine.md
- exokitApps: exokitApps.md
- Community:
- contribute: contribute.md
- support: support.md
- Legal:
- terms: terms.md
- privacy: privacy.md
- SDK:
- Exokit SDK:
- sdk: sdk.md
- Using the SDK:
- startDevelopment: startDevelopment.md
- exokitCommandLine: exokitCommandLine.md
- exokitCommandLineFlags: exokitCommandLineFlags.md
- Guides:
- devExokitEngine: devExokitEngine.md
- Web APIs:
- webAPIs: webAPIs.md
- experimentalWebAPIs: experimentalWebAPIs.md
- Native APIs:
- nativeAPIs: nativeAPIs.md
- MagicLeapAPI: MagicLeapAPI.md
- nativeFutureIntegrations: nativeFutureIntegrations.md
theme:
name: null
custom_dir: 'material/'
favicon: '../media/favicon.png'
logo: '../media/logo.svg'