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?