mirror of
https://github.com/PR0M3TH3AN/Archivox.git
synced 2025-09-08 23:18:42 +00:00
docs: remove advanced section and add integration guide
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Writing Plugins
|
||||
|
||||
Create JavaScript modules in the `plugins/` directory. Export hook functions such as `onParseMarkdown` or `onPageRendered` to modify the build.
|
||||
Place JavaScript files in the `plugins/` directory. Export hook functions such as `onParseMarkdown` or `onPageRendered` to modify the build process. Hooks receive data objects that you can transform before Archivox writes the final files.
|
||||
|
||||
Example:
|
||||
|
||||
|
Reference in New Issue
Block a user