mirror of
https://github.com/lovell/sharp.git
synced 2026-02-07 07:06:16 +01:00
Docs: split changelog into per-release files
Use these as the body for (future) GitHub releases
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
import { defineCollection } from 'astro:content';
|
||||
import { docsLoader } from '@astrojs/starlight/loaders';
|
||||
import { docsSchema } from '@astrojs/starlight/schema';
|
||||
import { autoSidebarLoader } from 'starlight-auto-sidebar/loader'
|
||||
import { autoSidebarSchema } from 'starlight-auto-sidebar/schema'
|
||||
|
||||
export const collections = {
|
||||
docs: defineCollection({ loader: docsLoader(), schema: docsSchema() }),
|
||||
autoSidebar: defineCollection({ loader: autoSidebarLoader(), schema: autoSidebarSchema() })
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user