Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/content/changelog/changelogs/april-2026.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR #2894 adds starlight to the frontend hosting provider dropdown, backend config file detection (astro.config.mjs, astro.config.ts, astro.config.js), and the LLM framework detection prompt.

Source: https://github.com/Promptless/promptless/pull/2894


* **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:**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
Loading