docs: 初始化文档项目

This commit is contained in:
wangxuefeng
2025-03-11 20:14:32 +08:00
parent 089ad69a96
commit c79cd2f4c2
21 changed files with 694 additions and 828 deletions

View File

@@ -44,12 +44,12 @@ export const shared = defineConfig({
},
provider: 'local',
},
siteTitle: 'Vben Admin',
socialLinks: [
{ icon: 'github', link: 'https://github.com/vbenjs/vue-vben-admin' },
],
siteTitle: 'y-code-platform',
// socialLinks: [
// { icon: 'github', link: 'https://github.com/vbenjs/vue-vben-admin' },
// ],
},
title: 'Vben Admin',
title: 'y-code-platform',
vite: {
build: {
chunkSizeWarningLimit: Infinity,
@@ -144,7 +144,7 @@ function pwa(): PwaOptions {
includeManifestIcons: false,
manifest: {
description:
'Vben Admin is a modern admin dashboard template based on Vue 3. ',
'y-code-platform is a modern admin dashboard template based on Vue 3. ',
icons: [
{
sizes: '192x192',
@@ -158,7 +158,7 @@ function pwa(): PwaOptions {
},
],
id: '/',
name: 'Vben Admin Doc',
name: 'y-code-platform Doc',
short_name: 'vben_admin_doc',
theme_color: '#ffffff',
},