About Us: Update - #5436
Conversation
☁️ Cloudflare Worker Preview Deployed!🔗 https://ks-update-about-us-docs.kestra-io.workers.dev 🔦 Lighthouse Benchmark
Scores (0–100, higher is better)
Core Web Vitals (lower is better)
Legend🟢 improved · 🔻 regressed · (blank) no significant change View full Lighthouse HTML report for a pageFull per-page Lighthouse Results (LHR) are attached as the |
…nto Update-About-us
There was a problem hiding this comment.
Pull request overview
Updates the “About Us / Team” content by expanding the team roster shown on the site and adds an MCP discovery artifact under public/.well-known.
Changes:
- Added multiple new team members and updated one existing team member entry in
Team.astro. - Introduced a new
.well-knownMCP file (public/.well-known/mcp 2) that duplicates existing MCP discovery JSON already present in the repo.
Reviewed changes
Copilot reviewed 2 out of 11 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/components/company/Team.astro | Adds/updates team member entries displayed on the “Team” section. |
| public/.well-known/mcp 2 | Adds a new MCP discovery JSON file (currently appears to be an unintended duplicate with a non-standard filename). |
Suppressed comments (1)
src/components/company/Team.astro:235
- This newly added line includes trailing whitespace after the closing
},. Trailing whitespace tends to create noisy diffs and can fail formatting checks.
},
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| { | ||
| "version": "1.0.0", | ||
| "transport": "http", | ||
| "url": "https://api.kestra.io/v1/mcp", | ||
| "servers": [ |
There was a problem hiding this comment.
Removed the duplicate .well-known artifact flagged by this review. 6918a612b
There was a problem hiding this comment.
Removed the duplicate .well-known artifact; public/.well-known/mcp 2 is no longer present.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
remove mcp 2 and youre gold in my book |
Co-authored-by: Nico-Kestra <125994028+Nico-Kestra@users.noreply.github.com>
No description provided.