docs-v2/api-docs/reference-ui
Jason Stirnaman 9d088a3a0e feat: Initial commit of api-docs/reference-ui, a Vue.JS app that embeds RapiDoc. WIP: 1) migrate api-docs/reactui functions to reference-ui, 2) complete the production static build (w/ Hugo, etc.) 2022-01-31 14:24:09 -06:00
..
src feat: Initial commit of api-docs/reference-ui, a Vue.JS app that embeds RapiDoc. WIP: 1) migrate api-docs/reactui functions to reference-ui, 2) complete the production static build (w/ Hugo, etc.) 2022-01-31 14:24:09 -06:00
.gitignore feat: Initial commit of api-docs/reference-ui, a Vue.JS app that embeds RapiDoc. WIP: 1) migrate api-docs/reactui functions to reference-ui, 2) complete the production static build (w/ Hugo, etc.) 2022-01-31 14:24:09 -06:00
README.md feat: Initial commit of api-docs/reference-ui, a Vue.JS app that embeds RapiDoc. WIP: 1) migrate api-docs/reactui functions to reference-ui, 2) complete the production static build (w/ Hugo, etc.) 2022-01-31 14:24:09 -06:00
babel.config.js feat: Initial commit of api-docs/reference-ui, a Vue.JS app that embeds RapiDoc. WIP: 1) migrate api-docs/reactui functions to reference-ui, 2) complete the production static build (w/ Hugo, etc.) 2022-01-31 14:24:09 -06:00
package.json feat: Initial commit of api-docs/reference-ui, a Vue.JS app that embeds RapiDoc. WIP: 1) migrate api-docs/reactui functions to reference-ui, 2) complete the production static build (w/ Hugo, etc.) 2022-01-31 14:24:09 -06:00
vue.config.js feat: Initial commit of api-docs/reference-ui, a Vue.JS app that embeds RapiDoc. WIP: 1) migrate api-docs/reactui functions to reference-ui, 2) complete the production static build (w/ Hugo, etc.) 2022-01-31 14:24:09 -06:00
yarn.lock feat: Initial commit of api-docs/reference-ui, a Vue.JS app that embeds RapiDoc. WIP: 1) migrate api-docs/reactui functions to reference-ui, 2) complete the production static build (w/ Hugo, etc.) 2022-01-31 14:24:09 -06:00

README.md

reference-ui

This project provides the UI for API reference docs. It includes a Vue.JS app that wraps RapiDoc.

Generate OpenAPI JSON from ref.yml

Rapidoc requires OpenAPI specs in JSON format. To generate the JSON from the influxdata/openapi ref.yml files, run the following commands from docs-v2/api-docs: npx openapi bundle v2.1/ref.yml --output openapi/specs/v2.1.json npx openapi bundle cloud/ref.yml --output openapi/specs/cloud.json

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.