SUMMARY.md

 1# Summary
 2
 3# General
 4
 5- [Getting Started](./getting-started.md)
 6  - [System Requirements](./system-requirements.md)
 7  - [Telemetry](./telemetry.md)
 8  - [Additional Learning Materials](./additional-learning-materials.md)
 9
10# Configuration
11
12- [Configuring Zed](./configuring-zed.md)
13- [Key bindings](./key-bindings.md)
14- [Themes](./themes.md)
15- [Vim](./vim.md)
16
17# Using Zed
18
19- [Assistant Panel](./assistant-panel.md)
20- [Channels](./channels.md)
21- [Collaboration](./collaboration.md)
22- [Tasks](./tasks.md)
23- [Remote Development](./remote-development.md)
24
25# Language Support
26
27- [Elixir](./languages/elixir.md)
28- [Go](./languages/go.md)
29- [JavaScript](./languages/javascript.md)
30- [Python](./languages/python.md)
31- [Ruby](./languages/ruby.md)
32- [Rust](./languages/rust.md)
33
34# Developing Zed
35
36- [Adding New Languages](./adding-new-languages.md)
37- [Developing Zed](./developing-zed.md)
38  - [macOS](./development/macos.md)
39  - [Linux](./development/linux.md)
40  - [Windows](./development/windows.md)
41  - [Local Collaboration](./development/local-collaboration.md)
42- [Release Process](./development/releases.md)
43- [Debugging Crashes](./development/debugging-crashes.md)
44
45# Community
46
47- [Code of Conduct](./code-of-conduct.md)
48- [Contributing to Zed](./contribute-to-zed.md)
49- [Conversations](./conversations.md)
50- [Feedback and Support](./feedback-and-support.md)