-
Notifications
You must be signed in to change notification settings - Fork 1
/
jekyll.yml
68 lines (57 loc) · 1.2 KB
/
jekyll.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
source: app
destination: dist
permalink: pretty
timezone: America/San_Francisco
markdown: kramdown
kramdown:
syntax_highlighter: rouge
syntax_highlighter_opts:
css_class: "highlight"
guess_lang: true
incremental: true
liquid:
error_mode: strict
keep_files:
- assets
# Site settings
name: Kong Developer
title: Kong Developer
links:
web: https://developer.konghq.com
plugins:
- jekyll-include-cache
- jekyll/vite
# Collections
collections:
gateway_entities:
output: true
how-tos:
output: true
defaults:
- scope:
path: "_how-tos"
type: "how-tos"
values:
layout: "how-to"
permalink: "/how-to/:path/"
content_type: "how-to"
breadcrumbs:
- "/how-to/"
- scope:
path: "_gateway_entities"
type: "gateway_entities"
values:
layout: "gateway_entity"
permalink: "/gateway/entities/:path/"
content_type: "reference"
products:
- gateway
breadcrumbs:
- "/gateway/"
- "/gateway/entities/"
# product name vars
base_gateway: Kong Gateway
konnect_short_name: Konnect
repos:
developer: https://github.com/Kong/developer.konghq.com
docs: https://github.com/Kong/docs.konghq.com