diff --git a/src/content/changelog/changelogs/april-2026.mdx b/src/content/changelog/changelogs/april-2026.mdx index 1fddc9f6..50c496bf 100644 --- a/src/content/changelog/changelogs/april-2026.mdx +++ b/src/content/changelog/changelogs/april-2026.mdx @@ -7,6 +7,8 @@ hidden: false **New Features:** +* **Starlight (Astro) Docs Platform Support:** Promptless now supports Starlight, the Astro-based documentation framework, as a hosting provider option during onboarding. Starlight is automatically detected via `astro.config.mjs`, `astro.config.ts`, or `astro.config.js` files in your docs repository. + * **First-Approval GitHub PR Trigger Mode:** Configure Promptless to trigger when a pull request receives its first approval instead of when it opens—useful for teams that want documentation suggestions only after code has been reviewed. **Improvements:** diff --git a/src/content/docs/docs/configuring-promptless/doc-collections/git-hub-repos-docs-as-code.mdx b/src/content/docs/docs/configuring-promptless/doc-collections/git-hub-repos-docs-as-code.mdx index 59ab3a93..d8ca0a64 100644 --- a/src/content/docs/docs/configuring-promptless/doc-collections/git-hub-repos-docs-as-code.mdx +++ b/src/content/docs/docs/configuring-promptless/doc-collections/git-hub-repos-docs-as-code.mdx @@ -30,6 +30,7 @@ When your documentation lives in GitHub, Promptless can publish to any of these - **Hugo** - **Ghost** - **Nextra** +- **Starlight** (Astro) - **Vocs** - **Custom platforms** (as long as the content is in a repo)