mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2025-09-09 03:50:40 +00:00
docs
This commit is contained in:
24
docs/.codedoc/config.ts
Normal file
24
docs/.codedoc/config.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
import { configuration } from '@codedoc/core'
|
||||
|
||||
export const config = configuration({
|
||||
src: {
|
||||
base: 'markdown',
|
||||
},
|
||||
dest: {
|
||||
html: './build',
|
||||
assets: './build',
|
||||
bundle: './_',
|
||||
styles: './_',
|
||||
},
|
||||
page: {
|
||||
title: {
|
||||
base: 'Autorestic',
|
||||
},
|
||||
},
|
||||
misc: {
|
||||
github: {
|
||||
user: 'cupcakearmy',
|
||||
repo: 'autorestic',
|
||||
},
|
||||
},
|
||||
})
|
Reference in New Issue
Block a user