New mkdocs-asciidoctor-backend plugin #8452
aireilly
started this conversation in
Show and tell
Replies: 1 comment
-
|
Changed the plugin to run an Asciidoctor Ruby server instead of spinning up the Asciidoctor CLI individually for AsciiDoc files. Testing on a reasonably large AsciiDoc site with 1470 AsciiDoc files, build time was reduced from 56.35 seconds to 18.43 seconds. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I created a new plugin for Material for MkDocs: https://pypi.org/project/mkdocs-asciidoctor-backend/
This plugin allows you to use AsciiDoc format docs alongside Markdown, building HTML using an Asciidoctor server
the Asciidoctor Ruby CLI.Have a look, let me know what you think.
Beta Was this translation helpful? Give feedback.
All reactions