-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Documentation: migrate pages from wiki #11127
Comments
@raiden00pl would it still be useful to work on the documentation even if it is outdated? I understand that there's not a lot of reason to work on getting outdated documentation in the current documentation format, but I'm thinking it might be difficult to see what is outdated or not. Also, you might need setups to validate how outdated are the pages. What are your thoughts? |
Unless the doc page is completely outdated, porting it still has value, and outdated content can be fixed later. As you mentioned, it can be difficult to determine what is outdated and what isn't, especially for people who haven't been following all the PRs in NuttX over the last few years. So I'm not sure how we should proceed. Maybe we can just hope that during the PR review process, we'll be able to catch any outdated content and fix it immediately or mark the page as outdated. |
I was thinking that maybe we should still port everything and as people consult the documentation and try them we'll know if they are outdated. But I like your idea of adding a warning at the beginning. I'll try to work on some of those pages that are left. Thank you :). |
@raiden00pl This page: https://cwiki.apache.org/confluence/display/NUTTX/STM32+Null+Pointer+Detection was already migrated :). #14231 Noticed just too late 😅 |
@raiden00pl darn again, very sorry, just notice: https://cwiki.apache.org/confluence/display/NUTTX/STM32+CCM+Allocator also was already migrated 😅 |
@raiden00pl here are 3 other pages to check (once they are merged) :) #14240 - Kernel Threads with Custom Stacks Cheers! |
@raiden00pl here are 3 other pages to check (once they are merged) :) #14274 :
Cheers! |
@raiden00pl here are 4 other pages to check (once they are merged) :) #14417 :
Cheers! |
@raiden00pl here are 3 other pages to check (once they are merged) :) #14419 :
Cheers! PS. I'll try to finish the NuttX How-To's section this week :) |
great ! thanks for your help :) |
@raiden00pl thanks for doing it |
@raiden00pl here are 3 other pages to check (once they are merged) :)
(NuttX How-To's done 🥳) Cheers! |
Not all pages below are suitable for migration, some pages are outdated, some are already migrated. Everything listed here for better tracking of the issue.
It's better to have all valuable information in one place (Documentation). Then we can use
grep
to find all the useful information about a given subject.Getting Started with NuttX https://cwiki.apache.org/confluence/display/NUTTX/Getting+Started+with+NuttX
Graphics https://cwiki.apache.org/confluence/display/NUTTX/Graphics
NuttX How-To's https://cwiki.apache.org/confluence/display/NUTTX/NuttX+How-To%27s
Networking https://cwiki.apache.org/confluence/display/NUTTX/Networking
Application/NSH How-To's https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=139629534
NuttX Implementation/Design https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=139629479
Platforms https://cwiki.apache.org/confluence/display/NUTTX/Platforms
Virtual File System https://cwiki.apache.org/confluence/display/NUTTX/Virtual+File+System
The text was updated successfully, but these errors were encountered: