esdoc / esdoc-plugins

MIT License
140 stars 77 forks source link

Html builder refactor #72

Open protolambda opened 5 years ago

protolambda commented 5 years ago

Hey, ESdoc has been of great use so far, but some of the html generation was not customizable enough for me. So I changed the builder system a bit:

Features:

See the new esdoc-publish-html-plugin README.md for details about the configuration format.

protolambda commented 5 years ago

Also, for a future PR, I'm looking to improve the manual builder; the current builder flattens the manual structure and breaks all relative links in the markdown (it doesn't even change .md to .html). I'm thinking of creating a second manual-builder class that will implement this, and then we can compare/merge/replace the builders later.