|
@@ -1,18 +1,21 @@
|
|
|
var list = {
|
|
|
|
|
|
"Manual": {
|
|
|
- "Introduction": [
|
|
|
+ "Getting Started": [
|
|
|
[ "Creating a scene", "manual/introduction/Creating-a-scene" ],
|
|
|
[ "Detecting WebGL and browser compatibility", "manual/introduction/Detecting-WebGL-and-browser-compatibility" ],
|
|
|
- [ "Matrix transformations", "manual/introduction/Matrix-transformations" ],
|
|
|
- [ "How to update things", "manual/introduction/How-to-update-things" ],
|
|
|
- [ "Useful links", "manual/introduction/Useful-links" ],
|
|
|
+ [ "How to run things locally", "manual/introduction/How-to-run-thing-locally" ],
|
|
|
[ "Drawing Lines", "manual/introduction/Drawing-lines" ],
|
|
|
[ "Creating Text", "manual/introduction/Creating-text" ],
|
|
|
- [ "Code Style Guide", "manual/introduction/Code-style-guide" ],
|
|
|
[ "Migration Guide", "manual/introduction/Migration-guide" ],
|
|
|
- [ "How to run things locally", "manual/introduction/How-to-run-thing-locally" ],
|
|
|
- [ "FAQ", "manual/introduction/FAQ" ]
|
|
|
+ [ "Code Style Guide", "manual/introduction/Code-style-guide" ],
|
|
|
+ [ "FAQ", "manual/introduction/FAQ" ],
|
|
|
+ [ "Useful links", "manual/introduction/Useful-links" ]
|
|
|
+ ],
|
|
|
+
|
|
|
+ "Next Steps": [
|
|
|
+ [ "How to update things", "manual/introduction/How-to-update-things" ],
|
|
|
+ [ "Matrix transformations", "manual/introduction/Matrix-transformations" ]
|
|
|
],
|
|
|
|
|
|
"Build Tools": [
|