Description
After successfully configuring my TypeScript projects to automatically generate the documentation sites with TypeDoc, and resulting sites like https://xpack.github.io/logger-ts/, I further pursued the idea and did the same for one of my C/C++ project, with Doxygen.
The site is not yet 100% ready, there are still some small issues, but the preliminary result looks like this:
The actual project URL is https://micro-os-plus.github.io/utils-lists-xpack/.
Personally I liked the result, to the point of deciding to migrate the entire documentation from the existing READMEs to the web site, as the static pages listed in the left sidebar.
A later improvement was the addition of the cards, as a nice solution for quick access to the most frequent pages.
I was wandering if now, when I have more experience with these things, perhaps I can achieve something similar with TypeDoc, and do a second iteration for my TypeScript projects to bring them in line with the C/C++ projects.
Any thoughts on this?