docs: 剔除部分文档目录
This commit is contained in:
@@ -166,7 +166,7 @@ function nav(): DefaultTheme.NavItem[] {
|
||||
text: 'y-code-platform',
|
||||
items: [
|
||||
{
|
||||
link: 'https://www.vben.pro',
|
||||
link: 'https://y-code-platform.shiyuegame.com',
|
||||
text: 'Demo Version',
|
||||
},
|
||||
{
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -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'),
|
||||
|
||||
@@ -169,12 +169,7 @@ function nav(): DefaultTheme.NavItem[] {
|
||||
{
|
||||
activeMatch: '^/guide/',
|
||||
link: '/guide/introduction/platform',
|
||||
text: '低代码平台',
|
||||
},
|
||||
{
|
||||
activeMatch: '^/materials/',
|
||||
link: '/materials/index',
|
||||
text: '物料',
|
||||
text: '低代码管理平台',
|
||||
},
|
||||
{
|
||||
activeMatch: '^/renderer/',
|
||||
@@ -186,6 +181,11 @@ function nav(): DefaultTheme.NavItem[] {
|
||||
link: '/designer/index',
|
||||
text: '设计器',
|
||||
},
|
||||
{
|
||||
activeMatch: '^/materials/',
|
||||
link: '/materials/index',
|
||||
text: '物料',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -203,7 +203,7 @@ function nav(): DefaultTheme.NavItem[] {
|
||||
text: '预发布版本',
|
||||
},
|
||||
{
|
||||
link: 'https://www.vben.pro',
|
||||
link: 'https://y-code-platform.shiyuegame.com',
|
||||
text: '演示版本',
|
||||
},
|
||||
],
|
||||
@@ -223,12 +223,12 @@ function nav(): DefaultTheme.NavItem[] {
|
||||
text: version,
|
||||
items: [
|
||||
{
|
||||
link: 'https://github.com/vbenjs/vue-vben-admin/releases',
|
||||
link: './changelog',
|
||||
text: '更新日志',
|
||||
},
|
||||
{
|
||||
link: 'https://doc.weixin.qq.com/smartsheet/s3_Aa0ASwZ0AOEr2TbPuaMRoCvs1yzjA?scode=AOwAYgeoAAkoT6VFa0Aa0ASwZ0AOE&tab=q979lj&viewId=vpDUFs',
|
||||
text: '路线图',
|
||||
text: '更新路线图',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user