-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_config.yml
More file actions
121 lines (121 loc) · 2.28 KB
/
_config.yml
File metadata and controls
121 lines (121 loc) · 2.28 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
repository: metabase/docs.metabase.github.io
title: "Metabase | Business Intelligence, Dashboards, and Data Visualization"
email: info@metabase.com
description: "Metabase business intelligence, dashboards, and data visualization tools. Dig deeper into your data with open source, no SQL tools for data visualization."
url: "https://www.metabase.com"
twitter_username: metabase
github_username: metabase
highlighter: rouge
markdown: kramdown
default_social_image: /images/twitter/default.png
redcarpet:
extensions:
[no_intra_emphasis, fenced_code_blocks, autolink, tables, with_toc_data]
plugins:
- jekyll-redirect-from
whitelist:
- jekyll-redirect-from
- jekyll_include_plugin
- jekyll_dirname_payload_plugin
- jekyll_responsive_table_labels_plugin
jekyll_include_plugin:
snippet_prefix: ""
sass:
sass_dir: _sass
style: compressed
permalink: "/blog/:title"
webrick:
headers:
{ X-Frame-Options: deny, Content-Security-Policy: "frame-ancestors 'none'" }
available_versions:
- v0.12
- v0.13
- v0.14
- v0.15
- v0.16
- v0.17
- v0.18
- v0.19
- v0.20
- v0.21
- v0.22
- v0.23
- v0.24
- v0.25
- v0.26
- v0.27
- v0.28
- v0.29
- v0.30
- v0.31
- v0.32
- v0.33
- v0.34
- v0.35
- v0.36
- v0.37
- v0.38
- v0.39
- v0.40
- v0.41
- v0.42
- v0.43
- v0.44
- v0.45
- v0.46
- v0.47
- v0.48
- v0.49
- v0.50
- v0.51
- v0.52
- v0.53
- v0.54
- v0.55
- v0.56
- v0.57
- v0.58
- v0.59
- v0.60
collections:
docs: { output: true }
community-posts: { output: true }
defaults:
- {
scope: { type: docs },
values: { layout: new-docs, permalink: "/:collection/:path" },
}
java-minimum-version: 21
latest_version: v0.60.1
latest_enterprise: v1.60.1
docs_version: v0.60
release_branch: release-x.60.x
exclude:
- "_docs/**/embedding/sdk/api/snippets/**"
- svg-icon-list.html
- Gemfile
- Gemfile.lock
- Gruntfile.js
- webpack.config.js
- node_modules
- bower_components
- .idea
- .sass-cache
- package.json
- package-lock.json
- yarn.lock
- s3_website.template.yml
- src
- script
- lib
- spec
- vendor
- typescript
- "**/*.map"
- "**/*.LICENSE.txt"
per_incident_support: 350
STRIPE_PUBLISHABLE_API_KEY: pk_test_cW4xg5Kw7s6pIcxjaha5GJeP
search_autofocus:
- README
include:
- _headers