blade icon indicating copy to clipboard operation
blade copied to clipboard

Add built-in documentation generation tool to Blade

Open mcfriend99 opened this issue 2 years ago • 2 comments

mcfriend99 avatar May 25 '23 14:05 mcfriend99

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?

benstigsen avatar May 31 '25 12:05 benstigsen

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.

mcfriend99 avatar May 31 '25 20:05 mcfriend99