docs: 剔除部分文档目录

This commit is contained in:
wangxuefeng
2025-03-11 21:02:57 +08:00
parent c79cd2f4c2
commit 898ab51736
14 changed files with 55 additions and 2941 deletions

View File

@@ -44,12 +44,12 @@ export const shared = defineConfig({
},
provider: 'local',
},
siteTitle: 'y-code-platform',
// socialLinks: [
// { icon: 'github', link: 'https://github.com/vbenjs/vue-vben-admin' },
// ],
siteTitle: '悦码',
socialLinks: [
{ icon: 'github', link: 'https://ptdata-gitlab.shiyue.com/sy3570' },
],
},
title: 'y-code-platform',
title: '悦码',
vite: {
build: {
chunkSizeWarningLimit: Infinity,
@@ -75,20 +75,12 @@ export const shared = defineConfig({
GitChangelog({
mapAuthors: [
{
mapByNameAliases: ['Vben'],
name: 'vben',
username: 'anncwb',
},
{
name: 'vince',
username: 'vince292007',
},
{
name: 'Li Kui',
username: 'likui628',
mapByNameAliases: ['王雪峰'],
name: 'wangxuefeng',
username: 'wangxuefeng',
},
],
repoURL: () => 'https://github.com/vbenjs/vue-vben-admin',
repoURL: () => 'https://ptdata-gitlab.shiyue.com/workbench/y-code',
}),
GitChangelogMarkdownSection(),
viteArchiverPlugin({ outputDir: '.vitepress' }),
@@ -111,7 +103,7 @@ export const shared = defineConfig({
function head(): HeadConfig[] {
return [
['meta', { content: 'Vbenjs Team', name: 'author' }],
['meta', { content: 'wangxuefeng', name: 'author' }],
[
'meta',
{
@@ -144,7 +136,7 @@ function pwa(): PwaOptions {
includeManifestIcons: false,
manifest: {
description:
'y-code-platform is a modern admin dashboard template based on Vue 3. ',
'y-code-platform is a low-code management platform based on Vue 3 & vtj.pro ',
icons: [
{
sizes: '192x192',
@@ -159,7 +151,7 @@ function pwa(): PwaOptions {
],
id: '/',
name: 'y-code-platform Doc',
short_name: 'vben_admin_doc',
short_name: 'y-code-platform_doc',
theme_color: '#ffffff',
},
outDir: resolve(process.cwd(), '.vitepress/dist'),