Update docs for building Zed (#8092)

This PR updates the docs for building Zed to fix the links in the
sidebar after the addition of the Linux-specific docs in #8083.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-02-20 17:34:13 -05:00 committed by GitHub
parent 2ec910f772
commit 48f0f387f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 2 deletions

View File

@ -19,6 +19,8 @@
- [How to Contribute]()
- [Building from Source](./developing_zed__building_zed.md)
- [macOS](./developing_zed__building_zed_macos.md)
- [Linux](./developing_zed__building_zed_linux.md)
- [Local Collaboration](./developing_zed__local_collaboration.md)
- [Adding Languages](./developing_zed__adding_languages.md)
- [Adding UI]()

View File

@ -0,0 +1,6 @@
# Building from Source
See the platform-specific instructions for building Zed from source:
- [macOS](./developing_zed__building_zed_macos.md)
- [Linux](./developing_zed__building_zed_linux.md)

View File

@ -1,4 +1,4 @@
# Building Zed
# Building Zed for Linux
## Repository

View File

@ -1,4 +1,4 @@
# Building Zed
# Building Zed for macOS
## Repository