docs: restore Floci integration documentation - #1590
docs: restore Floci integration documentation#1590David Pine (IEvangelist) wants to merge 1 commit into
Conversation
Co-authored-by: Copilot App <[email protected]>
There was a problem hiding this comment.
Pull request overview
Restores the Floci Community Toolkit integration documentation and wiring across the Aspire docs site, reintroducing the integration page, navigation entry, catalog mappings, and theme-aware icons so users can discover and follow Floci setup guidance.
Changes:
- Adds Floci to the integrations catalog mapping and integrations data feed.
- Introduces a new Floci integration doc page with C# and TypeScript AppHost examples and environment-variable guidance.
- Adds light/dark Floci SVG icons and re-adds Floci to the integrations sidebar.
Reviewed changes
Copilot reviewed 4 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/frontend/src/data/integration-docs.json | Maps CommunityToolkit.Aspire.Hosting.Floci to the Floci integration doc route. |
| src/frontend/src/data/aspire-integrations.json | Adds Floci package metadata (description/tags/icon/version) to the integrations catalog data. |
| src/frontend/src/content/docs/integrations/compute/floci.mdx | Restores Floci integration documentation with usage, configuration, and troubleshooting guidance. |
| src/frontend/src/assets/icons/floci-icon.svg | Adds Floci icon asset for light theme usage. |
| src/frontend/src/assets/icons/floci-icon-light.svg | Adds Floci icon asset for dark theme usage. |
| src/frontend/config/sidebar/integrations.topics.ts | Restores the Floci entry in the “Compute” integrations sidebar section. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
|
||
| **GCP** accepts the following customizable properties: | ||
|
|
||
| - **Port**: The host port Floci listens on (default: 4566) |
Frontend HTML artifact readyThe latest frontend build uploaded the This comment updates automatically when a new frontend build artifact is uploaded. |
Summary
CommunityToolkit.Aspire.Hosting.Floci13.5.0 is publishedThird-party links and affiliations
Adds links to Floci, Floci UI, the Aspire Community Toolkit, NuGet, Docker documentation, and AWS SDK documentation. No material affiliation with Floci.
Validation
pnpm --dir .\src\frontend exec vitest run --config vitest.config.ts tests\unit\structured-data.vitest.test.ts tests\unit\update-integrations.vitest.test.ts tests\unit\seo-lengths.vitest.test.tsCommunityToolkit.Aspire.Hosting.Floci13.5.0