Pārlūkot izejas kodu

Docs: Clean up sidebar navigation.

Mugen87 6 gadi atpakaļ
vecāks
revīzija
73886b0c26

+ 0 - 4
docs/list.js

@@ -14,8 +14,6 @@ var list = {
 				"Drawing lines": "manual/en/introduction/Drawing-lines",
 				"Creating text": "manual/en/introduction/Creating-text",
 				"Loading 3D models": "manual/en/introduction/Loading-3D-models",
-				"Migration guide": "manual/en/introduction/Migration-guide",
-				"Code style guide": "manual/en/introduction/Code-style-guide",
 				"FAQ": "manual/en/introduction/FAQ",
 				"Useful links": "manual/en/introduction/Useful-links"
 			},
@@ -452,8 +450,6 @@ var list = {
 				"画线": "manual/zh/introduction/Drawing-lines",
 				"创建文字": "manual/zh/introduction/Creating-text",
 				"载入3D模型": "manual/zh/introduction/Loading-3D-models",
-				"迁移指南": "manual/zh/introduction/Migration-guide",
-				"代码风格指南": "manual/zh/introduction/Code-style-guide",
 				"常见问题": "manual/zh/introduction/FAQ",
 				"一些有用的链接": "manual/zh/introduction/Useful-links"
 			},

+ 0 - 22
docs/manual/en/introduction/Code-style-guide.html

@@ -1,22 +0,0 @@
-<!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>
-
-		<p 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" target="_blank">here</a>.
-		</p>
-	</body>
-</html>

+ 0 - 20
docs/manual/en/introduction/Migration-guide.html

@@ -1,20 +0,0 @@
-<!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]</h1>
-
-		<p 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-Guide here].
-		</p>
-	</body>
-</html>

+ 0 - 22
docs/manual/zh/introduction/Code-style-guide.html

@@ -1,22 +0,0 @@
-<!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>
-
-		<p class="desc">
-			在three.js中的所有文档和示例使用的是Mr.doob的代码风格。
-			当然,你也可以自由选择你更加喜欢的风格来为你工作,
-			但是,如果你希望添加代码或者添加示例到three.js的库中,你将必须遵守这个指南。
-			<br /><br />
-			有关代码风格的详细信息,请
-			<a href="https://github.com/mrdoob/three.js/wiki/Mr.doob%27s-Code-Style%E2%84%A2" target="_blank">点击此处</a>进行浏览。
-		</p>
-	</body>
-</html>

+ 0 - 19
docs/manual/zh/introduction/Migration-guide.html

@@ -1,19 +0,0 @@
-<!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])</h1>
-		<p class="desc">
-			迁移指南保留在[link:https://github.com/mrdoob/three.js/wiki wiki]中。
-			它包含了从r45起,直到当前版本的每一个版本的更改列表。
-			<br /><br />
-			你可以在这里找到:[link:https://github.com/mrdoob/three.js/wiki/Migration-Guide here]。
-		</p>
-	</body>
-</html>