Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix charter 404 #763

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Fix charter 404 #763

wants to merge 1 commit into from

Conversation

scottrigby
Copy link

fixes #762

I think I did this right.

Test with:

$ git submodule update --init --recursive
$ npm install
$ npm run serve
$ curl -s http://localhost:1313/about/charter/ | grep -o '<h1.*</h1>'
<h1></h1><h1 id=cncf-tag-contributor-strategy-charter>CNCF TAG Contributor Strategy Charter</h1>

Signed-off-by: Scott Rigby <[email protected]>
@jberkus
Copy link
Contributor

jberkus commented Feb 3, 2025

Something weird is going on with the navigation, look as the directory on the left:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

Charter link is 404
2 participants