mirror of
https://github.com/gnmyt/LicenseAPI.git
synced 2026-01-09 17:51:47 +00:00
Update docs
This commit is contained in:
@ -1,16 +1,16 @@
|
|||||||
// https://github.com/nuxt-themes/docus/blob/main/nuxt.schema.ts
|
// https://github.com/nuxt-themes/docus/blob/main/nuxt.schema.ts
|
||||||
export default defineAppConfig({
|
export default defineAppConfig({
|
||||||
docus: {
|
docus: {
|
||||||
title: 'LicenseAPI',
|
title: "LicenseAPI",
|
||||||
description: 'The best place to start your documentation.',
|
description: "The best place to start your documentation.",
|
||||||
socials: {
|
socials: {
|
||||||
github: 'gnmyt/LicenseAPI'
|
github: "gnmyt/LicenseAPI"
|
||||||
},
|
},
|
||||||
github: {
|
github: {
|
||||||
dir: 'docs/content',
|
dir: "docs/content",
|
||||||
branch: 'main',
|
branch: "main",
|
||||||
repo: 'LicenseAPI',
|
repo: "LicenseAPI",
|
||||||
owner: 'gnmyt',
|
owner: "gnmyt",
|
||||||
edit: true
|
edit: true
|
||||||
},
|
},
|
||||||
aside: {
|
aside: {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
export default defineNuxtConfig({
|
export default defineNuxtConfig({
|
||||||
// https://github.com/nuxt-themes/docus
|
// https://github.com/nuxt-themes/docus
|
||||||
extends: ['@nuxt-themes/docus'],
|
extends: ["@nuxt-themes/docus"],
|
||||||
devtools: { enabled: true },
|
devtools: { enabled: true },
|
||||||
|
|
||||||
modules: []
|
modules: []
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
import { defineTheme } from 'pinceau'
|
import { defineTheme } from "pinceau"
|
||||||
|
|
||||||
export default defineTheme({
|
export default defineTheme({
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user