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:
parent
2ec910f772
commit
48f0f387f8
4 changed files with 10 additions and 2 deletions
|
@ -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]()
|
||||
|
|
6
docs/src/developing_zed__building_zed.md
Normal file
6
docs/src/developing_zed__building_zed.md
Normal 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)
|
|
@ -1,4 +1,4 @@
|
|||
# Building Zed
|
||||
# Building Zed for Linux
|
||||
|
||||
## Repository
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Building Zed
|
||||
# Building Zed for macOS
|
||||
|
||||
## Repository
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue