mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-03 06:50:26 +00:00
Merging docs and share app
This commit is contained in:
parent
deacf5991a
commit
66b18959eb
42 changed files with 101 additions and 2811 deletions
7
app/packages/web/src/content.config.ts
Normal file
7
app/packages/web/src/content.config.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import { defineCollection } from 'astro:content';
|
||||
import { docsLoader } from '@astrojs/starlight/loaders';
|
||||
import { docsSchema } from '@astrojs/starlight/schema';
|
||||
|
||||
export const collections = {
|
||||
docs: defineCollection({ loader: docsLoader(), schema: docsSchema() }),
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue