-
Notifications
You must be signed in to change notification settings - Fork 1
/
jekyll.yml
71 lines (61 loc) · 1.42 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
69
70
71
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/"
breadcrumbs:
- "/how-to/"
- scope:
path: "_gateway_entities"
type: "gateway_entities"
values:
layout: "gateway_entity"
permalink: "/gateway/entities/:path/"
products:
- gateway
breadcrumbs:
- "/gateway/"
- "/gateway/entities/"
insomnia_run: https://insomnia.rest/run/
# product name vars
base_gateway: Kong Gateway
ee_product_name: Kong Gateway Enterprise
konnect_short_name: Konnect
mesh_product_name: Kong Mesh
kic_product_name: Kong Ingress Controller
repos:
developer: https://github.com/Kong/developer.konghq.com
developer_raw: https://raw.githubusercontent.com/Kong/developer.konghq.com
docs: https://github.com/Kong/docs.konghq.com
plugin_schemas_path: app/.repos/kong-plugins/json_schemas