瀏覽代碼

Added Useful Links Manual page

Lewy Blue 8 年之前
父節點
當前提交
fdc084495a
共有 2 個文件被更改,包括 23 次插入1 次删除
  1. 2 1
      docs/list.js
  2. 21 0
      docs/manual/introduction/Useful-links.html

+ 2 - 1
docs/list.js

@@ -3,7 +3,8 @@ var list = {
 	"Manual": {
 		"Introduction": [
 			[ "Creating a scene", "manual/introduction/Creating-a-scene" ],
-			[ "Matrix transformations", "manual/introduction/Matrix-transformations" ]
+			[ "Matrix transformations", "manual/introduction/Matrix-transformations" ],
+			[ "Useful links", "manual/introduction/Useful-links" ]
 		]
 	},
 

+ 21 - 0
docs/manual/introduction/Useful-links.html

@@ -0,0 +1,21 @@
+<!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><br />
+
+		<div class="desc">
+			The following is a collection of links that you might find useful when learning Three.<br />
+			If you find something that you'd like to add here, or think that one of the links below is no longer
+			relevant or working, feel free to click the 'edit' button in the top right and make some changes!
+		</div>
+
+
+	</body>
+</html>