-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
79 lines (69 loc) · 1.02 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
# ----
# Site
title: Aviator
description: Jekyll template for API documentation.
url: ""
baseurl: "/api"
google_analytics_key: UA-136321049-1
permalink: pretty
# -----
# Build
timezone: Etc/UTC
collections:
documentation:
title: Documentation
position: 1
api:
title: APIs
position: 2
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