guide.deepin.org/docs/.vitepress/config.js

27 lines
858 B
JavaScript
Raw Normal View History

2023-02-13 13:09:10 +08:00
export default {
2023-02-15 21:56:55 +08:00
title: "序言",
2023-02-13 13:09:10 +08:00
description: "详细介绍",
themeConfig: {
sidebar: [
{
2023-02-15 21:56:55 +08:00
text: "目录",
2023-02-13 13:09:10 +08:00
items: [
2023-02-15 21:56:55 +08:00
{ text: "目录", link: "/目录/目录" },
2023-02-13 13:09:10 +08:00
],
},
{
2023-02-15 21:56:55 +08:00
text: "GNU/Linux教程",
2023-02-13 13:09:10 +08:00
items: [
2023-02-15 21:56:55 +08:00
{ text: "简介", link: "/GNU-linux教程/简介" },
{ text: "1.1.控制台基础", link: "/GNU-linux教程/1.1.控制台基础" },
{ text: "1.2.类Unix系统", link: "/GNU-linux教程/1.2.类Unix系统" },
{ text: "1.4.类Unix工作环境基础", link: "/GNU-linux教程/1.4.类Unix工作环境基础" },
{ text: "1.5.简单shell命令", link: "/GNU-linux教程/1.5.简单shell命令" },
{ text: "1.6.类Unix的文本处理", link: "/GNU-linux教程/1.6.类Unix的文本处理" },
2023-02-13 13:09:10 +08:00
],
},
],
},
};