-
Notifications
You must be signed in to change notification settings - Fork 47
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
MicroCloud doc integration #372
Commits on Aug 13, 2024
-
doc/Makefile: use doc/Makefile instead of doc/Makefile.sp
doc/Makefile.sp comes from the starter pack and should not be changed. Therefore, we'll need to add our own targets to doc/Makefile. And that means we must use that file. ;) Signed-off-by: Ruth Fuchss <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6b3c968 - Browse repository at this point
Copy the full SHA 6b3c968View commit details
Commits on Aug 16, 2024
-
doc/integration: update the doc build to integrate other doc sets
Download the other doc sets and build them, integrated with the MicroCloud docs. You can still run `make doc-microcloud` to build the single MicroCloud documentation. Signed-off-by: Ruth Fuchss <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fdaaa47 - Browse repository at this point
Copy the full SHA fdaaa47View commit details
Commits on Aug 19, 2024
-
doc/integration: add targets for RTD and fix the build steps
Signed-off-by: Ruth Fuchss <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fc730ef - Browse repository at this point
Copy the full SHA fc730efView commit details -
doc/tests: make the doc tests use the custom Makefile
By default, the workflows use Makefile.sp, but we want them to use our customised targets. Signed-off-by: Ruth Fuchss <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3997c6d - Browse repository at this point
Copy the full SHA 3997c6dView commit details -
doc/integration: make the search bar pop up RTD search
Signed-off-by: Ruth Fuchss <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 471fc32 - Browse repository at this point
Copy the full SHA 471fc32View commit details -
doc: update the index page with information about the doc integration
Signed-off-by: Ruth Fuchss <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a4bd865 - Browse repository at this point
Copy the full SHA a4bd865View commit details -
doc/integration: update the MicroOVN tag to the circle of friends
Signed-off-by: Ruth Fuchss <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2602c36 - Browse repository at this point
Copy the full SHA 2602c36View commit details -
doc/integration: fix version handling
Allow specifying the version for each doc set, and make sure to reset the Git repos to use it. Signed-off-by: Ruth Fuchss <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3c80d2c - Browse repository at this point
Copy the full SHA 3c80d2cView commit details
Commits on Aug 20, 2024
-
doc/integration: add canonical URLs for the other doc sets
To let Google know that these are copies of the original doc sets, add a rel="canonical" link element (see https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls ). This is achieved by setting Sphinx's `html_baseurl` configuration. Signed-off-by: Ruth Fuchss <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9b5d0fd - Browse repository at this point
Copy the full SHA 9b5d0fdView commit details