Skip to content

Commit 6c8a3c4

Browse files
change title and headings
1 parent 40f9d85 commit 6c8a3c4

File tree

6 files changed

+2
-24
lines changed

6 files changed

+2
-24
lines changed

docs/clients/index.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
---
2-
title: Clients
3-
---
4-
51
# Clients
62

73
Django Language Server works with any client that supports the Language Server Protocol (LSP).
84

9-
### Adding a New Client
5+
### Adding a new client
106

117
Documentation for setting up the language server in other clients is sorely needed. Any editor that has [LSP client](https://langserver.org/#:~:text=for%20more%20information.-,LSP%20clients,opensesame%2Dextension%2Dlanguage_server,-Community%20Discussion%20Forums) support should work.
128

docs/clients/neovim.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
---
2-
title: Neovim
3-
---
4-
51
# Neovim
62

73
## Requirements

docs/clients/sublime-text.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
---
2-
title: Sublime Text
3-
---
4-
51
# Sublime Text
62

73
## Requirements

docs/clients/vscode.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
---
2-
title: VS Code
3-
---
4-
51
# VS Code
62

73
Django Language Server can be used with [VS Code](https://code.visualstudio.com) via the [djls-vscode](https://github.com/joshuadavidthomas/djls-vscode) extension.

docs/clients/zed.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
---
2-
title: Zed
3-
---
4-
51
# Zed
62

73
Django Language Server can be used with [Zed](https://zed.dev) via the [zed-django](https://github.com/joshuadavidthomas/zed-django) extension.

docs/configuration/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
---
2-
title: Configuration
3-
---
1+
# Configuration
42

53
Django Language Server auto-detects your project configuration in most cases. It reads the `DJANGO_SETTINGS_MODULE` environment variable and searches for standard virtual environment directories (`.venv`, `venv`, `env`, `.env`).
64

0 commit comments

Comments
 (0)