Updated link section in config example
This commit is contained in:
parent
c82299f94b
commit
a2381fe3bd
2 changed files with 11 additions and 0 deletions
|
|
@ -34,5 +34,10 @@
|
||||||
"address": "toke@42069.weed",
|
"address": "toke@42069.weed",
|
||||||
"pass": "CHANGE_ME"
|
"pass": "CHANGE_ME"
|
||||||
},
|
},
|
||||||
|
"links":{
|
||||||
|
"About": "/about",
|
||||||
|
"Code": "https://git.ourfore.st/rainbownapkin/canopy",
|
||||||
|
"HRT": "/hrt"
|
||||||
|
},
|
||||||
"aboutText":"<a href=\"https://ourfore.st/\">ourfore.st</a> 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."
|
"aboutText":"<a href=\"https://ourfore.st/\">ourfore.st</a> 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."
|
||||||
}
|
}
|
||||||
|
|
@ -65,6 +65,12 @@
|
||||||
"address": "toke@42069.weed",
|
"address": "toke@42069.weed",
|
||||||
"pass": "CHANGE_ME"
|
"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
|
//Fills the 'about ${instanceName}' section on the /about page, lets users know about your specific instance
|
||||||
"aboutText":"<a href=\"https://ourfore.st/\">ourfore.st</a> 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."
|
"aboutText":"<a href=\"https://ourfore.st/\">ourfore.st</a> 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."
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue