forked from emacs-lsp/dap-mode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
59 lines (51 loc) · 1.32 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
site_name: DAP Mode
site_url: https://emacs-lsp.github.io/dap-mode
nav:
- Home: README.md
- Features: page/features.md
- Configuration: page/configuration.md
- How to: page/how-to.md
- Tutorials:
- Clojure: page/clojure.md
- Gallery:
- page/gallery.md
- Adding a new debug server: page/adding-debug-server.md
- Changelog:
- CHANGELOG.md
- LSP Mode:
- LSP Mode: https://emacs-lsp.github.io/lsp-mode
extra_css:
- stylesheets/extra.css
theme:
name: material
logo: screenshots/logo.png
favicon: screenshots/logo.png
icon:
repo: fontawesome/brands/github
features:
- navigation.tabs
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/emacs-lsp/dap-mode
- icon: fontawesome/brands/twitter
link: https://twitter.com/yonchovski
- icon: fontawesome/brands/gitter
link: https://gitter.im/emacs-lsp/lsp-mode
repo_name: emacs-lsp/dap-mode
repo_url: https://github.com/emacs-lsp/dap-mode
markdown_extensions:
- pymdownx.superfences
- codehilite
- toc:
permalink: '#'
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
plugins:
- search
- awesome-pages
- git-revision-date-localized
google_analytics:
- UA-165661257-2
- auto