diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 74a7bae..68111ab 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,7 +4,7 @@ # # publishes packages/flow_ui to pub.dev and deploys the docs site (playground # included) to Cloudflare Pages. Publishing is OIDC: pub.dev → flow_ui → Admin -# → Automated publishing must list StacDev/flow_ui with the tag pattern +# → Automated publishing must list StacDev/flow with the tag pattern # `flow_ui-v{{version}}`. A future package gets its own tag glob below, a # `case` line in `meta`, and its own pub.dev tag pattern. # diff --git a/docs/README.md b/docs/README.md index a0d29e0..e5548c0 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@ # flow_ui docs -The documentation site for [flow_ui](https://github.com/StacDev/flow_ui), +The documentation site for [flow_ui](https://github.com/StacDev/flow), built with [Astro Starlight](https://starlight.astro.build). ```bash diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index c62fce2..7b52453 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -118,7 +118,7 @@ export default defineConfig({ { icon: 'github', label: 'GitHub', - href: 'https://github.com/StacDev/flow_ui', + href: 'https://github.com/StacDev/flow', }, { icon: 'x.com', @@ -132,7 +132,7 @@ export default defineConfig({ }, ], editLink: { - baseUrl: 'https://github.com/StacDev/flow_ui/edit/main/docs/', + baseUrl: 'https://github.com/StacDev/flow/edit/main/docs/', }, sidebar: [ { diff --git a/docs/src/content/docs/components/attachments.mdx b/docs/src/content/docs/components/attachments.mdx index 4707b2e..98828f0 100644 --- a/docs/src/content/docs/components/attachments.mdx +++ b/docs/src/content/docs/components/attachments.mdx @@ -182,7 +182,7 @@ a pending strip keeps every original in memory until it is sent or removed. That was already true of the thumbnail's `MemoryImage` — the field hands you the same list rather than a second copy. -The [example app](https://github.com/StacDev/flow_ui/tree/main/example) +The [example app](https://github.com/StacDev/flow/tree/main/packages/flow_ui/example) does exactly this against Gemini. ## Key API diff --git a/docs/src/content/docs/index.mdx b/docs/src/content/docs/index.mdx index ee0e5da..8c6bf83 100644 --- a/docs/src/content/docs/index.mdx +++ b/docs/src/content/docs/index.mdx @@ -104,7 +104,7 @@ import logo from '../../assets/flow-ui-logo.svg'; Flutter UI library for AI Chat Interfaces