docs: add automatic listing of governance archives

This commit is contained in:
EricFromCanada 2022-04-23 17:01:26 -04:00
parent 3088bbf1a6
commit 5e23ad46cd
No known key found for this signature in database
GPG Key ID: 179D9CDDDB814168
13 changed files with 12 additions and 0 deletions

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 %}

View File

@ -74,3 +74,4 @@
- [Homebrew Governance](Homebrew-Governance.md) - [Homebrew Governance](Homebrew-Governance.md)
- [Homebrew Leadership Responsibilities](Homebrew-Leadership-Responsibilities.md) - [Homebrew Leadership Responsibilities](Homebrew-Leadership-Responsibilities.md)
- [Homebrew Governance Archives](Homebrew-Governance-Archives.md)

View File

@ -26,6 +26,10 @@ defaults:
image: /assets/img/homebrew-256x256.png image: /assets/img/homebrew-256x256.png
search_name: Documentation search_name: Documentation
search_site: docs search_site: docs
- scope:
path: governance
values:
category: governance-archives
logo: /assets/img/homebrew-256x256.png logo: /assets/img/homebrew-256x256.png