add manual link, simplify code link in sidebar

This commit is contained in:
Mateusz Konieczny 2023-01-19 14:11:51 +01:00
parent 62b4879d63
commit 233041581e

View File

@ -53,9 +53,14 @@ function getCurrentMenuLinks(username: string): MenuLink[][] {
to: "/data-extracts.html",
text: "Download data"
},
{
to: "https://github.com/colouring-cities/manual/wiki",
text: "Open Manual - Wiki",
external: true
},
{
to: "https://github.com/colouring-london/colouring-london",
text: "Access open code",
text: "Open code",
external: true
},
{