docs: add automatic listing of governance archives

This commit is contained in:
EricFromCanada
2022-05-01 21:37:20 -04:00
parent 3088bbf1a6
commit 5e23ad46cd
13 changed files with 12 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# Homebrew Governance Archives
{% assign governance_pages = site.pages | where: "category", "governance-archives" %}
{% for item in governance_pages -%}
- [{{ item.title }}]({{ item.url }})
{% endfor %}
+1
View File
@@ -74,3 +74,4 @@
- [Homebrew Governance](Homebrew-Governance.md)
- [Homebrew Leadership Responsibilities](Homebrew-Leadership-Responsibilities.md)
- [Homebrew Governance Archives](Homebrew-Governance-Archives.md)
+4
View File
@@ -26,6 +26,10 @@ defaults:
image: /assets/img/homebrew-256x256.png
search_name: Documentation
search_site: docs
- scope:
path: governance
values:
category: governance-archives
logo: /assets/img/homebrew-256x256.png