doc: Integrate Governance, Code of Conduct and C++ Tutorial into Starlight#21646
Merged
crasbe merged 1 commit intoRIOT-OS:masterfrom Sep 5, 2025
Merged
doc: Integrate Governance, Code of Conduct and C++ Tutorial into Starlight#21646crasbe merged 1 commit intoRIOT-OS:masterfrom
crasbe merged 1 commit intoRIOT-OS:masterfrom
Conversation
crasbe
reviewed
Aug 5, 2025
23 tasks
crasbe
reviewed
Sep 5, 2025
Contributor
crasbe
left a comment
There was a problem hiding this comment.
I know this is kinda not your text, but you touched it, so you fix it :P
crasbe
approved these changes
Sep 5, 2025
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.
Contribution description
This integrates the Governance and Code of Conduct files into the starlight output. It should be noted that it does not touch the doxygen output and simply copies the way we do it within the doxygen output (Copy and modify the file when make gets called).
I also moved the C++ tutorial since that would mark the completion of moving all (first party) language related things into starlight. Though I wasn't sure which date to deprecate the old text so I left it TODO for now :)
Testing procedure
A simple
make docfor doxygen should showcase the deprecation of the c++ guide. (and no changes to coc/governance)A simple
make doc-starlightshould showcase that Governance and COC are now part of the general section and C++ under the c_tutorials/ sectionIssues/PRs references
#21575