mirror of
https://github.com/ryan4yin/nixos-and-flakes-book.git
synced 2025-06-26 06:51:53 +02:00
feat: update sidebar
This commit is contained in:
parent
3b2aae967e
commit
655569d7c0
@ -186,7 +186,10 @@ function themeConfigEnglish() {
|
|||||||
{
|
{
|
||||||
text: "Dev Environments on NixOS",
|
text: "Dev Environments on NixOS",
|
||||||
items: [
|
items: [
|
||||||
{ text: "Introduction", link: "/development/intro.md" },
|
{
|
||||||
|
text: "nix develop & pkgs.mkShell",
|
||||||
|
link: "/development/intro.md",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
text: "Dev Environments",
|
text: "Dev Environments",
|
||||||
link: "/development/dev-environments.md",
|
link: "/development/dev-environments.md",
|
||||||
@ -351,7 +354,10 @@ function themeConfigChinese() {
|
|||||||
{
|
{
|
||||||
text: "在 NixOS 上进行开发工作",
|
text: "在 NixOS 上进行开发工作",
|
||||||
items: [
|
items: [
|
||||||
{ text: "简介", link: "/zh/development/intro.md" },
|
{
|
||||||
|
text: "nix develop 与 pkgs.mkShell",
|
||||||
|
link: "/zh/development/intro.md",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
text: "各语言的开发环境",
|
text: "各语言的开发环境",
|
||||||
link: "/zh/development/dev-environments.md",
|
link: "/zh/development/dev-environments.md",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user