diff --git a/src/.vuepress/sidebar.ts b/src/.vuepress/sidebar.ts index 6968afd..2f2fbd3 100644 --- a/src/.vuepress/sidebar.ts +++ b/src/.vuepress/sidebar.ts @@ -45,5 +45,15 @@ export default sidebar([ children: [ "haskell" ], - } + }, + { + text: "NixOS 使用手册", + icon: "nix", + prefix: "/manual/", + collapsible: false, + children: [ + "Intro", + "Configuration" + ], + }, ]); diff --git a/src/README.md b/src/README.md index 63856bd..6e50426 100644 --- a/src/README.md +++ b/src/README.md @@ -11,7 +11,7 @@ actions: link: /tutorials/installation/ type: primary -- text: 手册 +- text: NixOS 使用手册 link: /manual/ features: @@ -33,4 +33,4 @@ features: icon: safe details: 支持沙盒化和同时安装多个版本的软件包 ---- \ No newline at end of file +--- diff --git a/src/manual/configuration.md b/src/manual/Configuration.md similarity index 99% rename from src/manual/configuration.md rename to src/manual/Configuration.md index bcdb593..4fa913e 100644 --- a/src/manual/configuration.md +++ b/src/manual/Configuration.md @@ -1,9 +1,8 @@ ---- -shortTitle: 配置 -icon: modules ---- +# NixOS 配置 -# 配置 +::: warning 内容施工中 +本节内容正在修缮中,当前内容可能已经过时,仅供参考。 +::: ## 包管理 diff --git a/src/manual/README.md b/src/manual/Intro.md similarity index 99% rename from src/manual/README.md rename to src/manual/Intro.md index e6a1440..3b021a3 100644 --- a/src/manual/README.md +++ b/src/manual/Intro.md @@ -1,4 +1,8 @@ -# 渐进式学习 +# NixOS 入门 + +::: warning 内容施工中 +本节内容正在修缮中,当前内容可能已经过时,仅供参考。 +::: ## 何谓 nix-channel