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:
parent
2abbc281b3
commit
1b3c81c684
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue