diff --git a/docs/list.js b/docs/list.js index 53c0db86545ec094b711f87dcfbdf6c9d8cba17c..0178fecf432032db7aa1b51a06d871171ca4bd76 100644 --- a/docs/list.js +++ b/docs/list.js @@ -5,6 +5,8 @@ var list = { [ "Creating a scene", "manual/introduction/Creating-a-scene" ], [ "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" ], [ "Matrix transformations", "manual/introduction/Matrix-transformations" ] ], diff --git a/docs/manual/introduction/Code-style-guide.html b/docs/manual/introduction/Code-style-guide.html new file mode 100644 index 0000000000000000000000000000000000000000..dcbca483de0c83898d3da5926a25e82d99ba12df --- /dev/null +++ b/docs/manual/introduction/Code-style-guide.html @@ -0,0 +1,22 @@ + + + + + + + + + + +

[name]

+ +
+ All code and examples in three.js are written using Mr.doob's Code Style. + Of course you are free to use whatever style you prefer for your own work, but + if you are adding code to the library or examples then you must follow this guide.

+ + You can find details + here. +
+ + diff --git a/docs/manual/introduction/Migration-guide.html b/docs/manual/introduction/Migration-guide.html new file mode 100644 index 0000000000000000000000000000000000000000..036827c70d5b28df37bd050ce28eb2e70aca4513 --- /dev/null +++ b/docs/manual/introduction/Migration-guide.html @@ -0,0 +1,20 @@ + + + + + + + + + + +

[name]

+ +
+ The migration guide is maintained on the [link:https://github.com/mrdoob/three.js/wiki wiki]. + It contains a list of changes for each version of three.js going back to r45.

+ + You can find it [link:https://github.com/mrdoob/three.js/wiki/Migration here]. +
+ +