This is an automated email from the ASF dual-hosted git repository.
emaynard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new 706ea88e Use correct link format for adoc and update menu title for
proposals (#1051)
706ea88e is described below
commit 706ea88e888a5ab5042aaf5bfa33aa46a87f2d3d
Author: JB Onofré <[email protected]>
AuthorDate: Mon Feb 24 18:16:13 2025 +0100
Use correct link format for adoc and update menu title for proposals (#1051)
---
site/content/community/proposals.adoc | 10 ++++------
site/hugo.yaml | 2 +-
2 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/site/content/community/proposals.adoc
b/site/content/community/proposals.adoc
index 6faaf871..ee9475d9 100644
--- a/site/content/community/proposals.adoc
+++ b/site/content/community/proposals.adoc
@@ -17,20 +17,18 @@
# specific language governing permissions and limitations
# under the License.
#
-linkTitle: 'Proposals & Roadmap'
+linkTitle: Proposals & Roadmap
title: 'Apache Polaris Proposals & Roadmap'
weight: 200
type: docs
-toc_hide: false
-hide_summary: true
---
== Proposals
-*
[Active](https://github.com/apache/polaris/issues?q=is%3Aissue%20state%3Aopen%20label%3Aproposal)
-*
[Past](https://github.com/apache/polaris/issues?q=is%3Aissue%20state%3Aclosed%20label%3Aproposal)
+*
https://github.com/apache/polaris/issues?q=is%3Aissue%20state%3Aopen%20label%3Aproposal[Active]
+*
https://github.com/apache/polaris/issues?q=is%3Aissue%20state%3Aclosed%20label%3Aproposal[Past]
== Polaris Roadmap
-* [Discussed Roadmap](https://github.com/apache/polaris/discussions/1028)
+* https://github.com/apache/polaris/discussions/1028[Discussed Roadmap]
diff --git a/site/hugo.yaml b/site/hugo.yaml
index da0a2b3c..8c86cee3 100644
--- a/site/hugo.yaml
+++ b/site/hugo.yaml
@@ -120,7 +120,7 @@ menu:
parent: "community"
url: "/community/meetings"
weight: 20
- - name: "Proposals"
+ - name: "Proposals & Roadmap"
parent: "community"
url: "/community/proposals"
weight: 30