Skip to content

Commit b05b62f

Browse files
committed
chore: format
1 parent e0ddc69 commit b05b62f

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

scripts/generate-llms-txt.ts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,14 @@ function getAllPages(): PageMetadata[] {
5050
const dataTitle: string | undefined = (page.data as any)?.title;
5151
const rawTitle: string = dataTitle || toTitleCase(page.file.name);
5252
const GENERIC_TITLES = [
53-
'overview', 'quickstart', 'quickstart-py', 'quickstart-ts',
54-
'index', 'introduction', 'getting-started', 'integrations-overview',
53+
'overview',
54+
'quickstart',
55+
'quickstart-py',
56+
'quickstart-ts',
57+
'index',
58+
'introduction',
59+
'getting-started',
60+
'integrations-overview',
5561
];
5662
const isGeneric = GENERIC_TITLES.includes(rawTitle.toLowerCase().replace(/\s+/g, '-'));
5763
let title = rawTitle;

0 commit comments

Comments
 (0)