Skip to content

Commit a96bff6

Browse files
committed
task(docs): turn off auto-headers generated by Example titles
1 parent e820f5a commit a96bff6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/docs/quasar.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ export default defineConfig(async (ctx) => {
8282
{
8383
path: ctx.appPaths.srcDir + '/markdown',
8484
menu: sidebar as MenuItem[],
85+
config: {
86+
headers: {
87+
shouldAllowExample: false,
88+
},
89+
},
8590
},
8691
],
8792
[

0 commit comments

Comments
 (0)