Open
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the Solvro docs to include the new (IX) board, introduces a “current board” permalink via redirect, and starts sourcing person-card data from the CMS instead of hardcoding it in MDX.
Changes:
- Added IX board page and a
/solvro/boardredirect to the current board for easier future updates. - Moved VIII board page into the “previous boards” section and updated internal links accordingly.
- Added
PersonCardFromCMSplus CMS helper functions to render member cards from CMS data.
Reviewed changes
Copilot reviewed 11 out of 12 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| tsconfig.json | Adds a new TS path alias for components. |
| src/content/docs/solvro/VIII_Board.mdx | Removes the old VIII board page from the main Solvro section (relocated). |
| src/content/docs/solvro/Structure.mdx | Updates “current board” link to /solvro/board. |
| src/content/docs/solvro/Strategy.mdx | Updates VIII board strategy link to the new “previous boards” location. |
| src/content/docs/solvro/poprzednie-zarzady/VIII_Board.mdx | Adds the relocated VIII board page under “previous boards”. |
| src/content/docs/solvro/IX_Board.mdx | Adds the new IX board page using CMS-backed person cards. |
| src/content/docs/solvro/History.mdx | Updates board links and adds IX board to the history list. |
| src/content/docs/solvro/Board.mdx | Adds a “current board” doc page meant to be redirected. |
| src/content/docs/index.mdx | Updates homepage link to point to /solvro/board. |
| src/components/TeamMembers.tsx | Exposes CMS address and adds CMS person lookup utilities. |
| src/components/PersonCardFromCMS.astro | Introduces CMS-backed wrapper around PersonCard. |
| astro.config.mjs | Adds redirect for /solvro/board and config for #assets/#components resolution. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copilot stopped work on behalf of
kguzek due to an error
April 1, 2026 18:27
Copilot stopped work on behalf of
kguzek due to an error
April 1, 2026 18:27
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 12 out of 13 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
related to #61