Skip to content

Commit 9932ea8

Browse files
committed
fix(api): don't ignore .config.yml files inside of api-docs
1 parent fded3eb commit 9932ea8

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ node_modules
99
/resources
1010
.hugo_build.lock
1111
/content/influxdb*/**/api/**/*.html
12+
!api-docs/**/.config.yml
1213
/api-docs/redoc-static.html*
1314
.vscode/*
1415
.idea

api-docs/influxdb3/core/.config.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
plugins:
2+
- '../../openapi/plugins/docs-plugin.js'
3+
extends:
4+
- recommended
5+
- docs/all
6+
x-influxdata-product-name: InfluxDB 3 Core
7+
8+
apis:
9+
v3@3:
10+
root: v3/ref.yml
11+
x-influxdata-docs-aliases:
12+
- /influxdb3/core/api/
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
plugins:
2+
- '../../openapi/plugins/docs-plugin.js'
3+
extends:
4+
- recommended
5+
- docs/all
6+
x-influxdata-product-name: InfluxDB 3 Enterprise
7+
8+
apis:
9+
v3@3:
10+
root: v3/ref.yml
11+
x-influxdata-docs-aliases:
12+
- /influxdb3/enterprise/api/

0 commit comments

Comments
 (0)