Browse Source

Merge pull request #11154 from jostschmithals/docsTableOfContents

Docs: Make "WebGL check" a one-liner in the contents
Mr.doob 8 years ago
parent
commit
0fb06a2158
2 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/list.js
  2. 0 0
      docs/manual/introduction/WebGL-compatibility-check.html

+ 1 - 1
docs/list.js

@@ -4,7 +4,7 @@ var list = {
 
 
 		"Getting Started": {
 		"Getting Started": {
 			"Creating a scene": "manual/introduction/Creating-a-scene",
 			"Creating a scene": "manual/introduction/Creating-a-scene",
-			"Detecting WebGL and browser compatibility": "manual/introduction/Detecting-WebGL-and-browser-compatibility",
+			"WebGL compatibility check": "manual/introduction/WebGL-compatibility-check",
 			"How to run things locally": "manual/introduction/How-to-run-thing-locally",
 			"How to run things locally": "manual/introduction/How-to-run-thing-locally",
 			"Drawing Lines": "manual/introduction/Drawing-lines",
 			"Drawing Lines": "manual/introduction/Drawing-lines",
 			"Creating Text": "manual/introduction/Creating-text",
 			"Creating Text": "manual/introduction/Creating-text",

+ 0 - 0
docs/manual/introduction/Detecting-WebGL-and-browser-compatibility.html → docs/manual/introduction/WebGL-compatibility-check.html