-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
79 lines (70 loc) · 1.13 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: SophiaTX Developers
description: SophiaTX Developers Documentation
url: https://developers.sophiatx.com
google_analytics_key:
permalink: /:categories/:title.html
collections:
introduction:
title: Introduction
id: introduction
position: 1
output: true
quickstart:
title: Quickstart
id: quickstart
position: 3
output: true
tutorials:
title: Tutorials
id: tutorials
position: 5
output: true
sdks:
title: SDKS
id: sdks
position: 6
output: true
apidefinitions:
title: API Definitions
id: apidefinitions
position: 7
output: true
demos:
title: DEMOS
id: demos
position: 8
output: true
cli_wallet:
title: Cli Wallet
id: cli_wallet
position: 9
output: true
glossary:
title: Glossary
id: glossary
position: 10
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
plugins_dir: ./_plugins