forked from jamonholmgren/ProMotion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
23 lines (23 loc) · 1.53 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
site_name: ProMotion Documentation
theme: readthedocs
pages:
- ["index.md", "Welcome"]
- ["Guides/Getting Started.md", "Guide - Getting Started"]
- ["Guides/Making Your Own Screens.md", "Guide - Making Your Own Screens"]
- ["Guides/Migration Guide - ProMotion-1.2-to-2.0.md", "Migration Guide - ProMotion-1.2-to-2.0"]
- ["Guides/Live Screen Reloading.md", "Live Screen Reloading"]
- ["Reference/Command Line Tool.md", "API Reference - Command Line Tool"]
- ["Reference/ProMotion Delegate.md", "API Reference - ProMotion Delegate"]
- ["Reference/ProMotion MapScreen.md", "API Reference - ProMotion MapScreen"]
- ["Reference/ProMotion PushNotification.md", "API Reference - ProMotion PushNotification"]
- ["Reference/ProMotion Screen.md", "API Reference - ProMotion Screen"]
- ["Reference/ProMotion SplitScreen.md", "API Reference - ProMotion SplitScreen"]
- ["Reference/ProMotion Styling.md", "API Reference - ProMotion Styling"]
- ["Reference/ProMotion Table - Cell Options.md", "API Reference - ProMotion Table - Cell Options"]
- ["Reference/ProMotion TableScreen.md", "API Reference - ProMotion TableScreen"]
- ["Reference/ProMotion TableScreen table_data Options.md", "API Reference - ProMotion TableScreen table_data Options"]
- ["Reference/ProMotion Tabs.md", "API Reference - ProMotion Tabs"]
- ["Reference/ProMotion WebScreen.md", "API Reference - ProMotion WebScreen"]
- ["Tutorials, Screencasts, Articles, Presentations.md", "Tutorials, Screencasts, Articles, Presentations"]
- ["Add-On-Gems.md", "Add-On-Gems"]
- ["ProMotion Apps.md", "ProMotion Apps"]