1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-04-14 02:09:56 +08:00
Files
408CSFamily/docs/mark-map/mark-map.sidebar.ts
公众号:Rong姐姐好可爱 779994121d feat: 升级vuepress到最新版本,改造整个项目结构、配置 (#108)
* feat: 升级`vuepress`到最新版本,改造整个项目结构、配置

* chore: update

* chore: update

* fix: update
2024-09-26 12:05:53 +08:00

22 lines
332 B
TypeScript

/**
* 思维导图侧边栏
*/
export const MarkMapSidebar = [
{
text: '📙 数据结构',
link: 'ds-map.md',
},
{
text: '📕 操作系统',
link: 'os-map.md',
},
{
text: '📘 计算机组成原理',
link: 'ccp-map.md',
},
{
text: '📗 计算机网络',
link: 'cn-map.md',
},
]