Add password-protected NCERT workshop pages

This commit is contained in:
Neeldhara Misra 2026-07-16 10:45:20 +05:30
parent 3f53d3c289
commit 3c694517fc
12 changed files with 871 additions and 16 deletions

View file

@ -1,10 +1,10 @@
---
import BarcampPage from "../../../components/BarcampPage.astro";
import EventPage from "../../../components/EventPage.astro";
import { getEventByParams, getEventPageEntries, internalEvents } from "../../../data/events";
import { getEventByParams, getEventPageEntries, yearPathEvents } from "../../../data/events";
export function getStaticPaths() {
return internalEvents.flatMap((event) =>
return yearPathEvents.flatMap((event) =>
getEventPageEntries(event)
.filter((pageEntry) => pageEntry.type !== "overview")
.map((pageEntry) => ({