diff --git a/config.toml b/config.toml index c44b726..88d66d9 100644 --- a/config.toml +++ b/config.toml @@ -28,10 +28,10 @@ pygmentsUseClasses = true weight = 20 [[menu.main]] - identifier = "Docs" - name = "docs" - title = "docs" - url = "/docs/" + identifier = "Other" + name = "other" + title = "other" + url = "/other/" weight = 30 [[menu.main]] diff --git a/content/other/index.md b/content/other/index.md new file mode 100644 index 0000000..c97719b --- /dev/null +++ b/content/other/index.md @@ -0,0 +1,11 @@ +--- +title: "Other" +--- + +### Vieter + +Vieter is an implementation of an Arch repository server written in V, combined +with a build system. + +* [Docs](/docs/vieter) +* [API Docs](/api-docs/vieter)