Skip to content

Commit 3a584a0

Browse files
DominicGBauerDominicGBauer
andauthored
chore(docs): add code block option (#180)
Co-authored-by: DominicGBauer <dominic@nomanini.com>
1 parent 50b86f6 commit 3a584a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/docusaurus.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const plugins = Object.entries(packageMap).map(([id, config]) => [
2020
propertiesFormat: 'table',
2121
enumMembersFormat: 'table',
2222
indexFormat: 'table',
23+
useCodeBlocks: true,
2324
typeDeclarationFormat: 'table',
2425
membersWithOwnFile: ['Class', 'Enum', 'Function', 'Interface'],
2526
textContentMappings: {

0 commit comments

Comments
 (0)