Add landing page for kjol, documentation
This commit is contained in:
@@ -10,6 +10,7 @@ func Routes(d Deps) map[string]func() *vdom.VNode {
|
||||
"/about": AboutPage(d),
|
||||
"/chart": ChartPage(d),
|
||||
"/data": DataPage(d),
|
||||
"/docs": DocsPage(d),
|
||||
"/kit": KitPage(d),
|
||||
"/overlays": OverlaysPage(d),
|
||||
"/server": ServerPage(d),
|
||||
@@ -23,6 +24,7 @@ var StaticPaths = map[string]bool{
|
||||
"/about": true,
|
||||
"/chart": true,
|
||||
"/data": true,
|
||||
"/docs": true,
|
||||
"/table": true,
|
||||
}
|
||||
|
||||
@@ -32,6 +34,7 @@ var RouteLayout = map[string]string{
|
||||
"/about": "public",
|
||||
"/chart": "app",
|
||||
"/data": "app",
|
||||
"/docs": "app",
|
||||
"/kit": "app",
|
||||
"/overlays": "app",
|
||||
"/server": "app",
|
||||
|
||||
Reference in New Issue
Block a user