You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`createIntroPageMD`|`function`|`null`|_Optional:_ Returns a string of the raw markdown body for API pages.<br/><br/>**Function type:**`() => string`|
213
+
|`createInfoTemplateMD`|`function`|`null`|_Optional:_ Returns a string of the raw markdown body for info pages.<br/><br/>**Function type:**`() => string`|
214
+
|`createTagTemplateMD`|`function`|`null`|_Optional:_ Returns a string of the raw markdown body for tag pages.<br/><br/>**Function type:**`() => string`|
215
+
|`createSchemaTemplateMD`|`function`|`null`|_Optional:_ Returns a string of the raw markdown body for schema pages.<br/><br/>**Function type:**`() => string`|
216
+
205
217
### markdownGenerators
206
218
207
219
`markdownGenerators` can be configured with the following options:
0 commit comments