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

Update theme version, adjust weight of top level pages & sections #3979

Merged
merged 6 commits into from
Jun 19, 2023
Merged
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
2 changes: 1 addition & 1 deletion docs/content/f5-ingresslink.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Using with F5 BIG-IP
description: |
Learn how to use NGINX Ingress Controller with F5 IngressLink to configure your F5 BIG-IP device.
weight: 1800
weight: 2000
doctypes: ["concept"]
toc: true
docs: "DOCS-600"
Expand Down
2 changes: 1 addition & 1 deletion docs/content/releases.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Releases
description: "NGINX Ingress Controller Release Notes."
weight: 1900
weight: 2100
doctypes: ["concept"]
toc: true
docs: "DOCS-616"
Expand Down
2 changes: 1 addition & 1 deletion docs/content/technical-specifications.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Technical Specifications
description: "NGINX Ingress Controller Technical Specifications."
weight: 2000
weight: 2200
doctypes: ["concept"]
toc: true
docs: "DOCS-617"
Expand Down
2 changes: 1 addition & 1 deletion docs/content/troubleshooting/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Troubleshooting
description:
weight: 2000
weight: 1800
menu:
docs:
parent: NGINX Ingress Controller
Expand Down
2 changes: 1 addition & 1 deletion docs/content/tutorials/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Tutorials
description:
weight: 2100
weight: 1900
menu:
docs:
parent: NGINX Ingress Controller
Expand Down
2 changes: 1 addition & 1 deletion docs/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/nginxinc/kubernetes-ingress/docs

go 1.19

require github.com/nginxinc/nginx-hugo-theme v0.28.0
require github.com/nginxinc/nginx-hugo-theme v0.32.0
1 change: 1 addition & 0 deletions docs/go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
github.com/nginxinc/nginx-hugo-theme v0.28.0 h1:RHHvBmFk2Uptk+efLPSIuBd2elc3IOZPElkJbkkpAHo=
github.com/nginxinc/nginx-hugo-theme v0.28.0/go.mod h1:DPNgSS5QYxkjH/BfH4uPDiTfODqWJ50NKZdorguom8M=
github.com/nginxinc/nginx-hugo-theme v0.32.0/go.mod h1:DPNgSS5QYxkjH/BfH4uPDiTfODqWJ50NKZdorguom8M=