fix(api): don't ignore .config.yml files inside of api-docs
parent
fded3ebf5e
commit
9932ea84e5
|
@ -9,6 +9,7 @@ node_modules
|
|||
/resources
|
||||
.hugo_build.lock
|
||||
/content/influxdb*/**/api/**/*.html
|
||||
!api-docs/**/.config.yml
|
||||
/api-docs/redoc-static.html*
|
||||
.vscode/*
|
||||
.idea
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
plugins:
|
||||
- '../../openapi/plugins/docs-plugin.js'
|
||||
extends:
|
||||
- recommended
|
||||
- docs/all
|
||||
x-influxdata-product-name: InfluxDB 3 Core
|
||||
|
||||
apis:
|
||||
v3@3:
|
||||
root: v3/ref.yml
|
||||
x-influxdata-docs-aliases:
|
||||
- /influxdb3/core/api/
|
|
@ -0,0 +1,12 @@
|
|||
plugins:
|
||||
- '../../openapi/plugins/docs-plugin.js'
|
||||
extends:
|
||||
- recommended
|
||||
- docs/all
|
||||
x-influxdata-product-name: InfluxDB 3 Enterprise
|
||||
|
||||
apis:
|
||||
v3@3:
|
||||
root: v3/ref.yml
|
||||
x-influxdata-docs-aliases:
|
||||
- /influxdb3/enterprise/api/
|
Loading…
Reference in New Issue