First preliminary release published #1
ilg-ul
announced in
Announcements
Replies: 1 comment
-
I believe I have implemented all the functionality I had planned for the initial version, including index pages. At present, I have two projects utilising this solution:
I also have a third, larger project that I intend to update in the coming days. @doxygen, @albert-github, do you have any thoughts on this project? I would greatly appreciate any suggestions, particularly regarding the structure of the pages, the sidebar, etc, but any other feedback will also be highly appreciated. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The first preliminary version of this plugin was published and successfully used in a real project.
For those who do not know, Docusaurus is a modern solution to build documentation sites.
Doxygen is the de-facto industry standard reference pages generator for C/C++ (and other).
The docusaurus-plugin-doxygen bridges the gap between the two, by allowing to integrate the Doxygen reference pages into Docusaurus sites.
This is possible because Doxygen also generates the output as XML files; they are parsed by the plugin and the content rendered as MDX files (a markdown format extended with React components).
The current status of this plugin is early preview, allowing you to take a look and hopefully provide some feedback.
The project home page is:
For a comparison, the original Doxygen pages, rendered via the nice doxygen-awesome-css plugin, are:
The Docusaurus generated files are (see the raw files):
Many thanks to:
Any feedback will be highly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions