-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathmkdocs.yml
38 lines (38 loc) · 1.27 KB
/
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
31
32
33
34
35
36
37
38
site_name: Erlang LS
site_url: https://erlang-ls.github.io
repo_name: erlang-ls/erlang_ls
repo_url: https://github.com/erlang-ls/erlang_ls
edit_uri: ''
theme:
name: 'material'
palette:
primary: 'red'
accent: 'red'
nav:
- Overview: index.md
- Getting Started:
- Overview: getting-started/overview.md
- Emacs: getting-started/emacs.md
- Spacemacs: getting-started/spacemacs.md
- VSCode: getting-started/vscode.md
- Sublime Text 3: getting-started/sublime3.md
- IntelliJ: getting-started/intellij.md
- Vim: getting-started/vim.md
- Theia IDE: getting-started/theia.md
- Kakoune: getting-started/kakoune.md
- Features: features.md
- Configuration: configuration.md
- Talks: talks.md
- Papers: papers.md
- Articles:
- "How To: Use the Debugger": articles/tutorial-debugger.md
- "How To: Code Lenses": articles/tutorial-code-lenses.md
- "How To: Diagnostics": articles/tutorial-implementing-diagnostics.md
- Suggesting Type Specs: articles/suggest-type-specs.md
- Snippets are here: articles/snippets-are-here.md
- OTP 23 Brings Docs: articles/otp-23-bring-docs.md
- Troubleshooting: troubleshooting.md
markdown_extensions:
- admonition
- pymdownx.tabbed
- pymdownx.superfences