HISE docs frontend
-
@Christoph-Hart @Dominik-Mayer What are you using for the HISE docs page? I know it's pulling markdown from github but what is generating the site? Is it Hugo?
-
@d-healey said in HISE docs frontend:
know it's pulling markdown from github but what is generating the site? Is it Hugo?
HISE is generating the HTML :)
In the docs exporter you can choose to either create a compressed file for text & image content or create a HTML folder with a customizable header & footer template
https://github.com/christophhart/hise_documentation/tree/master/template
-
HISE is generating the HTML :)
Is there anything it can't do!
Does it use the doc builder - https://github.com/christophhart/HISE/tree/master/tools/doc_builder ?
-
@d-healey yes, this is a minimal app I wrote and compiled on Linux that sits on the server and compiles the docs locally (because the upload of hundreds of HTML pages takes about 20x longer than just uploading one compressed file and then run the binary on the server.
-
@Christoph-Hart I was looking at this tool which does a similar thing - https://rust-lang.github.io/mdBook/index.html
I'm exploring options for my product user manuals.