From 119436f6c49a0aa86737956161f9a407f370656a Mon Sep 17 00:00:00 2001 From: Joe Pea Date: Sun, 30 Mar 2025 13:01:51 -0700 Subject: [PATCH] rename 'docs' to 'api' in the docs menu --- docs/index.html | 4 ++-- manual/index.html | 2 +- utils/docs/template/tmpl/layout.tmpl | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/index.html b/docs/index.html index aa5696153ed3ad..566ada50d13a60 100644 --- a/docs/index.html +++ b/docs/index.html @@ -20,8 +20,8 @@

three.js

- docs manual + api
@@ -97,7 +97,7 @@

three.js

// Redirect to the manual - window.location.href = hash.replace(/^manual\/([^\/]+)\/([^\/]+)\/(.+)$/, '../manual/#$1/$3').toLowerCase(); + window.location.href = hash.replace( /^manual\/([^\/]+)\/([^\/]+)\/(.+)$/, '../manual/#$1/$3' ).toLowerCase(); } diff --git a/manual/index.html b/manual/index.html index 41df10c246faf8..5eeea47b180328 100644 --- a/manual/index.html +++ b/manual/index.html @@ -20,8 +20,8 @@

three.js

- docs manual + api
diff --git a/utils/docs/template/tmpl/layout.tmpl b/utils/docs/template/tmpl/layout.tmpl index 393a6a51e229e2..10c75786c57afd 100644 --- a/utils/docs/template/tmpl/layout.tmpl +++ b/utils/docs/template/tmpl/layout.tmpl @@ -30,8 +30,8 @@

three.js

- docs - examples + docs (is this used? it doesn't match the new menu) + examples (is this used? it doesn't match the new menu)