Cocos2d-HTML5 wiki article lists:
The articles are organized by the following rules:
-
Each article are named README.md
-
Each article is under a folder which name is the article's title. The folder name will be added a prefix number to indicate the order of each artcile.
-
All image related to the article are laid down along with the README.md file in the same directory
This kind of organization rules have the following advantages:
-
When you open the directory, you can preview the document in github immediately.
-
We can easily seperate articles and related images into a well organized location.
For example:
We have two articles named Setup Developmenet Environment and Gettting Started .
It will be organized like this:
---1.0Setup-Developmenet-Environment(Directory)
------README.md(article)
--------xxx.png(image)
--------xxxpng(image)
---2.0Getting Started(Directory)
------README.md(article)
--------xxx.png(image)
--------xxx.png(image)