docs: generate sitemaps + change search filters (#8957)

- Generate sitemaps for `book` and `resources` projects (in attempt to resolve some pages not being picked up by the crawler)
- Change the v2 search filters

> Note: will require changes to algolia's crawler + a recrawl once merged
This commit is contained in:
Shahed Nasser
2024-09-03 13:33:08 +03:00
committed by GitHub
parent 8e177538c1
commit f9b0605d67
8 changed files with 76 additions and 7 deletions
@@ -1,6 +1,6 @@
import { getSidebarItemLink, ItemsToAdd } from "build-scripts"
import { existsSync, readdirSync } from "fs"
import path from "path"
import { getSidebarItemLink, ItemsToAdd } from "../index.js"
export default async function getCoreFlowsRefSidebarChildren(): Promise<
ItemsToAdd[]