adobe / hyde

A front-end to Jekyll that parses C++ sources to produce and enforce out-of-line documentation
http://opensource.adobe.com/hyde/
MIT License
323 stars 41 forks source link

-hyde-json project? #63

Open djowel opened 4 years ago

djowel commented 4 years ago

Hi,

We're trying to use hyde. We like the results so far! I want to ask about the -hyde-json workflow, instead of yaml. I'm aware that the stlab example uses structured Markdown files that contain YAML front-matter. I am wondering about the -hyde-json option though. Is there a complete example that uses json instead of yaml/markdown?

Thanks in advance!

jaredwy commented 4 years ago

Hello.

Currently there is no real example, the YAML would be the complete example. It reads the JSON format to do its magic.

What sort of examples would you be looking for? There are a few requests to add more complete documentation, so I can see about tackling it at the same time.

redtide commented 4 years ago

Hello, we was wondering if there was a way to produce, for example, a different output based on the generated JSON file, like a single page to make it easier to edit instead of separated files.