fix: link governance to GitHub repository#3034
Merged
Merged
Conversation
Member
|
I'm thinking we should add the governance repo to the |
Fetch the governance document it at build time from the prometheus/governance repository and render it inline on the /governance/ page. Add a new GithubSinglePageSource config type for fetching individual files from GitHub repos without versioning. Relative links in the fetched markdown (to e.g. ./ROLES.md) are rewritten to point to the governance repository on GitHub. Assisted-by: claude-opus-4-6@default Signed-off-by: Jan Fajerski <jfajersk@redhat.com>
6219415 to
30a990b
Compare
Contributor
Author
|
Added inlining only for the governance doc, which requires rewriting some links in the document. Happy to pull in |
SuperQ
approved these changes
Jul 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update governance links on the community page and FAQ to point to the canonical governance document in the prometheus/governance repository. Remove the local /governance/ page that hosted an outdated copy.
Fixes: #3028