Skip to content

Commit d808e37

Browse files
authored
Docs: Move guides to manual. (#30736)
1 parent 51355d8 commit d808e37

File tree

156 files changed

+2652
-18015
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

156 files changed

+2652
-18015
lines changed

docs/index.html

+1-3
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,9 @@ <h1><a href="https://threejs.org">three.js</a></h1>
3838
<option value="ar">ar</option>
3939
<option value="ko">한국어</option>
4040
<option value="zh">中文</option>
41-
<option value="ja">日本語</option>
4241
<option value="it">it</option>
4342
<option value="pt-br">pt-br</option>
4443
<option value="fr">fr</option>
45-
<option value="ru">ru</option>
4644
</select>
4745
</div>
4846
<div id="content"></div>
@@ -93,7 +91,7 @@ <h1><a href="https://threejs.org">three.js</a></h1>
9391

9492
if ( /^(api|manual|examples)/.test( hash ) ) {
9593

96-
const hashLanguage = /^(api|manual|examples)\/(en|ar|ko|zh|ja|it|pt-br|fr|ru)\//.exec( hash );
94+
const hashLanguage = /^(api|manual|examples)\/(en|ar|ko|zh|it|pt-br|fr)\//.exec( hash );
9795

9896
if ( hashLanguage === null ) {
9997

0 commit comments

Comments
 (0)