mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
docs: fix Content Layer RFC Link (#12000)
This commit is contained in:
parent
27d19f612f
commit
a2f8c5d85f
2 changed files with 7 additions and 2 deletions
5
.changeset/healthy-donuts-yell.md
Normal file
5
.changeset/healthy-donuts-yell.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Fixes an outdated link used to document Content Layer API
|
|
@ -2279,7 +2279,7 @@ export interface AstroUserConfig {
|
|||
* export const collections = { countries };
|
||||
* ```
|
||||
*
|
||||
* For more advanced loading logic, you can define an object loader. This allows incremental updates and conditional loading while also giving full access to the data store. See the API in [the Content Layer API RFC](https://github.com/withastro/roadmap/blob/content-layer/proposals/0047-content-layer.md#loaders).
|
||||
* For more advanced loading logic, you can define an object loader. This allows incremental updates and conditional loading while also giving full access to the data store. See the API in [the Content Layer API RFC](https://github.com/withastro/roadmap/blob/content-layer/proposals/0050-content-layer.md#loaders).
|
||||
*
|
||||
* #### Migrating an existing content collection to use the Content Layer API
|
||||
*
|
||||
|
@ -2344,7 +2344,7 @@ export interface AstroUserConfig {
|
|||
*
|
||||
* #### Learn more
|
||||
*
|
||||
* For a complete overview and the full API reference, see [the Content Layer API RFC](https://github.com/withastro/roadmap/blob/content-layer/proposals/0047-content-layer.md) and [share your feedback](https://github.com/withastro/roadmap/pull/982).
|
||||
* For a complete overview and the full API reference, see [the Content Layer API RFC](https://github.com/withastro/roadmap/blob/content-layer/proposals/0050-content-layer.md) and [share your feedback](https://github.com/withastro/roadmap/pull/982).
|
||||
*/
|
||||
contentLayer?: boolean;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue