Skip to content

Commit c0725bf

Browse files
authored
Corrected links on N1 landing page (#743)
fix: Corrected links on N1 landing page
1 parent 1079afc commit c0725bf

File tree

2 files changed

+26
-25
lines changed

2 files changed

+26
-25
lines changed

content/nginx-one/_index.md

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8,40 +8,41 @@ cascade:
88
nd-content-type: landing-page
99
nd-product: NGINX One
1010
---
11-
{{< card-layout >}}
12-
{{< card-section >}}
13-
{{< card title="Manage your NGINX fleet" >}}
11+
{{<card-layout>}}
12+
{{<card-section>}}
13+
{{<card title="Manage your NGINX fleet" titleUrl="about/" >}}
1414
Simplify, scale, secure, and collaborate with your NGINX fleet
15-
{{</ card >}}
16-
{{< card title="Get started" >}}
15+
{{</card >}}
16+
{{<card title="Get started" titleUrl="getting-started/">}}
1717
See benefits from the NGINX One Console
18-
{{</ card >}}
19-
{{< card title="Connect your instances" >}}
18+
{{</card >}}
19+
{{<card title="Connect your instances" titleUrl="connect-instances/" >}}
2020
Work with data plane keys, containers, and proxy servers
21-
{{</ card >}}
22-
{{< card title="Manage your NGINX instances" >}}
21+
{{</card >}}
22+
{{<card title="Manage your NGINX instances" titleUrl="nginx-configs/">}}
2323
Monitor and maintain your deployments
24-
{{</ card >}}
25-
{{< card title="Draft new configurations" >}}
24+
{{</card >}}
25+
{{<card title="Draft new configurations" titleUrl="staged-configs">}}
2626
Work with Staged Configurations
2727
{{</ card >}}
28-
{{< card title="Set up metrics" >}}
28+
{{<card title="Set up metrics" titleUrl="metrics/">}}
2929
Review your deployments in a dashboard
30-
{{</ card >}}
31-
{{< card title="Organize users with RBAC" >}}
30+
{{</card >}}
31+
{{<card title="Organize users with RBAC" titleUrl="rbac/">}}
3232
Assign responsibilities with role-based access control
33-
{{</ card >}}
34-
{{< card title="Automate with the NGINX One API" >}}
33+
{{</card >}}
34+
{{<card title="Automate with the NGINX One API" titleUrl="api/">}}
3535
Manage your NGINX fleet over REST
36-
{{</ card >}}
37-
{{< card title="Glossary" >}}
36+
{{</card >}}
37+
{{<card title="Glossary" titleUrl="glossary/">}}
3838
Learn terms unique to NGINX One Console
39-
{{</ card >}}
40-
{{< card title="Changelog" >}}{{< changelog-dates >}}
41-
{{</ card >}}
42-
{{</ card-section >}}
39+
{{</card >}}
40+
{{<card title="Changelog" titleUrl="changelog/" >}}{{< changelog-dates >}}{{</card >}}
41+
{{</card-section >}}
42+
{{</card-layout >}}
4343

44-
# Other Components
44+
# Other Components
45+
{{<card-layout>}}
4546
{{< card-section title="Kubernetes Solutions">}}
4647
{{< card title="NGINX Ingress Controller" titleUrl="/nginx-ingress-controller/" brandIcon="NGINX-Ingress-Controller-product-icon">}}
4748
Kubernetes traffic management with API gateway, identity, and observability features.
@@ -71,4 +72,4 @@ nd-product: NGINX One
7172
Defend, adapt, and mitigate against Layer 7 denial-of-service attacks on your apps and APIs.
7273
{{</ card >}}
7374
{{</ card-section >}}
74-
{{</ card-layout >}}
75+
{{</card-layout>}}

layouts/partials/changelog-date.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{ $changelogContent := readFile "content/nginx-one/changelog.md" }}
22
{{ $maxNumLogs := 3 }}
33
{{ $headings := first $maxNumLogs (findRE `(?m)^##\s(.+)$` $changelogContent) }}
4-
<ul style="padding-top: 10px;">
4+
<ul>
55
{{ range $headings }}
66
{{ $title := replaceRE "^##\\s" "" . }}
77
<li><a href="{{ absURL "nginx-one/changelog/" }}#{{urlize $title}}">{{ $title }}</a></li>

0 commit comments

Comments
 (0)