We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f88fc87 commit 497c6aaCopy full SHA for 497c6aa
src/pages/[product]/llms-full.txt.ts
@@ -3,7 +3,7 @@ import { getCollection } from "astro:content";
3
4
export async function getStaticPaths() {
5
const products = await getCollection("products", (p) => {
6
- return p.data.product.group?.toLowerCase() === "developer platform";
+ return p.data.product.group;
7
});
8
9
return products.map((entry) => {
0 commit comments