mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 05:28:23 +02:00
Curate developer documentation in tree (#11052)
This is still work in progress. But let's start somewhere. Goal for this being in the repo is to make sure we update it more frequently than the https://github.com/nushell/nushell.github.io/tree/main/contributor-book - Add folder for in-repo developer documentation - Move PLATFORM_SUPPORT into devdocs - Move our rust style to devdocs - Use nushell code formatting in CONTRIBUTING - Add FAQ file for developers with example questions - Describe error handling best practices
This commit is contained in:
committed by
GitHub
parent
177e800a07
commit
ffb80b8873
11
devdocs/README.md
Normal file
11
devdocs/README.md
Normal file
@ -0,0 +1,11 @@
|
||||
# Basic developer documentation
|
||||
|
||||
This is intended to give some immediate guidance to how to navigate the codebase and lives from everyone updating it if you make a design change.
|
||||
|
||||
A complementary (currently stale) resource has been the [Nushell contributor book](https://www.nushell.sh/contributor-book/), which until further notice contains broader design guidance.
|
||||
|
||||
## Contents
|
||||
|
||||
- [Developer FAQ](FAQ.md)
|
||||
- [Platform support policy](PLATFORM_SUPPORT.md)
|
||||
- [Our Rust style](devdocs/rust_style.md)
|
Reference in New Issue
Block a user