mirror of
https://github.com/gnmyt/LicenseAPI.git
synced 2026-01-10 18:21:47 +00:00
Implement docs
This commit is contained in:
32
docs/app.config.ts
Normal file
32
docs/app.config.ts
Normal file
@ -0,0 +1,32 @@
|
||||
// https://github.com/nuxt-themes/docus/blob/main/nuxt.schema.ts
|
||||
export default defineAppConfig({
|
||||
docus: {
|
||||
title: 'LicenseAPI',
|
||||
description: 'The best place to start your documentation.',
|
||||
socials: {
|
||||
github: 'gnmyt/LicenseAPI'
|
||||
},
|
||||
github: {
|
||||
dir: 'docs/content',
|
||||
branch: 'main',
|
||||
repo: 'LicenseAPI',
|
||||
owner: 'gnmyt',
|
||||
edit: true
|
||||
},
|
||||
aside: {
|
||||
level: 0,
|
||||
collapsed: false,
|
||||
exclude: []
|
||||
},
|
||||
main: {
|
||||
padded: true,
|
||||
fluid: true
|
||||
},
|
||||
header: {
|
||||
logo: true,
|
||||
showLinkIcon: true,
|
||||
exclude: [],
|
||||
fluid: true
|
||||
}
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user