Schema cleanup, publishable awards, event scopes, and a consolidated baseline #10

Merged
ngu-git-admin merged 4 commits from cleanup into main 2026-09-26 23:44:12 +01:00
Showing only changes of commit 8790f861fe - Show all commits

View file

@ -14,9 +14,11 @@ export const PAGE_LINKS = [
// A page with no sections gets no subnav row. // A page with no sections gets no subnav row.
export const PAGE_SECTIONS = { export const PAGE_SECTIONS = {
"/": [ "/": [
{ label: "#About", hash: "#about" }, { label: "#Featured", hash: "#hero" },
{ label: "#Events", hash: "#events" },
{ label: "#Connect", hash: "#connect" }, { label: "#Connect", hash: "#connect" },
{ label: "#Retreats", hash: "#retreats" },
{ label: "#Calendar", hash: "#calendar" },
{ label: "#About", hash: "#numbers" },
], ],
"/retreats": [ "/retreats": [
{ label: "National", hash: "#national" }, { label: "National", hash: "#national" },