mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 13:32:55 +02:00
Update jsdoc
This commit is contained in:
parent
7e6fcdafdc
commit
e943636fa8
6 changed files with 8 additions and 8 deletions
|
@ -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).
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"template": "hifi-jsdoc-template"
|
||||
},
|
||||
"deploy": {
|
||||
"root": "https://apidocs.vircadia.dev/"
|
||||
"root": "https://apidocs.overte.org/"
|
||||
},
|
||||
"docdash": {
|
||||
"meta": {
|
||||
|
|
|
@ -1 +1 @@
|
|||
apidocs.vircadia.dev
|
||||
apidocs.overte.org
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
<?js if (env.conf.docdash.search) { ?>
|
||||
<input type="text" class="search-input" id="nav-search" placeholder="Search API Docs ..." />
|
||||
<?js } ?>
|
||||
<p><a href="https://docs.vircadia.com">Looking for <strong>Vircadia</strong><br /> Documentation?</a></p>
|
||||
<p><a href="https://docs.overte.org">Looking for <strong>Overte</strong><br /> Documentation?</a></p>
|
||||
<v-btn @click="toggleNightMode" text dark>
|
||||
<span>Toggle</span>
|
||||
<v-icon style="margin-left: 5px;">mdi-theme-light-dark</v-icon>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "vircadia-api-docs",
|
||||
"name": "overte-api-docs",
|
||||
"dependencies": {
|
||||
"axios": "^0.18.0",
|
||||
"cheerio": "^1.0.0-rc.2",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue