Added roadmap entries or columns for 2025.H1/H2#299
Conversation
✅ Deploy Preview for kmesh-net ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Welcome @HamzaAmir1470! It looks like this is your first PR to kmesh-net/website 🎉 |
There was a problem hiding this comment.
Code Review
This pull request updates the roadmap documentation by adding columns for 2025 (H1 and H2) to the feature table. Feedback was provided to remove the markdown code block fences that were incorrectly added around the entire file, as they interfere with the frontmatter parsing required for proper documentation rendering.
| ```md | ||
| --- | ||
| title: Roadmap | ||
| description: "" | ||
| sidebar_position: 2 | ||
| --- |
There was a problem hiding this comment.
The markdown code block fence (`md) should not be added at the start of the file. This file contains frontmatter (the --- block), which must be at the very beginning of the file for it to be correctly parsed by documentation tools like Docusaurus. Including this fence will break the page rendering and metadata processing.
| ```md | |
| --- | |
| title: Roadmap | |
| description: "" | |
| sidebar_position: 2 | |
| --- | |
| --- | |
| title: Roadmap | |
| description: "" | |
| sidebar_position: 2 | |
| --- |
| | **Programmable** | Plug-in expansion capability | | | | ✓ | | | | ||
| | **Ecosystem Collaboration** | Data plane collaboration (Envoy, etc.) | | ✓ | | | | | | ||
| | **Operating Environment Support** | Container | ✓ | | | | | | | ||
| ``` |
There was a problem hiding this comment.
Pull request overview
Updates the architecture roadmap documentation to extend the planning table beyond 2024 by adding columns for 2025.H1 and 2025.H2.
Changes:
- Added
2025.H1and2025.H2columns to the roadmap table header and alignment row. - Updated each roadmap row to include empty cells for the new 2025 half-year columns.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ```md | ||
| --- | ||
| title: Roadmap | ||
| description: "" | ||
| sidebar_position: 2 |
| | **Programmable** | Plug-in expansion capability | | | | ✓ | | | | ||
| | **Ecosystem Collaboration** | Data plane collaboration (Envoy, etc.) | | ✓ | | | | | | ||
| | **Operating Environment Support** | Container | ✓ | | | | | | | ||
| ``` |
Updated
docs/architecture/roadmap.mdby adding missing roadmap columns for2025.H1and2025.H2. This keeps the roadmap documentation aligned with the project's ongoing development and provides space for tracking new features and improvements introduced after 2024.