forked from Kong/docs.konghq.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jekyll.yml
138 lines (120 loc) · 3.88 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
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
# Build settings
source: app
destination: dist
permalink: pretty
timezone: America/San_Francisco
markdown: kramdown
incremental: true
keep_files:
- assets
# Site settings
name: Kong
title: Open-Source API Management and Microservice Management
description: "Secure, Manage & Extend your APIs or Microservices with plugins for authentication, logging, rate-limiting, transformations and more."
links:
web: https://docs.konghq.com
share: https://docs.konghq.com # legacy link, must maintain for social sharing counters
download: https://bintray.com/kong
instaclustr: "https://www.instaclustr.com/products/kong/?utm_source=partnership&utm_medium=link&utm_campaign=mashape"
repos:
kong: https://github.com/Kong/kong
docs: https://github.com/Kong/docs.konghq.com
vagrant: https://github.com/Kong/kong-vagrant
homebrew: https://github.com/Kong/homebrew-kong
cloudformation: https://github.com/Kong/kong-dist-cloudformation
oauth2_hello_world: https://github.com/Kong/kong-oauth2-hello-world
collections:
hub:
output: true
layout: extension
# for Kong platform extensions (not Jekyll)
extensions:
categories:
- name: Authentication
slug: authentication
desc: Protect your services with an authentication layer
- name: Security
slug: security
desc: Protect your services with additional security layer
- name: Traffic Control
slug: traffic-control
desc: Manage, throttle and restrict inbound and outbound API traffic
- name: Serverless
slug: serverless
desc: Invoke serverless functions in combination with other plugins
- name: Analytics & Monitoring
slug: analytics-monitoring
desc: Visualize, inspect and monitor APIs and microservices traffic
- name: Transformations
slug: transformations
desc: Transform request and responses on the fly on Kong
- name: Logging
slug: logging
desc: Log request and response data using the best transport for your infrastructure
- name: Deployment
slug: deployment
desc: Deploy and configure Kong in many environments
types:
- name: plugin
slug: plugin
- name: integration
slug: integration
# - name: dev portal extension
# slug: dev-mod
include:
- _redirects
# location vars
icons_dir: assets/images/icons
plugins:
- jekyll-redirect-from
defaults:
- scope:
path: 'studio'
values:
layout: 'docs'
- scope:
path: ''
values:
layout: 'docs-v2'
- scope:
path: 'install'
values:
layout: 'install'
- scope:
path: 'docs/ee'
values:
layout: 'docs'
- scope:
path: 'getting-started-guide'
values:
layout: 'getting-started-guide'
- scope:
path: 'deck'
values:
layout: 'docs-v2'
- scope:
path: 'mesh'
values:
layout: 'docs-v2'
- scope:
path: 'kubernetes-ingress-controller'
values:
layout: 'docs-v2'
- scope:
path: 'about'
values:
layout: 'about'
header_html: '<a class="github-button" href="https://github.com/Kong/kong" data-style="mega" data-count-href="/Kong/kong/stargazers" data-count-api="/repos/Kong/kong#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star Kong/kong on GitHub">Star</a> <a class="github-button" href="https://github.com/Kong/kong/fork" data-icon="octicon-repo-forked" data-style="mega" data-count-href="/Kong/kong/network" data-count-api="/repos/Kong/kong#forks_count" data-count-aria-label="# forks on GitHub" aria-label="Fork Kong/kong on GitHub">Fork</a>'
breadcrumbs: null
- scope:
type: hub
values:
layout: extension
permalink: /:collection/:path
# product name vars
ee_gateway_name: Kong Gateway (Enterprise)
ee_product_name: Kong Enterprise
ce_product_name: Kong Gateway
base_gateway: Kong Gateway
mesh_product_name: Kong Mesh
kic_product_name: Kubernetes Ingress Controller