Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore redocly type in YAML for API docs #372

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion content/controller/api/reference/ctlr-adc-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ description: Represents the state of the F5 NGINX Controller Application Deliver
docs: DOCS-1280
type:
- reference
type: redoc
tags:
- api
title: ADC API
toc: false
weight: 300
---

{{< openapi spec="/controller/api/reference/ctlr-adc-openapi.json" >}}
{{< openapi spec="./nginx-controller/api/ctlr-adc-openapi.json" >}}
4 changes: 2 additions & 2 deletions content/controller/api/reference/ctlr-adc-openapi.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"openapi": "3.0.0",
"openapi": "3.0.3",
"info":{
"title": "NGINX Controller Application Delivery REST API",
"version": "v1",
Expand Down Expand Up @@ -13362,4 +13362,4 @@
}
}
}
}
}
5 changes: 4 additions & 1 deletion content/controller/api/reference/ctlr-analytics-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ description: Represents the state of the F5 NGINX Controller Analytics REST API.
docs: DOCS-1279
type:
- reference
type: redoc
tags:
- api
title: Analytics API
toc: false
weight: 200
---

{{< openapi spec="/controller/api/reference/ctlr-analytics-openapi.json" >}}
{{< openapi spec="./nginx-controller/api/ctlr-analytics-openapi.json" >}}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"openapi": "3.0.0",
"openapi": "3.0.3",
"info":{
"title": "NGINX Controller Analytics REST API",
"version": "v1",
Expand Down Expand Up @@ -2458,4 +2458,4 @@
}
}
}
}
}
5 changes: 4 additions & 1 deletion content/controller/api/reference/ctlr-apim-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ description: Represents the state of the F5 NGINX Controller API Management REST
docs: DOCS-1281
type:
- reference
type: redoc
tags:
- api
title: APIM API
toc: false
weight: 400
---

{{< openapi spec="/controller/api/reference/ctlr-apim-openapi.json" >}}
{{< openapi spec="./nginx-controller/api/ctlr-apim-openapi.json" >}}
4 changes: 2 additions & 2 deletions content/controller/api/reference/ctlr-apim-openapi.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"openapi": "3.0.0",
"openapi": "3.0.3",
"info":{
"title": "NGINX Controller API Management REST API",
"version": "v1",
Expand Down Expand Up @@ -12544,4 +12544,4 @@
}
}
}
}
}
5 changes: 4 additions & 1 deletion content/controller/api/reference/ctlr-platform-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ description: Represents the state of the F5 NGINX Controller Platform REST API.
docs: DOCS-1278
type:
- reference
type: redoc
tags:
- api
title: Platform API
toc: false
weight: 100
---

{{< openapi spec="/controller/api/reference/ctlr-platform-openapi.json" >}}
{{< openapi spec="./nginx-controller/api/ctlr-platform-openapi.json" >}}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"openapi": "3.0.0",
"openapi": "3.0.3",
"info":{
"title": "NGINX Controller Platform REST API",
"version": "v1",
Expand Down
13,365 changes: 13,365 additions & 0 deletions static/controller/api/ctlr-adc-openapi.json

Large diffs are not rendered by default.

Loading