1
0
Fork 0

chore(markdown): Linting of dev docs

This commit is contained in:
Joost De Cock 2022-02-19 08:04:25 +01:00
parent 1d8beedd44
commit 265ad404da
317 changed files with 1281 additions and 1503 deletions

View file

@ -3,10 +3,10 @@ title: Plugin structure
order: 50
---
Plugins can do two things:
Plugins can do two things:
- They can use hooks
- They can provide macros
- They can use hooks
- They can provide macros
Your plugin should export an object with the following structure:
@ -19,7 +19,6 @@ Your plugin should export an object with the following structure:
};
```
The `name` and `version` attributes are self-explanatory.
The `name` and `version` attributes are self-explanatory.
The [hooks](/guides/plugins/hooks/) and [macros](/guides/plugins/macros/) sections
explain the `hooks` and `macros` properties.