13 |
14 |
15 |
16 | The design system
17 | for the next big thing
18 |
19 |
20 | Apsara is an elegant and beautiful re-usable React component library
21 | built using Radix UI.
22 |
23 |
24 |
25 | }
29 | href="/docs"
30 | className={styles.card}
31 | />
32 | }
36 | href="/playground"
37 | className={styles.card}
38 | />
39 |
40 |
41 | );
42 | }
43 |
--------------------------------------------------------------------------------
/apps/www/src/app/(llms)/llms-full.txt/route.ts:
--------------------------------------------------------------------------------
1 | import { getLLMText } from '@/lib/ai';
2 | import { docs } from '@/lib/source';
3 |
4 | // cached forever
5 | export const revalidate = false;
6 |
7 | export async function GET() {
8 | const scan = docs.getPages().map(getLLMText);
9 | const scanned = await Promise.all(scan);
10 | const header =
11 | '