mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
[docs] update JSDoc for API Reference links (#11252)
This commit is contained in:
parent
5484114401
commit
773828a056
1 changed files with 2 additions and 2 deletions
|
@ -285,7 +285,7 @@ export interface AstroGlobal<
|
|||
/**
|
||||
* The <Astro.self /> element allows a component to reference itself recursively.
|
||||
*
|
||||
* [Astro reference](https://docs.astro.build/en/guides/api-reference/#astroself)
|
||||
* [Astro reference](https://docs.astro.build/en/reference/api-reference/#astroself)
|
||||
*/
|
||||
self: Self;
|
||||
/** Utility functions for modifying an Astro component’s slotted children
|
||||
|
@ -2857,7 +2857,7 @@ export interface APIContext<
|
|||
* }
|
||||
* ```
|
||||
*
|
||||
* [Reference](https://docs.astro.build/en/guides/api-reference/#contextprops)
|
||||
* [Reference](https://docs.astro.build/en/reference/api-reference/#contextprops)
|
||||
*/
|
||||
props: AstroSharedContext<Props, APIParams>['props'];
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue