提交 b934e7e6 编写于 作者: L Lewy Blue

Added Code Style and Migration guide links to manual

上级 b3f6870f
......@@ -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" ]
],
......
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<base href="../../" />
<script src="list.js"></script>
<script src="page.js"></script>
<link type="text/css" rel="stylesheet" href="page.css" />
</head>
<body>
<h1>[name]</a></h1>
<div class="desc">
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.<br /><br />
You can find details
<a href="https://github.com/mrdoob/three.js/wiki/Mr.doob%27s-Code-Style%E2%84%A2">here</a>.
</div>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<base href="../../" />
<script src="list.js"></script>
<script src="page.js"></script>
<link type="text/css" rel="stylesheet" href="page.css" />
</head>
<body>
<h1>[name]</a></h1>
<div class="desc">
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.<br /><br />
You can find it [link:https://github.com/mrdoob/three.js/wiki/Migration here].
</div>
</body>
</html>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册