Skip to content

Commit a3055f3

Browse files
committed
Fix formatting of a parameter in Documentation plugin updates
1 parent 83e7d1c commit a3055f3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docusaurus/docs/dev-docs/plugins/documentation.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ If the override completely replaces what the documentation generates, you can sp
208208

209209
If the override should only be applied to a specific version, the override must include a value for `info.version`. Otherwise, the override will run on all documentation versions.
210210

211-
212211
```js title="Application or plugin register lifecycle"
213212

214213
module.exports = {
@@ -248,8 +247,7 @@ The Documentation plugin’s configuration also accepts a `mutateDocumentation`
248247

249248
| Parameter | Type | Description |
250249
| --------------------------- | ------ | ---------------------------------------------------------------------- |
251-
| generatedDocumentationDraft | Object | The generated documentation with applied overrides as a mutable object |
252-
250+
| `generatedDocumentationDraft` | Object | The generated documentation with applied overrides as a mutable object |
253251

254252
```js title="config/plugins.js"
255253

0 commit comments

Comments
 (0)