Add development documentation link
This commit is contained in:
parent
2870270e35
commit
0416643d1d
1 changed files with 6 additions and 1 deletions
|
@ -46,11 +46,16 @@ const config: Config = {
|
||||||
position: "left",
|
position: "left",
|
||||||
label: "Documentation",
|
label: "Documentation",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
href: "https://develop.core.staropensource.de",
|
||||||
|
label: "Development documentation",
|
||||||
|
position: "right",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
href: "https://git.staropensource.de/StarOpenSource/CORE",
|
href: "https://git.staropensource.de/StarOpenSource/CORE",
|
||||||
label: "Source code",
|
label: "Source code",
|
||||||
position: "right",
|
position: "right",
|
||||||
},
|
}
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
|
|
Loading…
Reference in a new issue