From 5354b717b4addbf26eb8c3e11e4c1dd458da1d33 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sun, 16 Jul 2023 13:40:22 +0800 Subject: [PATCH] feat: update sidebar --- docs/.vitepress/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 5200524..d967369 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -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", }, ],