Skip to content

Commit

Permalink
[error docs] adds section heading for Actions (#11601)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah11918 authored Aug 2, 2024
1 parent 2abbc28 commit 1b3c81c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/astro/src/core/errors/errors-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b3c81c

Please sign in to comment.