forked from json-api/json-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
125 lines (114 loc) · 2.2 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
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
url: http://jsonapi.org
source: .
destination: ./public
# github pages we cannot customize
lsi: false
whitelist:
- jekyll-coffeescript
- jekyll-gist
- jekyll-paginate
- jekyll-redirect-from
- jekyll-mentions
- jekyll-sitemap
- jekyll-feed
- jekyll-seo-tag
- jemoji
incremental: false
gist:
noscript: false
# customize github pages
quiet: false
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
hard_wrap: false
auto_ids: true
auto_id_prefix: auto-id-
auto_id_stripping: true
template: '' # cannot customize
math_engine: mathjax # cannot customize
syntax_highligher: rouge # cannot customize
plugins:
- jekyll-redirect-from
exclude:
- Rakefile
- README.md
- Gemfile
- Gemfile.lock
- CNAME
- .gitignore
- ./public
- ./stylesheets/*.scss
- vendor
port: 9876
collections:
format:
output: true
errors:
output: true
profiles:
output: true
permalink: /:collection/:path
defaults:
- scope:
path: ""
type: format
values:
layout: page
show_sidebar: true
is_spec_page: true
- scope:
path: ""
type: "profiles"
values:
layout: error
is_spec_page: false
show_sidebar: false
- scope:
path: ""
type: "errors"
values:
layout: error
is_spec_page: false
show_sidebar: false
- scope:
path: "*/*/*/index.md"
type: "profiles"
values:
layout: profile
is_spec_page: false
show_sidebar: true
latest_version: 1.0
excerpt_separator: ""
announcement: ""
navigation:
- title: JSON API
url: /
- title: Specification
url: /format/
- title: Extensions
url: /extensions/
- title: Recommendations
url: /recommendations/
- title: Examples
url: /examples/
- title: Implementations
url: /implementations/
- title: FAQ
url: /faq/
- title: About
url: /about/
quicklinks:
- title: View the specification
url: /format/
- title: Contribute on GitHub
url: https://github.com/json-api/json-api
profile_categories:
- Pagination
# these are some other potential categories.
# Uncomment them if you're adding a profile in one of these categories.
# - Filtering
# - Actions/Hypermedia
# - Data Modeling
# - Deep Querying