Skip to content

Commit e82bf79

Browse files
authored
Controller: Fix frontmatter and paths for api specs (#373)
1 parent c1e6ee0 commit e82bf79

File tree

8 files changed

+24
-7
lines changed

8 files changed

+24
-7
lines changed

content/controller/api/reference/ctlr-adc-api.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@ description: Represents the state of the F5 NGINX Controller Application Deliver
44
docs: DOCS-1280
55
type:
66
- reference
7+
doctypes:
8+
- reference
9+
type: redoc
10+
tags:
11+
- api
712
title: ADC API
813
toc: false
914
weight: 300
1015
---
1116

12-
{{< openapi spec="/controller/api/reference/ctlr-adc-openapi.json" >}}
17+
{{< openapi spec="./nginx-controller/api/reference/ctlr-adc-openapi.json" >}}

content/controller/api/reference/ctlr-analytics-api.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@ description: Represents the state of the F5 NGINX Controller Analytics REST API.
33
docs: DOCS-1279
44
type:
55
- reference
6+
doctypes:
7+
- reference
8+
type: redoc
9+
tags:
10+
- api
611
title: Analytics API
712
toc: false
813
weight: 200
914
---
1015

11-
{{< openapi spec="/controller/api/reference/ctlr-analytics-openapi.json" >}}
16+
{{< openapi spec="./nginx-controller/api/reference/ctlr-analytics-openapi.json" >}}

content/controller/api/reference/ctlr-apim-api.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@ description: Represents the state of the F5 NGINX Controller API Management REST
33
docs: DOCS-1281
44
type:
55
- reference
6+
doctypes:
7+
- reference
8+
type: redoc
9+
tags:
10+
- api
611
title: APIM API
712
toc: false
813
weight: 400
914
---
1015

11-
{{< openapi spec="/controller/api/reference/ctlr-apim-openapi.json" >}}
16+
{{< openapi spec="./nginx-controller/api/reference/ctlr-apim-openapi.json" >}}
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
22
description: Represents the state of the F5 NGINX Controller Platform REST API.
33
docs: DOCS-1278
4-
type:
5-
- reference
4+
doctypes:
5+
- reference
6+
type: redoc
7+
tags:
8+
- api
69
title: Platform API
710
toc: false
8-
weight: 100
911
---
1012

11-
{{< openapi spec="/controller/api/reference/ctlr-platform-openapi.json" >}}
13+
{{< openapi spec="./nginx-controller/api/reference/ctlr-platform-openapi.json" >}}

0 commit comments

Comments
 (0)