feat: update sidebar

This commit is contained in:
Ryan Yin 2023-07-16 13:40:22 +08:00
parent 5a3d0e12da
commit 5354b717b4

View file

@ -155,7 +155,7 @@ function themeConfigEnglish() {
link: "/best-practices/simplify-nixos-related-commands.md", link: "/best-practices/simplify-nixos-related-commands.md",
}, },
{ {
text: "Debug with nix repl", text: "Debugging Derivations and Nix Expressions",
link: "/best-practices/debugging.md", link: "/best-practices/debugging.md",
}, },
], ],
@ -328,7 +328,7 @@ function themeConfigChinese() {
link: "/zh/best-practices/simplify-nixos-related-commands.md", link: "/zh/best-practices/simplify-nixos-related-commands.md",
}, },
{ {
text: "使用 nix repl 查看源码、调试配置", text: "调试 Nix 软件包与 Nix 表达式",
link: "/zh/best-practices/debugging.md", link: "/zh/best-practices/debugging.md",
}, },
], ],