3ed40b3e55
Log:
27 lines
858 B
JavaScript
27 lines
858 B
JavaScript
export default {
|
|
title: "序言",
|
|
description: "详细介绍",
|
|
|
|
themeConfig: {
|
|
sidebar: [
|
|
{
|
|
text: "目录",
|
|
items: [
|
|
{ text: "目录", link: "/目录/目录" },
|
|
],
|
|
},
|
|
{
|
|
text: "GNU/Linux教程",
|
|
items: [
|
|
{ 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的文本处理" },
|
|
],
|
|
},
|
|
],
|
|
},
|
|
};
|