[BETA] ci: update reference docs#14028
Conversation
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
ArmandPhilippot
left a comment
There was a problem hiding this comment.
The broken link should be fixed once #13983 is merged.
We might also want to revisit "Logger Options" for consistency. We usually have a heading for the nested properties (entrypoint, config) and it might be helpful to show the easy solution:
import { defineConfig, logHandlers } from 'astro/config';
export default defineConfig({
logger: logHandlers.json({ pretty: true })
});But, for now, I think it's okay!
✅ Deploy Preview for astro-docs-2 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This PR is auto-generated by a nightly GitHub action to update the reference docs from source code in withastro/astro.