diff --git a/docs/list.js b/docs/list.js index 6413a9882cd9f7a08b482780601a6061e30f1936..75559748e1ff6920c8900c289ded4e722478a23d 100644 --- a/docs/list.js +++ b/docs/list.js @@ -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": [ diff --git a/docs/manual/introduction/FAQ.html b/docs/manual/introduction/FAQ.html index 1a81c5c6ee006bdc3adff5d2d560a45aaf621445..d00d8ae1a1972268a188b38e367a8b76001d1019 100644 --- a/docs/manual/introduction/FAQ.html +++ b/docs/manual/introduction/FAQ.html @@ -12,7 +12,7 @@

Which Import Format/Exporter is best supported?

-TODO +TODO

Why are there meta viewport tags in examples?