forked from tableau/extensions-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
38 lines (26 loc) · 647 Bytes
/
_config.yml
File metadata and controls
38 lines (26 loc) · 647 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
30
31
32
33
34
35
# Site settings
title: Extensions API
email: git@tableau.com
description: Create extensions to extend the functionality of Tableau.
baseurl: "/extensions-api"
# permalink: pretty
# product variables
tol: Tableau Cloud
defaults:
-
scope:
path: "" # Apply to all files
type: pages
values:
layout: "default"
permalink: /:path/:basename:output_ext
# Build settings
markdown: kramdown
highlighter: rouge
github: [metadata]
kramdown:
toc_levels: 1..3
plugins: [jekyll-mermaid]
mermaid: https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js
# Exclude
exclude: ['node_modules', 'Examples', 'vendor']