mirror of
https://github.com/sissbruecker/linkding.git
synced 2026-03-11 12:23:13 +08:00
Add documentation website (#833)
* test frontmatter rendering * restructure files * add docs website * move postcss config * revert postcss config * update readme * update logo * fix internal links
This commit is contained in:
6
docs/src/content/config.ts
Normal file
6
docs/src/content/config.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { defineCollection } from 'astro:content';
|
||||
import { docsSchema } from '@astrojs/starlight/schema';
|
||||
|
||||
export const collections = {
|
||||
docs: defineCollection({ schema: docsSchema() }),
|
||||
};
|
||||
Reference in New Issue
Block a user