feat: extend code snippet to support method

This commit is contained in:
Stevan Freeborn
2023-04-14 21:45:41 -05:00
parent c3f65626be
commit e168c5b34c
6 changed files with 43 additions and 4 deletions
+3
View File
@@ -61,6 +61,9 @@ const markDocConfig = {
defaultLanguage: {
type: 'string',
},
method: {
type: 'string',
},
},
},
},