Skip to content

docs: Match Documentation Menu Items with Source Directory Names #883

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

laharigandrapu11
Copy link

Fixes #521

Summary

Changes

This PR aligns the documentation menu items with their corresponding source directory names for better consistency and navigation:

  • Rename kendra-index-mcp-server.md to amazon-kendra-index-mcp-server.md to match source directory name
  • Add cloudwatch-logs-mcp-server.md documentation file
  • Update sidebar menu items in sidebars.ts to match exact directory names from ./src/

User experience

Before:

  • Menu item kendra-index-mcp-server didn't match its source directory amazon-kendra-index-mcp-server
  • Missing documentation for cloudwatch-logs-mcp-server
  • Some menu items were inconsistent with their source directory names

After:

  • All menu items exactly match their source directory names
  • Complete documentation coverage for all servers
  • Consistent naming between documentation and implementation
  • Easier navigation between documentation and source code

Checklist

  • I have reviewed the contributing guidelines
  • I have performed a self-review of this change
  • Changes have been tested
  • Changes are documented

Is this a breaking change? No

RFC issue number: N/A

Checklist:

  • Migration process documented
  • Implement warnings (if it can live side by side)

Acknowledgment

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.

@laharigandrapu11 laharigandrapu11 requested a review from a team as a code owner July 19, 2025 06:22
@scottschreckengaust
Copy link
Member

Thank you. Since cloudwatch_logs is deprecated it should not be included.

@laharigandrapu11
Copy link
Author

Sorry for the oversight! I removed the deprecated CloudWatch Logs server.

Copy link

codecov bot commented Jul 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.20%. Comparing base (c486aaf) to head (915236d).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #883      +/-   ##
==========================================
- Coverage   88.86%   88.20%   -0.67%     
==========================================
  Files         566      274     -292     
  Lines       38881    16891   -21990     
  Branches     6016     2459    -3557     
==========================================
- Hits        34553    14899   -19654     
+ Misses       2802     1308    -1494     
+ Partials     1526      684     -842     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

Match Documentation Menu to Source
2 participants