doc/doxygen: remove deprecated pages#21934
Conversation
|
|
||
| Getting Started | ||
| ================== |
There was a problem hiding this comment.
RE: The removal of this section, this is already part of the guide page, I just left it there because I felt like it before: https://guide.riot-os.org/general/structure/
Now that we fully committed to the guide site, this would only cause desync over time between both versions
243c707 to
bbe2be3
Compare
doc/doxygen/src/mainpage.md
Outdated
|
|
||
| [TOC] | ||
|
|
||
| Doxygen API Documentation |
There was a problem hiding this comment.
| Doxygen API Documentation | |
| RIOT-OS API Documentation |
Otherwise, one might be tempted to think this is the API doc of Doxygen ;-) (+ end-users rarely care which tool was used to generate the doc)
bbe2be3 to
88f6c1c
Compare
doc/doxygen/src/mainpage.md
Outdated
| @@ -47,191 +56,3 @@ RIOT is developed by an open community that anyone is welcome to join: | |||
| [riot-os:matrix.org](https://matrix.to/#/#riot-os:matrix.org) | |||
There was a problem hiding this comment.
RIOT in a nutshell also exists at this URL https://guide.riot-os.org/. So why keep this?
88f6c1c to
e2927ed
Compare
|
yipee thank you |
Contribution description
This removes all the deprecated pages from doxygen and makes it clear that the doxygen documentation is purely meant as API documentation, as decided in the coordination meeting.
This PR is blocked till the server side changes have been finished to redirect these pages automatically. (Thus I'm CCing @miri64)
Testing procedure
make docand see a clean doxygen site.Issues/PRs references