Added sitemap, with filtering of disabled pages, removal of content from disabled pages, robots.txt generation pointing to the sitemap, adjustment of the Navbar generation to ignore disabled entries, e2e check for all pages including a non-blank title, content for body mods page
All checks were successful
Build and Test - Staging / test (pull_request) Successful in 2m44s
Build and Test - Staging / build_and_push (pull_request) Successful in 2m14s
Build and Test - Staging / deploy_staging (pull_request) Successful in 6s

This commit is contained in:
2025-11-09 21:50:49 -08:00
parent d0f5838cac
commit c3673b76b6
21 changed files with 228 additions and 109 deletions

View File

@@ -1,4 +1,5 @@
export interface navLink {
enabled?: boolean;
navText: string;
path?: string;
pubpath?: string;