Documentation Generation

Didn’t see this in here so hopefully I’m not repeating an existing question.
What documentation generation tools are you guys using. If I want to create some docs that look similar to the official Unity Docs what would you recommend?

Thanks

Wiki software generally offers some basic markup that you can apply to text for styling, pictures, etc, which is then transformed into HTML. This is actually how the Unity docs are produced. Other markup systems like XML and LaTex (couldn’t be bothered styling the word in the traditional way :wink: ) are more powerful overall but also more complicated to use. They tend to fall into the “love it or hate it” category so it is probably worth at least giving them a try.

Thanks Andeeee (think I got all of the e’s). I think I’ll go with wiki option. I’ll do a quick search into LaTex to see whether I get a visceral feeling right out the gates.