mirror of
https://github.com/dathere/ckan-devstaller.git
synced 2025-12-19 08:09:24 +00:00
feat(docs): update quick start page and add reference section
This commit is contained in:
parent
cbd0a6dfd9
commit
b984c3b5e0
12 changed files with 435 additions and 4 deletions
|
|
@ -1,3 +1,4 @@
|
|||
import { remarkMdxFiles } from 'fumadocs-core/mdx-plugins';
|
||||
import {
|
||||
defineConfig,
|
||||
defineDocs,
|
||||
|
|
@ -21,6 +22,6 @@ export const docs = defineDocs({
|
|||
|
||||
export default defineConfig({
|
||||
mdxOptions: {
|
||||
// MDX options
|
||||
remarkPlugins: [remarkMdxFiles],
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue