Skip to content

Conversation

@TOMOFUMI-KONDO
Copy link

@TOMOFUMI-KONDO TOMOFUMI-KONDO commented Dec 27, 2025

Hello. This is my first PR. Thank you for all your development.

Overview

Fix broken Contributing links across the website by correcting the filename from CONTRIBUTION.md to CONTRIBUTING.md.

Description of Change

Updated Contributing link URLs

The Contributing guide link was pointing to a non-existent file (CONTRIBUTION.md). This file was renamed to CONTRIBUTING.md in the kagent repository on commit 2cbb6cf.

Updated all occurrences to use the correct filename in the following locations:

  • scripts/generate-nav.mjs - Navigation generator script
  • src/app/docs/kagent/introduction/page.mdx - Introduction page QuickLinks
  • src/app/docs/kagent/resources/faq/page.mdx - FAQ page
  • src/app/docs/kagent/resources/page.mdx - Resources page QuickLinks
  • src/components/footer.tsx - Site footer
  • src/config/navigation.json - Navigation configuration (generated by scripts/generate-nav.mjs)

Confirmation of operation

  • Verify Contributing links targets correctly "https://github.com/kagent-dev/kagent/blob/main/CONTRIBUTING.md" on each page
    • Footer: (scroll to footer, click "Contributing")
    • Introduction page: /docs/kagent/introduction
    • Resources page: /docs/kagent/resources
    • FAQ page: /docs/kagent/resources/faq
    • Left navigation bar: /docs/kagent/introduction (click "Contributing" in the left sidebar)

Update CONTRIBUTION.md to CONTRIBUTING.md across documentation
and navigation files.

Signed-off-by: TOMOFUMI-KONDO <ugax2kontomo0314@gmail.com>
@TOMOFUMI-KONDO TOMOFUMI-KONDO marked this pull request as ready for review December 27, 2025 11:03
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.

1 participant