diff --git a/tools/jsdoc/api-mainpage.md b/tools/jsdoc/api-mainpage.md index 84626b21b5..2f5bbf4a62 100644 --- a/tools/jsdoc/api-mainpage.md +++ b/tools/jsdoc/api-mainpage.md @@ -1,4 +1,5 @@ -The Overte JavaScript API lets content creators and developers create new experiences and transform virtual worlds within the Overte metaverse. With it, you can build great content, customize avatars, play audio and so much more. +The Overte JavaScript API lets content creators and developers create new experiences and transform virtual worlds within the Overte metaverse. +With it, you can build great content, customize avatars, play audio and so much more. You are most likely to interact with these APIs: @@ -6,6 +7,4 @@ You are most likely to interact with these APIs: * The **[AvatarList](AvatarList.html)**, **[MyAvatar](MyAvatar.html)**, and **[Avatar](Avatar.html)** namespaces affect your personal avatars, and lets you get information on other people's avatars. * The **[Script](Script.html)** namespace lets you to connect callbacks from your client to script, such as functionality that is dependent on time (`Script.update`, `Script.setTimeout`, `Script.setInterval`, etc), connect paths relatively to assets (`Script.resolvePath`), refer to other scripts (`Script.require`, `Script.include`), or connect functions to events which occur when the script is turned off (`Script.scriptEnding`). -To learn more about using Overte and exploring the metaverse, visit the [Overte User Documentation](https://docs.vircadia.com). - -For source developer oriented documentation, visit the [Overte Developer Documentation](https://docs.vircadia.dev). +To learn more about using Overte and exploring the metaverse, visit the [Overte User Documentation](https://docs.overte.org). diff --git a/tools/jsdoc/config.json b/tools/jsdoc/config.json index c689c8dfd8..b0c926f669 100644 --- a/tools/jsdoc/config.json +++ b/tools/jsdoc/config.json @@ -3,7 +3,7 @@ "template": "hifi-jsdoc-template" }, "deploy": { - "root": "https://apidocs.vircadia.dev/" + "root": "https://apidocs.overte.org/" }, "docdash": { "meta": { diff --git a/tools/jsdoc/hifi-jsdoc-template/static/CNAME b/tools/jsdoc/hifi-jsdoc-template/static/CNAME index 540222fee1..fc84076d1e 100644 --- a/tools/jsdoc/hifi-jsdoc-template/static/CNAME +++ b/tools/jsdoc/hifi-jsdoc-template/static/CNAME @@ -1 +1 @@ -apidocs.vircadia.dev \ No newline at end of file +apidocs.overte.org diff --git a/tools/jsdoc/hifi-jsdoc-template/tmpl/layout.tmpl b/tools/jsdoc/hifi-jsdoc-template/tmpl/layout.tmpl index 5389d76723..9d990fba37 100644 --- a/tools/jsdoc/hifi-jsdoc-template/tmpl/layout.tmpl +++ b/tools/jsdoc/hifi-jsdoc-template/tmpl/layout.tmpl @@ -79,7 +79,7 @@ -

Looking for Vircadia
Documentation?

+

Looking for Overte
Documentation?

Toggle mdi-theme-light-dark diff --git a/tools/jsdoc/package.json b/tools/jsdoc/package.json index 1c2aad570d..5131bf81a6 100644 --- a/tools/jsdoc/package.json +++ b/tools/jsdoc/package.json @@ -1,5 +1,5 @@ { - "name": "vircadia-api-docs", + "name": "overte-api-docs", "dependencies": { "axios": "^0.18.0", "cheerio": "^1.0.0-rc.2", diff --git a/tools/jsdoc/root.js b/tools/jsdoc/root.js index 2268c0b268..b3ef691757 100644 --- a/tools/jsdoc/root.js +++ b/tools/jsdoc/root.js @@ -3,6 +3,7 @@ // // Copyright 2016 High Fidelity, Inc. // Copyright 2021 Vircaida contributors. +// Copyright 2022 Overte e.V. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html