forked from emacs-lsp/lsp-sonarlint
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
34 lines (28 loc) · 714 Bytes
/
mkdocs.yml
File metadata and controls
34 lines (28 loc) · 714 Bytes
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
site_name: LSP sonarlint
extra_css:
- stylesheets/extra.css
theme:
name: material
logo: images/logo.png
favicon: images/logo.png
icon:
repo: fontawesome/brands/github
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/emacs-lsp/lsp-mode
- icon: fontawesome/brands/twitter
link: https://twitter.com/yonchovski
- icon: fontawesome/brands/gitter
link: https://gitter.im/emacs-lsp/lsp-mode
repo_name: Sasanidas/lsp-sonarlint
repo_url: https://github.com/Sasanidas/lsp-sonarlint
markdown_extensions:
- pymdownx.superfences
- codehilite
- toc:
permalink: '#'
plugins:
- search
- awesome-pages
- git-revision-date-localized