mirror of
https://github.com/ryan4yin/nixos-and-flakes-book.git
synced 2025-02-16 18:30:55 +01:00
fix: minor fix
This commit is contained in:
parent
55134de7d5
commit
5866b15f9c
@ -1,4 +1,4 @@
|
|||||||
import { defineConfig } from 'vitepress'
|
import { defineConfig } from "vitepress";
|
||||||
|
|
||||||
// https://vitepress.dev/reference/site-config
|
// https://vitepress.dev/reference/site-config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
@ -75,7 +75,7 @@ export default defineConfig({
|
|||||||
link: "/nixos-with-flakes/update-the-system.md",
|
link: "/nixos-with-flakes/update-the-system.md",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: "Upgrade or Downgrade Packages",
|
text: "Downgrade or Upgrade Packages",
|
||||||
link: "/nixos-with-flakes/downgrade-or-upgrade-packages.md",
|
link: "/nixos-with-flakes/downgrade-or-upgrade-packages.md",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -211,7 +211,7 @@ export default defineConfig({
|
|||||||
link: "/zh/nixos-with-flakes/update-the-system.md",
|
link: "/zh/nixos-with-flakes/update-the-system.md",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: "升级或降级软件包",
|
text: "降级或升级软件包",
|
||||||
link: "/zh/nixos-with-flakes/downgrade-or-upgrade-packages.md",
|
link: "/zh/nixos-with-flakes/downgrade-or-upgrade-packages.md",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user