Skip to content

Commit 91f22fe

Browse files
authored
Merge branch 'main' into demo
2 parents ff84194 + 19bf6ef commit 91f22fe

File tree

12 files changed

+47
-9
lines changed

12 files changed

+47
-9
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" >}}

content/ngf/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
title: "NGINX Gateway Fabric"
33
url: /nginx-gateway-fabric/
4-
---
4+
---

content/nginx-one/changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,22 @@ h2 {
3030

3131
Stay up-to-date with what's new and improved in the F5 NGINX One Console.
3232

33+
## April 3, 2025
34+
35+
### Create Custom Roles with more precise permissions
36+
37+
We have added API groups that align with the features and functionality in the NGINX One Console. You can now:
38+
39+
- Use our narrowly scoped API groups.
40+
- Tailor access policies with [custom roles](https://docs.cloud.f5.com/docs-v2/administration/how-tos/user-mgmt/roles#custom-roles).
41+
42+
#### Highlights:
43+
44+
- Custom role assignments: You can set up custom roles for users or service accounts.
45+
- Namespace-based permissions: With [namespaces](https://docs.cloud.f5.com/docs-v2/platform/concepts/core-concepts#namespaces), you can configure API group permissions to support least privilege.
46+
47+
For more information, read [Custom roles and API groups]({{< ref "/nginx-one/rbac/rbac-api.md" >}}).
48+
3349
## March 11, 2025
3450

3551
### Set up Staged Configurations

content/solutions/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ weight: 1
77

88
This section provides information about managing subscription licenses for NGINX products. Learn about license requirements, how to handle common issues, and ensure compliance to keep systems running smoothly.
99

10-
### Topics in this section:
10+
### Topics in this section:
11+
12+
- [About subscription licenses]({{< ref "solutions/about-subscription-licenses.md" >}})

layouts/partials/list-main.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{{/* TODO: Delete this page, and use the one from nginx-hugo-them */}}
12
<div class="list-page">
23
{{ $PageTitle := .Title }}
34
<div class="col-md-12 col-xl-12 py-md-3" style="margin-left: -1.75em;">
@@ -18,6 +19,7 @@ <h1 class="bd-title">
1819
</div>
1920
</div>
2021

22+
{{ if or (lt .WordCount 1) (eq $PageTitle "F5 NGINX One Console") (eq $PageTitle "F5 NGINX App Protect DoS") (eq $PageTitle "F5 NGINX Plus") }}
2123
<section>
2224
<div class="row">
2325
<div class="card-deck">
@@ -93,4 +95,5 @@ <h3 class="card-title" style="display: flex; align-items: center;">
9395
{{ end }}
9496
</div>
9597
</section>
98+
{{end}}
9699
</div>

content/controller/api/reference/ctlr-adc-openapi.json renamed to static/nginx-controller/api/reference/ctlr-adc-openapi.json

File renamed without changes.

content/controller/api/reference/ctlr-analytics-openapi.json renamed to static/nginx-controller/api/reference/ctlr-analytics-openapi.json

File renamed without changes.

0 commit comments

Comments
 (0)