Skip to content

Commit

Permalink
move announcements on top
Browse files Browse the repository at this point in the history
Signed-off-by: bitliu <[email protected]>
  • Loading branch information
Xunzhuo committed Nov 2, 2023
1 parent 4c57d8f commit b7f01a3
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
title: "Release Announcement"
---
+++
title = "Release Announcement"
description = "Envoy Gateway Release Announcement"
linktitle = "Announcement"

[[cascade]]
type = "docs"
+++

This document provides details for Envoy Gateway releases. Envoy Gateway follows the Semantic Versioning [v2.0.0 spec][]
for release versioning. Since Envoy Gateway is a new project, minor releases are the only defined releases. Envoy
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 6 additions & 6 deletions site/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ enable = true
[menu]
[[menu.main]]
name = "Blog"
weight = -100
weight = -99
pre = "<i class='fas fa-rss pr-2'></i>"
url = "/blog"
[[menu.main]]
Expand All @@ -217,13 +217,13 @@ enable = true
pre = "<i class='fa fa-star pr-2'></i>"
url = "/about"
[[menu.main]]
name = "GitHub"
weight = -99
pre = "<i class='fab fa-github pr-2'></i>"
url = "https://github.com/envoyproxy/gateway"
name = "Announcements"
weight = -101
pre = "<i class='fas fa-comments pr-2'></i>"
url = "/announcements"
[[menu.main]]
name = "Documentation"
weight = -101
weight = -102
pre = "<i class='fas fa-book pr-2'></i>"
url = "/v0.6.0"

Expand Down

0 comments on commit b7f01a3

Please sign in to comment.