-
Notifications
You must be signed in to change notification settings - Fork 486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(bindings/cpp): use doxygen to generate API docs #2988
Conversation
Signed-off-by: silver-ymz <[email protected]>
I use Doxygen Awesome to beautify the document generated by doxygen. I directly put its css file under |
Signed-off-by: silver-ymz <[email protected]>
It's better not to include it in our repo directly. Can we install them by npm during docs building? |
We can use other way to install them like |
No, not a good way from releases side.
None of them are ASF projects. Although there are ways to declare an extra license for our repository, we should still avoid including content in this manner as it would complicate our release process.
I prefer to use the npm way mentioned in their README: cd your-project
npm install https://github.com/jothepro/doxygen-awesome-css#v2.2.1 --save-dev
ls -l node_module/@jothepro/doxygen-awesome-css |
Signed-off-by: silver-ymz <[email protected]>
I move |
Signed-off-by: silver-ymz <[email protected]>
Signed-off-by: silver-ymz <[email protected]>
Would you like to add this theme for c binding too? And we should add actions to deploy them to opendal.apache.org. |
Yes. I'd like to do it.
I'm writing github actions about test and docs now. |
Thanks a lot! |
No description provided.