Discuss anything related to web development but no technical support questions


Post by paulb »

Hi,
I really like the documentation for modern products. It look clean and has a good UX. Can you share some information on what tools you use to generate the API documentation?
The Siesta documentation is still using jsDuck. Are there any plans to migrate it to the new docs?
Regards


Post by sergey.maltsev »

Hi!

We use https://jsdoc.app/ for pasing js code and creating json based on our custom template.
Docs browser is a separate application, which takes json and shows docs in a designed UI.
In other words, it is mostly custom non-public tool created by Bryntum team.

I'm afraid we have no plans for changing Siesta docs appearance.


Post Reply