Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dogodo-cc committed Jun 8, 2024
1 parent 2923a2e commit 6b11dc3
Show file tree
Hide file tree
Showing 22 changed files with 0 additions and 1,080 deletions.
22 changes: 0 additions & 22 deletions projects/document/docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,11 @@ const config = defineConfig({
link: '/core/',
activeMatch: '^/core/',
},
{
text: '组件',
link: '/components/',
activeMatch: '^/components/',
},
],

sidebar: {
'/docs/': getArticleSidebar(),
'/core/': getCoreSidebar(),
'/components/': getComponentsSidebar(),
},

footer: {
Expand Down Expand Up @@ -85,24 +79,8 @@ function getCoreSidebar() {
{ text: 'Eslint 工作流', link: '/core/eslint-工作流' },
{ text: 'nvm 安装', link: '/core/nvm/install' },
{ text: 'nvm 命令行执行', link: '/core/nvm/nvm-spawn' },
{ text: '最佳实践-前端工程', link: '/core/前端项目工程实践建议' },
{ text: '最佳实践-命名', link: '/core/intitle' },
{ text: '最佳实践-弃用预处理语言', link: '/core/css-弃用预处理语言' },
{ text: '最佳实践-webComponents', link: '/core/web-components' },
{ text: 'Github ID 翻译', link: '/core/github-ids/' },
{ text: '编辑器插件构建', link: '/core/hello-build' },
{ text: '组件封装-all-in-js', link: '/core/component-all-in-js' },
{ text: '组件封装-headless', link: '/core/headless/' },
],
},
];
}

function getComponentsSidebar() {
return [
{
text: '组件',
items: [{ text: '虚拟列表', link: '/components/virtual-list/' }],
},
];
}
3 changes: 0 additions & 3 deletions projects/document/docs/components/index.md

This file was deleted.

60 changes: 0 additions & 60 deletions projects/document/docs/components/virtual-list/VirtualList.vue

This file was deleted.

105 changes: 0 additions & 105 deletions projects/document/docs/components/virtual-list/index.js

This file was deleted.

7 changes: 0 additions & 7 deletions projects/document/docs/components/virtual-list/index.md

This file was deleted.

30 changes: 0 additions & 30 deletions projects/document/docs/core/component-all-in-js.md

This file was deleted.

126 changes: 0 additions & 126 deletions projects/document/docs/core/components/separete-box/index.ts

This file was deleted.

Loading

0 comments on commit 6b11dc3

Please sign in to comment.