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
|
||||
export default defineAppConfig({
|
||||
docus: {
|
||||
title: 'LicenseAPI',
|
||||
description: 'The best place to start your documentation.',
|
||||
title: "LicenseAPI",
|
||||
description: "The best place to start your documentation.",
|
||||
socials: {
|
||||
github: 'gnmyt/LicenseAPI'
|
||||
github: "gnmyt/LicenseAPI"
|
||||
},
|
||||
github: {
|
||||
dir: 'docs/content',
|
||||
branch: 'main',
|
||||
repo: 'LicenseAPI',
|
||||
owner: 'gnmyt',
|
||||
dir: "docs/content",
|
||||
branch: "main",
|
||||
repo: "LicenseAPI",
|
||||
owner: "gnmyt",
|
||||
edit: true
|
||||
},
|
||||
aside: {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
export default defineNuxtConfig({
|
||||
// https://github.com/nuxt-themes/docus
|
||||
extends: ['@nuxt-themes/docus'],
|
||||
extends: ["@nuxt-themes/docus"],
|
||||
devtools: { enabled: true },
|
||||
|
||||
modules: []
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import { defineTheme } from 'pinceau'
|
||||
import { defineTheme } from "pinceau"
|
||||
|
||||
export default defineTheme({
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user