From fdc084495ab7ded1e8dfdd8caf1e4b24494443e1 Mon Sep 17 00:00:00 2001 From: Lewy Blue Date: Mon, 19 Dec 2016 10:54:05 +0000 Subject: [PATCH] Added Useful Links Manual page --- docs/list.js | 3 ++- docs/manual/introduction/Useful-links.html | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 docs/manual/introduction/Useful-links.html diff --git a/docs/list.js b/docs/list.js index e5c1093495..99aab2af35 100644 --- a/docs/list.js +++ b/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" ] ] }, diff --git a/docs/manual/introduction/Useful-links.html b/docs/manual/introduction/Useful-links.html new file mode 100644 index 0000000000..21034504bd --- /dev/null +++ b/docs/manual/introduction/Useful-links.html @@ -0,0 +1,21 @@ + + + + + + + + + + +

[name]


+ +
+ The following is a collection of links that you might find useful when learning Three.
+ 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! +
+ + + + -- GitLab