提交 ab464fce 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #10458 from looeee/manual/organise_menu

Updated the manual's menu
var list = { var list = {
"Manual": { "Manual": {
"Introduction": [ "Getting Started": [
[ "Creating a scene", "manual/introduction/Creating-a-scene" ], [ "Creating a scene", "manual/introduction/Creating-a-scene" ],
[ "Detecting WebGL and browser compatibility", "manual/introduction/Detecting-WebGL-and-browser-compatibility" ], [ "Detecting WebGL and browser compatibility", "manual/introduction/Detecting-WebGL-and-browser-compatibility" ],
[ "Matrix transformations", "manual/introduction/Matrix-transformations" ], [ "How to run things locally", "manual/introduction/How-to-run-thing-locally" ],
[ "How to update things", "manual/introduction/How-to-update-things" ],
[ "Useful links", "manual/introduction/Useful-links" ],
[ "Drawing Lines", "manual/introduction/Drawing-lines" ], [ "Drawing Lines", "manual/introduction/Drawing-lines" ],
[ "Creating Text", "manual/introduction/Creating-text" ], [ "Creating Text", "manual/introduction/Creating-text" ],
[ "Code Style Guide", "manual/introduction/Code-style-guide" ],
[ "Migration Guide", "manual/introduction/Migration-guide" ], [ "Migration Guide", "manual/introduction/Migration-guide" ],
[ "How to run things locally", "manual/introduction/How-to-run-thing-locally" ], [ "Code Style Guide", "manual/introduction/Code-style-guide" ],
[ "FAQ", "manual/introduction/FAQ" ] [ "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": [ "Build Tools": [
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<h2>Which Import Format/Exporter is best supported?</h2> <h2>Which Import Format/Exporter is best supported?</h2>
<div> <div>
TODO TODO
</div> </div>
<h2>Why are there meta viewport tags in examples?</h2> <h2>Why are there meta viewport tags in examples?</h2>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册