Skip to content

Commit c2f40a5

Browse files
committed
docs: default Show Inline API setting to false
1 parent efde0a6 commit c2f40a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/docs/src/composables/useSettings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const DEFAULTS: DocSettings = {
5959
lineWrap: false,
6060
reduceMotion: 'system',
6161
packageManager: 'pnpm',
62-
showInlineApi: true,
62+
showInlineApi: false,
6363
showSkillFilter: true,
6464
showThemeToggle: true,
6565
showSocialLinks: true,

0 commit comments

Comments
 (0)