From 997aec5872a7919a4331b5731572eba14eac5758 Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Sun, 1 May 2022 12:23:24 +0200 Subject: [PATCH] Replaced docs link with "other" --- config.toml | 8 ++++---- content/other/index.md | 11 +++++++++++ 2 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 content/other/index.md 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)