forked from eclipse-xtext/xtext
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
55 lines (49 loc) · 2.06 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
# Site settings
title: Xtext - Language Development Framework
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Xtext is a framework for development of programming languages and domain specific languages. It covers all
aspects of a complete language infrastructure, from parsers, over linker, compiler or interpreter to fully-blown
top-notch Eclipse IDE integration. It comes with great defaults for all these aspects which at the same time can
be easily tailored to your individual needs.
baseurl: "/Xtext" # the subpath of your site, e.g. /blog/
url: "http://xtext.org" # the base hostname & protocol for your site
twitter_username: xtext
github_username: xtext-dev
encoding: UTF-8
exclude:
- README.md
- Gemfile
# Build settings
markdown: kramdown
kramdown:
input: GFM
#auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..4
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false
coderay:
coderay_wrap: div
coderay_line_numbers: inline
coderay_line_number_start: 1
coderay_tab_width: 4
coderay_bold_every: 10
coderay_css: style
src:
xtext: "https://github.com/eclipse/xtext/blob/v2.8.0"
mwe: "https://github.com/eclipse/mwe/blob/v2.7.1"
emf: "https://github.com/eclipse/emf/blob/R2_9_0"
gef: "https://github.com/eclipse/gef/blob/master"
sevenlang: "https://github.com/xtext/seven-languages-xtext/blob/master"
javadoc:
xtext: "http://download.eclipse.org/modeling/tmf/xtext/javadoc/2.8"
eclipse-platform: "http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api"
eclipse-jdt: "http://help.eclipse.org/luna/topic/org.eclipse.jdt.doc.isv/reference/api"
java: "http://docs.oracle.com/javase/8/docs/api"
javaee: "http://docs.oracle.com/javaee/5/api"
junit: "http://junit.sourceforge.net/javadoc"
guice: "https://google.github.io/guice/api-docs/latest/javadoc"
mongodb: "http://api.mongodb.org/java/2.6"
edit-repo : "https://github.com/eclipse/xtext/edit/maintenance/xtext-website/"