wip: Discord Server Rules page, fixed ESLint restriction on link components, added linking to specific element ids on internal routes

This commit is contained in:
Benjamin Singleton 2026-02-13 23:55:39 -06:00
parent de86791e2a
commit feacb9b754
11 changed files with 350 additions and 42 deletions

View file

@ -46,4 +46,13 @@ export default {
title: "Tropos-agnostic search",
searchHelp: "To searcn tropos-agnostically, enter a term below.",
},
discord: {
rulesPage: {
title: "Discord Server Rules",
overview: {
title: "Overview",
help: "Click any rule to see details.",
},
},
},
} as const satisfies Locale;