From a2381fe3bd1658b4e5c57c34e9f0ed590ddc6e15 Mon Sep 17 00:00:00 2001 From: rainbow napkin Date: Mon, 18 May 2026 02:00:11 -0400 Subject: [PATCH] Updated link section in config example --- config.example.json | 5 +++++ config.example.jsonc | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/config.example.json b/config.example.json index 5d8f957..7b869b3 100644 --- a/config.example.json +++ b/config.example.json @@ -34,5 +34,10 @@ "address": "toke@42069.weed", "pass": "CHANGE_ME" }, + "links":{ + "About": "/about", + "Code": "https://git.ourfore.st/rainbownapkin/canopy", + "HRT": "/hrt" + }, "aboutText":"ourfore.st is the one and only original canopy instance. Setup, ran, and administered by rainbownapkin herself. This site exists to provide a featureful, preformant, and comfy replacement for the TTN community." } \ No newline at end of file diff --git a/config.example.jsonc b/config.example.jsonc index f315d9a..3669d09 100644 --- a/config.example.jsonc +++ b/config.example.jsonc @@ -65,6 +65,12 @@ "address": "toke@42069.weed", "pass": "CHANGE_ME" }, + //Provides customizable links for navbar + "links":{ + "About": "/about", + "Code": "https://git.ourfore.st/rainbownapkin/canopy", + "HRT": "/hrt" + }, //Fills the 'about ${instanceName}' section on the /about page, lets users know about your specific instance "aboutText":"ourfore.st is the one and only original canopy instance. Setup, ran, and administered by rainbownapkin herself. This site exists to provide a featureful, preformant, and comfy replacement for the TTN community." } \ No newline at end of file