1 Star 0 Fork 0

H171/TestDocus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.config.ts 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
唯一de驰骋 提交于 2023-02-09 11:07 . first commit
export default defineAppConfig({
docus: {
title: 'Docus',
description: 'My Docus Project',
url: 'http://biaozhun.online',
image: '/social-card-preview.png',
socials: {
twitter: '@docus_',
github: 'nuxtlabs/docus'
},
github: {
root: 'content',
edit: true,
contributors: false
},
layout: {
fluid: false
},
aside: {
level: 1,
collapsed: false,
exclude: ['/program/learngit', '/program/learnnode.js']
},
header: {
title: 'Test header.title',
logo: true,
showLinkIcon: true,
exclude: [],
},
footer: {
credits: {
text: 'Powered by 171H',
href: 'https://github.com/weiyidechicheng',
},
textLinks: [
{
text: 'Test textlinks weibo',
href: 'https://weibo.com/u/2361655911'
}
],
iconLinks: [
{
label: 'Weibo',
href: 'https://weibo.com/u/2361655911',
icon: 'ri:weibo-fill',
},
],
}
}
})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hwj171/test-docus.git
git@gitee.com:hwj171/test-docus.git
hwj171
test-docus
TestDocus
master

搜索帮助