diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 16ba83e..ab5c7eb 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -181,6 +181,10 @@ function themeConfigEnglish() { text: "Nix Options", link: "/other-usage-of-flakes/options.md", }, + { + text: "Testing", + link: "/other-usage-of-flakes/testing.md", + }, ], }, { @@ -349,6 +353,10 @@ function themeConfigChinese() { text: "Nix Options", link: "/zh/other-usage-of-flakes/options.md", }, + { + text: "Testing", + link: "/zh/other-usage-of-flakes/testing.md", + }, ], }, { diff --git a/docs/other-usage-of-flakes/testing.md b/docs/other-usage-of-flakes/testing.md new file mode 100644 index 0000000..2ecdac0 --- /dev/null +++ b/docs/other-usage-of-flakes/testing.md @@ -0,0 +1,9 @@ +# Testing + + +TODO + + +## References + +- [NixOS Testing library](https://nixos.wiki/wiki/NixOS_Testing_library) diff --git a/docs/zh/other-usage-of-flakes/testing.md b/docs/zh/other-usage-of-flakes/testing.md new file mode 100644 index 0000000..2ecdac0 --- /dev/null +++ b/docs/zh/other-usage-of-flakes/testing.md @@ -0,0 +1,9 @@ +# Testing + + +TODO + + +## References + +- [NixOS Testing library](https://nixos.wiki/wiki/NixOS_Testing_library)