forked from Kong/docs.konghq.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jekyll.yml
80 lines (72 loc) · 2.51 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
# Build settings
source: app
destination: dist
permalink: pretty
timezone: America/San_Francisco
markdown: redcarpet
redcarpet:
extensions:
- fenced_code_blocks
- no_intra_emphasis
- autolink
- with_toc_data
- strikethrough
- lax_html_blocks
- superscript
- tables
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."
documentation: docs
links:
web: https://getkong.org
share: http://getkong.org # legacy link, must maintain for social sharing counters
download: https://github.com/Mashape/kong/releases/download
instaclustr: "https://www.instaclustr.com/products/kong/?utm_source=partnership&utm_medium=link&utm_campaign=mashape"
repos:
kong: https://github.com/Mashape/kong
docs: https://github.com/Mashape/getkong.org
vagrant: https://github.com/Mashape/kong-vagrant
homebrew: https://github.com/Mashape/homebrew-kong
cloudformation: https://github.com/Mashape/kong-dist-cloudformation
oauth2_hello_world: https://github.com/Mashape/kong-oauth2-hello-world
gems:
- jekyll-redirect-from
defaults:
- scope:
path: ''
values:
layout: 'page'
- scope:
path: 'install'
values:
layout: 'install'
- scope:
path: 'docs'
values:
layout: 'docs'
- scope:
path: 'about'
values:
layout: 'about'
header_html: '<a class="github-button" href="https://github.com/Mashape/kong" data-style="mega" data-count-href="/Mashape/kong/stargazers" data-count-api="/repos/Mashape/kong#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star Mashape/kong on GitHub">Star</a> <a class="github-button" href="https://github.com/Mashape/kong/fork" data-icon="octicon-repo-forked" data-style="mega" data-count-href="/Mashape/kong/network" data-count-api="/repos/Mashape/kong#forks_count" data-count-aria-label="# forks on GitHub" aria-label="Fork Mashape/kong on GitHub">Fork</a>'
breadcrumbs:
About: /about
- scope:
path: 'plugins'
values:
layout: 'plugin'
header_btn_text: Report Bug
header_btn_href: https://github.com/Mashape/kong/issues/new
header_btn_target: _blank
id: page-plugin
breadcrumbs:
Plugins: /plugins
nav:
- label: Getting Started
items:
- label: Installation
- label: Configuration