update docs content (#11374)

Move all docs to zed repo

Release Notes:

- N/A

---------

Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
Co-authored-by: Marshall <marshall@zed.dev>
This commit is contained in:
Conrad Irwin
2024-05-03 16:24:04 -06:00
committed by GitHub
co-authored by Marshall Bowers Marshall
parent 3e5dcd1bec
commit a497c49fb8
30 changed files with 996 additions and 479 deletions
+16
View File
@@ -0,0 +1,16 @@
# Developing Zed
See the platform-specific instructions for building Zed from source:
- [macOS](./development/macos.md)
- [Linux](./development/linux.md)
- [Windows](./development/windows.md)
If you'd like to develop collaboration features, additionally see:
- [Local Collaboration](./development/local-collaboration.md)
## Contributor links
- [Releases](./development/releases.md)
- [Debugging Crashes](./development/debugging-crashes.md)