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
For other available plugin points, see [pluginTypes.ts](pluginTypes.ts). All of the built-in processing is also done via built-in plugins, so those files and their unit tests should serve as good examples.
30
29
30
+
If your plugin needs custom parameters, just supply the user with a function that will return the `IPlugin` in a closure containing the parameters. See [docu-notion-config.ts](docu-notion-config.ts) for an example of this.
31
+
31
32
Once you have your plugin working, you have three options:
32
33
33
34
- just keep it as part of your Docusaurus project.
0 commit comments