zed/docs/src/SUMMARY.md

51 lines
1.3 KiB
Markdown
Raw Normal View History

2023-12-12 00:17:13 +00:00
# Summary
# General
- [Getting Started](./getting-started.md)
- [System Requirements](./system-requirements.md)
- [Telemetry](./telemetry.md)
- [Additional Learning Materials](./additional-learning-materials.md)
2023-12-12 00:17:13 +00:00
# Configuration
- [Configuring Zed](./configuring-zed.md)
- [Key bindings](./key-bindings.md)
- [Themes](./themes.md)
- [Vim](./vim.md)
2023-12-12 00:17:13 +00:00
2023-12-12 14:10:12 +00:00
# Using Zed
- [Assistant Panel](./assistant-panel.md)
- [Channels](./channels.md)
- [Collaboration](./collaboration.md)
- [Tasks](./tasks.md)
- [Remote Development](./remote-development.md)
# Language Support
- [Elixir](./languages/elixir.md)
- [Go](./languages/go.md)
- [JavaScript](./languages/javascript.md)
- [Python](./languages/python.md)
- [Ruby](./languages/ruby.md)
- [Rust](./languages/rust.md)
# Developing Zed
- [Adding New Languages](./adding-new-languages.md)
- [Developing Zed](./developing-zed.md)
- [macOS](./development/macos.md)
- [Linux](./development/linux.md)
- [Windows](./development/windows.md)
- [Local Collaboration](./development/local-collaboration.md)
- [Release Process](./development/releases.md)
- [Debugging Crashes](./development/debugging-crashes.md)
# Community
- [Code of Conduct](./code-of-conduct.md)
- [Contributing to Zed](./contribute-to-zed.md)
- [Conversations](./conversations.md)
- [Feedback and Support](./feedback-and-support.md)