forked from elixir-lsp/elixir-ls
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
30 lines (30 loc) · 827 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
site_name: ElixirLS
site_url: https://elixir-ls.github.io
repo_name: elixir-lsp/elixir-ls
repo_url: https://github.com/elixir-lsp/elixir-ls
edit_uri: ''
theme:
name: 'material'
palette:
primary: 'deep purple'
accent: 'purple'
plugins:
- search
nav:
- Overview: index.md
- Features: features.md
- Install:
- Overview: getting-started/overview.md
- Emacs: getting-started/emacs.md
- Kakoune: getting-started/kakoune.md
- VSCode: getting-started/vscode.md
- Nova: getting-started/nova.md
- NeoVim : getting-started/neovim.md
- Kate: getting-started/kate.md
- Sublime: getting-started/sublime.md
- Troubleshooting: troubleshooting.md
- Known issues and limitations: known-issues-limitations.md
markdown_extensions:
- admonition
- pymdownx.tabbed
- pymdownx.superfences