-
Notifications
You must be signed in to change notification settings - Fork 74
/
_config.yml
109 lines (101 loc) · 1.8 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
# ----
# Site
title: Steem Developer
description: Steem Developer Documentation.
baseurl: '/'
url: https://developers.steem.io
google_analytics_key: UA-76480270-4
permalink: /:categories/:title.html
collections:
introduction:
title: Introduction
id: introduction
position: 1
output: true
contributors:
title: Contributors
id: contributors
position: 2
output: true
quickstart:
title: Quickstart
id: quickstart
position: 3
output: true
javascript:
title: Javascript
id: javascript
position: 4
output: true
tutorials:
title: Tutorials
id: tutorials
position: 5
output: true
services:
title: Services
id: services
position: 6
output: true
resources:
title: Resources
id: resources
position: 7
output: true
glossary:
title: Glossary
id: glossary
position: 8
output: true
tutorials-recipes:
title: Recipes
id: tutorials-recipes
position: 9
output: true
tutorials-javascript:
title: Javascript Tutorials
id: tutorials-javascript
position: 10
output: true
tutorials-python:
title: Python Tutorials
id: tutorials-python
position: 11
output: true
apidefinitions:
title: API Definitions
id: apidefinitions
position: 12
output: true
testnet:
title: Testnet
id: testnet
position: 13
output: true
tutorials-ruby:
title: Ruby Tutorials
id: tutorials-ruby
position: 14
output: true
plugins:
- jekyll-sitemap
- jekyll-seo-tag
exclude:
- readme.md
- LICENCE
- vendor
- Makefile
defaults:
-
scope:
path: ""
values:
layout: default
types:
- get
- put
- delete
- post
kramdown:
auto_ids: true
exclude: ['README.md', 'Gemfile.lock', 'Gemfile', 'CONTRIBUTING.md']