forked from apache/drill-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
74 lines (63 loc) · 1.47 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
65
66
67
68
69
70
71
72
73
74
title: Apache Drill - Schema-free SQL for Hadoop, NoSQL and Cloud Storage
title_suffix: Apache Drill # This is appended to every page title on the site
email: [email protected]
permalink: pretty
description: > # this means to ignore newlines until "baseurl:"
The official user documentation for Apache Drill.
baseurl: ""
noindex: 0 # search engine indexing enabled
# Uncomment to rever to the redcarpet Markdown processor (not supported by Apache
# Buildbot) instead of Kramdown
# markdown: redcarpet
# redcarpet:
# extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]
collections:
docs:
output: true
permalink: /docs/:slug/
defaults:
- scope:
type: docs # This defines the default for anything in the docs collection. An alternative would be to use "path: _docs" here.
values:
layout: docpage
sass:
style: :compressed
plugins:
- jekyll-polyglot
include:
- .asf.yaml
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- .gitignore
languages: ["en", "zh"]
default_lang: "en"
exclude_from_localization:
- apidocs
- common
- contrib
- css
- _data
- distribution
- drill-yarn
- exec
- fonts
- images
- _includes
- js
- _layouts
- logical
- metastore
- protocol
- _sass
- _site
- static
- _tools
- tools
parallel_localization: true
lang_from_path: true