mirror of
https://github.com/alrayyes/wiki.git
synced 2025-06-02 04:11:00 +00:00
fix(docs): correct ExplicitPublish as filters instead of transformers (#953)
This commit is contained in:
parent
2a7e61ae2a
commit
bd05950c2d
2 changed files with 3 additions and 3 deletions
docs
|
@ -73,10 +73,10 @@ You can customize the behaviour of Quartz by adding, removing and reordering plu
|
|||
> [!note]
|
||||
> Each node is modified by every transformer _in order_. Some transformers are position sensitive, so you may need to pay particular attention to whether they need to come before or after certain other plugins.
|
||||
|
||||
You should take care to add the plugin to the right entry corresponding to its plugin type. For example, to add the [[ExplicitPublish]] plugin (a [[tags/plugin/transformer|Transformer]], you would add the following line:
|
||||
You should take care to add the plugin to the right entry corresponding to its plugin type. For example, to add the [[ExplicitPublish]] plugin (a [[tags/plugin/filter|Filter]]), you would add the following line:
|
||||
|
||||
```ts title="quartz.config.ts"
|
||||
transformers: [
|
||||
filters: [
|
||||
...
|
||||
Plugin.ExplicitPublish(),
|
||||
...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue