This commit is contained in:
Kyle Shockey
2017-10-04 18:39:13 -07:00
parent fa24b6aec8
commit f6206d35fd
45 changed files with 5775 additions and 36 deletions

17
docs/SUMMARY.md Normal file
View File

@@ -0,0 +1,17 @@
- [Intro](README.md)
### Usage
- [Installation](usage/installation.md)
- [Configuration](usage/configuration.md)
- [`deepLinking`](usage/deep-linking.md)
- [Version detection](usage/version-detection.md)
### Customization
- [Plugin API](customization/plugin-api.md)
- [Building an Example Plugin](customization/building-a-plugin.md)
- [Creating a Custom Layout](customization/custom-layout.md)
### Development
- [Architecture overview](development/architecture.md)
- [Setting up a dev environment](development/setting-up.md)
- [Test suite](development/test-suite.md)