소스 검색

Merge pull request #11154 from jostschmithals/docsTableOfContents

Docs: Make "WebGL check" a one-liner in the contents
Mr.doob 8 년 전
부모
커밋
0fb06a2158
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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": {
 			"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",
 			"Drawing Lines": "manual/introduction/Drawing-lines",
 			"Creating Text": "manual/introduction/Creating-text",

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