Drop data view, bug report, and share sections

This commit is contained in:
Ian Gulliver
2026-08-15 22:07:34 -07:00
parent 67a8f74a79
commit dcec479c1f
2 changed files with 1 additions and 11 deletions
+1 -4
View File
@@ -11,7 +11,7 @@ import (
"heliosian/internal/auth"
)
var sections = []string{"people", "classrooms", "my-family", "staff", "map", "email-list", "data-view", "bug-report", "about"}
var sections = []string{"people", "classrooms", "my-family", "staff", "map", "email-list"}
var legacy = map[string]string{
"people": "/people",
@@ -20,9 +20,6 @@ var legacy = map[string]string{
"staff": "/staff",
"map": "/map",
"emails": "/email-list",
"33234e": "/data-view",
"ee614d": "/bug-report",
"255ce0": "/about",
}
type app struct {