You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For general user and developer documentation, I have decided to go with Vitepress, since it's compatible with vuejs 3 and powered by vite tooling which is already used for the build process of this package.
The only step left to figure out is how to use jdoc for api doc generation and then make the resulting pages part of the docs generated by vitepress
Could aim to get a script that runs through vue components, generates markdown from their jsdoc-style comments and docstrings, and then adds those markdown files to the sources for vitepress to build the docs site from.
Look into JSdoc; 863e84c already has a single example of a jsdoc-based docstring for a module.
For an html theme, investigate:
The text was updated successfully, but these errors were encountered: