Renamed files and added tutorial document
This commit is contained in:
@@ -25,8 +25,10 @@ The goal of the library is to provide the following features.
|
|||||||
- doc -- Documentation.
|
- doc -- Documentation.
|
||||||
|
|
||||||
**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
25
doc/tutorial.md
Normal 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
|
||||||
|
---------
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user