Question

How is Digitalocean API documentation generated?

  • Posted on January 10, 2017
  • API
  • ignasAsked by ignas

Sorry for being off topic. I’d just love to know what tools you use to build the documentation since it looks pretty awesome.

Thanks!


Submit an answer
Answer a question...

This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Ryan Quinn
DigitalOcean Employee
DigitalOcean Employee badge
January 10, 2017
Accepted Answer

Thanks! I’d love to be able to say we’ve got some awesome system in place to do this but for the most part the documentation is generated manually when it is updated and applied to the layout. We’re not using any 3rd party system to generate it.

Ahh, got it, I was thinking maybe you’re using something like https://github.com/lord/slate for rendering the docs:)

Thanks for the answer!