Renamed files and added tutorial document

This commit is contained in:
jvelilla
2014-11-17 12:44:37 -03:00
parent bbfe063b5c
commit b887c13664
4 changed files with 30 additions and 3 deletions

View File

@@ -25,8 +25,10 @@ The goal of the library is to provide the following features.
- doc -- Documentation.
**Documentation**
>[CMS design](/doc/CMS_design.md).
>[CMS concepts](/doc/CMS_concepts.md).
>[CMS concepts](/doc/concepts.md).
>[CMS design](/doc/design.md).
>[CMS tutorial](/doc/tutorial.md).

25
doc/tutorial.md Normal file
View File

@@ -0,0 +1,25 @@
CMS Tutorial
============
[Work in progress]
##### Table of Contents
[Getting Started](#init)
[Building your module](#module)
[Lifecycle](#cycle)
<a name="init"/>
Getting Started
-------------
<a name="module"/>
Building your own module
-----------------------
<a name="cycle"/>
Lifecycle
---------