Skip to content

Commit 88d514c

Browse files
authored
chore(docs): show the react-sdk documentation above the core sdk documentation (#355)
1 parent d9aa752 commit 88d514c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

typedoc.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
* Source files to include in documentation generation
1313
* Includes core SDK exports and React hooks/context
1414
*/
15-
"entryPoints": ["packages/*"],
15+
"entryPoints": [
16+
"packages/react",
17+
"packages/core",
18+
"packages/!(react|core|react-internal|@repo)/*"
19+
],
1620
"entryPointStrategy": "packages",
1721
"alwaysCreateEntryPointModule": false,
1822
"exclude": ["packages/react-internal"],
@@ -21,5 +25,6 @@
2125
"includeCategories": true,
2226
"includeFolders": false
2327
},
24-
"categorizeByGroup": false
28+
"categorizeByGroup": false,
29+
"sortEntryPoints": false
2530
}

0 commit comments

Comments
 (0)