forked from clojure-lsp/clojure-lsp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
59 lines (51 loc) · 1.35 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: Clojure LSP
site_description: Language Server Protocol Implementation for Clojure
site_url: https://clojure-lsp.io
repo_name: clojure-lsp/clojure-lsp
repo_url: https://github.com/clojure-lsp/clojure-lsp
nav:
- Home:
- Overview: README.md
- Settings: settings.md
- Clients: clients.md
- Building: building.md
- Development: development.md
- Troubleshooting: troubleshooting.md
- Capabilities: capabilities.md
- Features: features.md
- Installation: installation.md
- API: api.md
- Support Us: https://github.com/sponsors/clojure-lsp
- Changelog: CHANGELOG.md
theme:
name: material
logo: images/logo-light.svg
favicon: images/logo-light.svg
icon:
repo: fontawesome/brands/github
features:
- navigation.tabs
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/clojure-lsp/clojure-lsp
- icon: fontawesome/brands/slack
link: https://clojurians.slack.com/archives/CPABC1H61
extra_css:
- stylesheets/layout.css
markdown_extensions:
- pymdownx.superfences
- codehilite
- meta
- 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-189476519-1
- auto