how-tos made with markdown snippet injector

This commit is contained in:
Nikolay Iliev
2016-04-14 15:20:35 +03:00
parent 5ceeb7fddd
commit 89fad4f41c
43 changed files with 1207 additions and 1116 deletions

12
apps/tests/platform.md Normal file
View File

@@ -0,0 +1,12 @@
---
nav-title: "platform How-To"
title: "How-To"
description: "Examples for using platform"
---
# Platform
Information about the current device and screen are defined in the platform module
### Declaring platform module to be available for further usage.
<snippet id='platform-require'/>
### Getting information about the current device:
<snippet id='platform-current'/>