mirror of
https://github.com/ryan4yin/nixos-and-flakes-book
synced 2024-11-23 04:33:08 +00:00
feat: update sidebar
This commit is contained in:
parent
5a3d0e12da
commit
5354b717b4
1 changed files with 2 additions and 2 deletions
|
@ -155,7 +155,7 @@ function themeConfigEnglish() {
|
|||
link: "/best-practices/simplify-nixos-related-commands.md",
|
||||
},
|
||||
{
|
||||
text: "Debug with nix repl",
|
||||
text: "Debugging Derivations and Nix Expressions",
|
||||
link: "/best-practices/debugging.md",
|
||||
},
|
||||
],
|
||||
|
@ -328,7 +328,7 @@ function themeConfigChinese() {
|
|||
link: "/zh/best-practices/simplify-nixos-related-commands.md",
|
||||
},
|
||||
{
|
||||
text: "使用 nix repl 查看源码、调试配置",
|
||||
text: "调试 Nix 软件包与 Nix 表达式",
|
||||
link: "/zh/best-practices/debugging.md",
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue