Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move announcements on top
Browse files Browse the repository at this point in the history
Signed-off-by: bitliu <bitliu@tencent.com>
Xunzhuo committed Nov 2, 2023
1 parent b7aef60 commit c7cec47
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
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
@@ -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]]
@@ -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-comment 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"

0 comments on commit c7cec47

Please sign in to comment.