Fixes #668 - Generate and publish Doxygen#673
Draft
jiridanek wants to merge 3 commits intoskupperproject:mainfrom
Draft
Fixes #668 - Generate and publish Doxygen#673jiridanek wants to merge 3 commits intoskupperproject:mainfrom
jiridanek wants to merge 3 commits intoskupperproject:mainfrom
Conversation
5b3f946 to
6745f35
Compare
6745f35 to
86086c1
Compare
Codecov Report
@@ Coverage Diff @@
## main #673 +/- ##
==========================================
- Coverage 25.91% 25.90% -0.01%
==========================================
Files 128 128
Lines 31195 31195
Branches 4973 4973
==========================================
- Hits 8083 8081 -2
Misses 22059 22059
- Partials 1053 1055 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. |
Contributor
Author
|
An example of a fairly complete doxygen page is https://jiridanek.github.io/skupper-router/group__iterator.html
|
Contributor
Author
|
In order to make this actually useful
The usefulness should come from
Overall, the GitHub markdown rendering capabilities (what it does on the fly) are quite sufficient for purposes of the /docs/ folder and nobody as of yet missed doxygen much |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This will create a link in the right-hand panel of the GitHub project page, like the one I now have at my fork https://github.com/jiridanek/skupper-router
When you click the environment link, you get a list of environments, and you can open the latest version of the Doxygen documentation from there
The Doxygen is hosted at https://jiridanek.github.io/skupper-router (it will be at skupperproject.github.io for this repository, after PR is merged)
The site is updated when CI runs for the main branch. When running PR branches, the pages are not deployed.