blade
blade copied to clipboard
Add built-in documentation generation tool to Blade
I think this would be great as the code is very well documented. Is it currently copy pasted manually or does a tool like this already exist?
There's an existing tool I currently use to generate the libraries documentation here. But it current only generates Doka compatible markdown files (the current Blade website runs on Doka).
However, none of it is currently documented.
Making it generate valid HTML sites is actually trivia as Blade has both the markdown and the html libraries built in.
That's the direction for now; but none of this is standard yet.