forked from microsoft/language-server-protocol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
65 lines (53 loc) · 1.26 KB
/
_config.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
60
61
62
63
64
# Site settings
title: Official page for Language Server Protocol
description: >
Language Server Protocol documentation and specification page.
baseurl: /language-server-protocol # the subpath of your site, e.g. /blog/
url: https://microsoft.github.io # the base hostname & protocol for your site
git_address: https://github.com/Microsoft/language-server-protocol
git_edit_address: https://github.com/Microsoft/language-server-protocol/blob/gh-pages
# Build settings
markdown: kramdown
highlighter: rouge
plugins:
- github-pages
- jemoji
- jekyll-redirect-from
exclude:
- Gemfile
- Gemfile.lock
- .idea/
- .gitignore
- README.md
- resources/
- vendor/
timezone: Europe/Zurich
defaults:
- scope:
path: _implementors
type: implementors
values:
layout: implementors
sectionid: implementors
- scope:
path: _specifications
type: specifications
values:
layout: specifications
sectionid: specifications
- scope:
path: _overviews
type: overviews
values:
layout: overviews
sectionid: overviews
collections:
implementors:
permalink: /:collection/:path/
output: true
specifications:
permalink: /:collection/:path/
output: true
overviews:
permalink: /:collection/:path/
output: true