Skip to content
Merged
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
9 changes: 9 additions & 0 deletions .changeset/hungry-rockets-nail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'astro': patch
---

Fixes several documentation issues related to the JSDoc for configuration options.

- When hovering over the `server` and `fonts` options, the JSDoc for the nested options was displayed instead of the JSDoc for the top-level property.
- Two i18n configuration options were being used incorrectly in the examples.
- The indentation of some code blocks was broken on hover.
10 changes: 8 additions & 2 deletions .github/astro-review.yml → .github/factory.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
version: 1
trigger:
label: "pr: astro-review"

review:
trigger:
label: "pr: astro-review"
skill: .agents/skills/astro-code-review
severity: [critical, high, medium, low, optional]
areas:
Expand All @@ -15,3 +16,8 @@ review:
- maintainability
- documentation
- changeset

# Review only for now. Triage is enabled by default, so it has to be
# switched off explicitly.
triage:
enabled: false
Loading
Loading