mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-29 00:51:51 +02:00
Some APIDocs metadata fixes.
This commit is contained in:
parent
9640a13800
commit
7ccdbdea64
4 changed files with 16 additions and 15 deletions
|
@ -4,9 +4,9 @@
|
|||
},
|
||||
"docdash": {
|
||||
"meta": {
|
||||
"title": "",
|
||||
"description": "",
|
||||
"keyword": ""
|
||||
"title": "Vircadia API Docs",
|
||||
"description": "API documentation for Vircadia.",
|
||||
"keyword": "api, docs, vircadia, documentation"
|
||||
},
|
||||
"search": [true],
|
||||
"collapse": [true],
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<?js if (!env.conf.docdash) { env.conf.docdash = {};} ?>
|
||||
<meta charset="utf-8">
|
||||
<title><?js= title ?></title>
|
||||
<title><?js= title ?> - Vircadia API Docs</title>
|
||||
|
||||
<script src="scripts/vue.min.js"></script>
|
||||
<script src="scripts/vuetify.js"></script>
|
||||
|
@ -78,7 +78,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.dev">Looking for <strong>Vircadia</strong><br /> Documentation?</a></p>
|
||||
<p><a href="https://docs.vircadia.com">Looking for <strong>Vircadia</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": "hifiJSDoc",
|
||||
"name": "vircadia-api-docs",
|
||||
"dependencies": {
|
||||
"axios": "^0.18.0",
|
||||
"cheerio": "^1.0.0-rc.2",
|
||||
|
|
|
@ -2,10 +2,11 @@
|
|||
// root.js
|
||||
//
|
||||
// Copyright 2016 High Fidelity, Inc.
|
||||
// Copyright 2021 Vircaida contributors.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
// Root of High Fidelity generated java script documentation
|
||||
// Root of Vircadia JSDoc generated documentation
|
||||
//
|
||||
|
||||
|
|
Loading…
Reference in a new issue