-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path_config.yml
More file actions
30 lines (23 loc) · 848 Bytes
/
_config.yml
File metadata and controls
30 lines (23 loc) · 848 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
# Site settings
title: Kite Software Development Kit
email: cdk-dev@cloudera.org
description: "An open source data API for Hadoop."
url: "http://kitesdk.org"
license_url: "http://www.apache.org/licenses/LICENSE-2.0.html"
github_url: "https://github.com/kite-sdk/kite"
issue_tracker_url: "https://issues.cloudera.org/browse/CDK"
mailing_list_url: "https://groups.google.com/a/cloudera.org/forum/#!forum/cdk-dev"
contributing_url: "https://github.com/kite-sdk/kite/wiki/How-to-contribute"
examples_url: "https://github.com/kite-sdk/kite-examples"
# version-specific
baseurl: "/docs/1.1.0"
version: "1.1.0"
javadoc_url: "/docs/1.1.0/apidocs/index.html"
jdiff_url: "/docs/1.1.0/jdiff/changes.html"
dataset-command: "kite-dataset"
# Build settings
include: ["./samples/"]
markdown: kramdown
kramdown:
input: GFM
coderay_line_numbers: table