Skip to content

Cleanup kb-chaoss-community.md#31

Merged
MoralCode merged 2 commits into
chaoss:mainfrom
santhosh-7777:fix-hugo-ref-links
May 30, 2026
Merged

Cleanup kb-chaoss-community.md#31
MoralCode merged 2 commits into
chaoss:mainfrom
santhosh-7777:fix-hugo-ref-links

Conversation

@santhosh-7777
Copy link
Copy Markdown
Contributor

This PR updates internal content links in kb-chaoss-community.md to use Hugo ref syntax instead of {{ baseURL }} references.
Changes were intentionally limited to a small validation scope as discussed in #29, to confirm the migration strategy works consistently before applying broader repository wide replacements.

Signed-off-by: santhosh teja piridi <santhosh.piridi123@gmail.com>
@santhosh-7777
Copy link
Copy Markdown
Contributor Author

Hi @MoralCode , I have completed the initial validation update for kb-chaoss-community.md by replacing the selected internal {{ baseURL }} links with Hugo ref syntax as discussed in #29.
The scope was intentionally kept small to verify the migration approach before applying broader replacements across the repository. Please let me know if any adjustments are needed before proceeding further.

@MoralCode MoralCode changed the title Replace baseURL links with Hugo ref syntax Replace baseURL links in kb-chaoss-community.md with Hugo ref syntax May 18, 2026
@MoralCode
Copy link
Copy Markdown
Contributor

MoralCode commented May 20, 2026

im seeing errors when trying to build the site locally with hugo server


ERROR [en] REF_NOT_FOUND: Ref "kb-getting-started/": "[redacted]/hugo/content/kb-chaoss-community.md:150:7": page not found
ERROR [en] REF_NOT_FOUND: Ref "kbtopic/how-to-contribute/": "[redacted]/hugo/content/kb-chaoss-community.md:25:16": page not found
ERROR [en] REF_NOT_FOUND: Ref "kbtopic/templates/": "[redacted]/hugo/content/kb-chaoss-community.md:57:20": page not found
ERROR [en] REF_NOT_FOUND: Ref "kbtopic/chaoss-groups/": "[redacted]/hugo/content/kb-chaoss-community.md:86:26": page not found
ERROR [en] REF_NOT_FOUND: Ref "kbtopic/media-and-outreach/": "[redacted]/hugo/content/kb-chaoss-community.md:114:30": page not found

I think it may be worth looking at the docs to see if the ref tag is expecting the path to the underlying markdown file for the page, or the public-facing url to it (these two arent always the same)

We also havent migrated over any of the KB pages yet (the majority of the links here seem to be going to kbtopic pages). See #25 for the discussion on migrating the knowledgebase content (although thats going to be a very technical topic and not one id recommend for a first-time contributor

non ref syntax needed until the KB pages exist again

Signed-off-by: Adrian Edwards <adredwar@redhat.com>
@MoralCode
Copy link
Copy Markdown
Contributor

yeah ok, so now that i better understand how the ref links work, i think we wont be able to use the ref syntax for the kb- pages until we deal with #25 .

I have added a commit that reverts the changes to these links and generally does some page cleanup so we can repurpose/use this PR

@MoralCode MoralCode changed the title Replace baseURL links in kb-chaoss-community.md with Hugo ref syntax Cleanup kb-chaoss-community.md May 30, 2026
@MoralCode MoralCode merged commit fbd8c67 into chaoss:main May 30, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants