0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00

[error docs] adds section heading for Actions (#11601)

This commit is contained in:
Sarah Rainsberger 2024-08-02 11:02:54 -03:00 committed by GitHub
parent 2abbc281b3
commit 1b3c81c684
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1618,6 +1618,12 @@ export const UnsupportedConfigTransformError = {
hint: 'See the devalue library for all supported types: https://github.com/rich-harris/devalue',
} satisfies ErrorData;
/**
* @docs
* @kind heading
* @name Action Errors
*/
// Action Errors
/**
* @docs
* @see