mirror of
https://github.com/ryan4yin/nixos-and-flakes-book.git
synced 2024-11-22 16:13:26 +01:00
feat: update sidebar
This commit is contained in:
parent
3b2aae967e
commit
655569d7c0
@ -186,7 +186,10 @@ function themeConfigEnglish() {
|
||||
{
|
||||
text: "Dev Environments on NixOS",
|
||||
items: [
|
||||
{ text: "Introduction", link: "/development/intro.md" },
|
||||
{
|
||||
text: "nix develop & pkgs.mkShell",
|
||||
link: "/development/intro.md",
|
||||
},
|
||||
{
|
||||
text: "Dev Environments",
|
||||
link: "/development/dev-environments.md",
|
||||
@ -351,7 +354,10 @@ function themeConfigChinese() {
|
||||
{
|
||||
text: "在 NixOS 上进行开发工作",
|
||||
items: [
|
||||
{ text: "简介", link: "/zh/development/intro.md" },
|
||||
{
|
||||
text: "nix develop 与 pkgs.mkShell",
|
||||
link: "/zh/development/intro.md",
|
||||
},
|
||||
{
|
||||
text: "各语言的开发环境",
|
||||
link: "/zh/development/dev-environments.md",
|
||||
|
@ -6,7 +6,7 @@ Alternatively, you can also use similar tools like [just](https://github.com/cas
|
||||
|
||||
Below is an example of how my Makefile looks:
|
||||
|
||||
>**NOTE**: The target names in the Makefile should not conflict with any file or directory names in the current directory. Otherwise, the targets will not execute.
|
||||
> **NOTE**: The target names in the Makefile should not conflict with any file or directory names in the current directory. Otherwise, the targets will not execute.
|
||||
|
||||
```makefile
|
||||
############################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user