-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
47 lines (39 loc) · 1.07 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
title: Spine Event Engine documentation
description: CQRS/ES framework for modern could applications
baseurl: ""
github_username: SpineEventEngine
core_java_repo: https://github.com/SpineEventEngine/core-java
web_repo: https://github.com/SpineEventEngine/web
dart_repo: https://github.com/SpineEventEngine/dart
base_api_doc: https://spine.io/base/dokka-reference
core_api_doc: https://spine.io/core-java/dokka-reference
web_api_doc: https://spine.io/web/dokka-reference
js_api_doc: https://spine.io/web/reference/client-js
dart_api_doc: https://spine.io/dart/reference
# Conversion
markdown: kramdown
highlighter: rouge
excerpt_separator: <!--more-->
sass:
style: compressed
kramdown:
input: GFM
hard_wrap: false
parse_block_html: true
exclude:
- .github/
- .idea/
- .saas-cache/
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
include:
- _fonts
- _css
- _favicons
- _libs
embed_code:
code_root: ./_code
documentation_root: ./docs
code_includes: ["**/*.proto", "**/*.java", "**/*.kt", "**/*.dart", "**/*.js", "**/*.html", "**/*.gradle", "**/*.gradle.kts"]