-
Notifications
You must be signed in to change notification settings - Fork 5
/
_config.yml
executable file
·90 lines (80 loc) · 1.22 KB
/
_config.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
# ----
# Site
title: ShoutOUT
description: ShoutOUT API Reference
url: https://developers.getshoutout.com
google_analytics_key: UA-41570235-15
permalink: pretty
# -----
# Build
timezone: Etc/UTC
collections:
documentation:
title: Documentation
position: 1
liteapi:
title: Lite API
position: 2
coreapi:
title: CRM API
position: 3
otpapi:
title: OTP API
position: 4
loyaltyapi:
title: Loyalty API
position: 5
rewardsapi:
title: Rewards API
position: 6
plugins:
- jekyll-sitemap
- jekyll-seo-tag
exclude:
- readme.md
- LICENSE
defaults:
-
scope:
path: ""
values:
layout: default
-
scope:
type: "documentation"
values:
_hide_content: true
-
scope:
type: "api"
values:
_hide_content: true
# -----------
# CloudCannon
types:
- get
- put
- delete
- post
languages:
bash: Bash
c: C
css: CSS
html: HTML
java: Java
javascript: JavaScript
json: JSON
php: PHP
python: Python
ruby: Ruby
_options:
content_markdown:
format: p h4 h5 h6
bold: true
italic: true
link: true
bulletedlist: true
numberedlist: true
image: true
table: true
styles: /css/editor.css