This repository has been archived by the owner on Jan 27, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path_config.yml
199 lines (184 loc) · 4.46 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
markdown: redcarpet
redcarpet:
extensions: ["no_intra_emphasis", "tables", "autolink", "strikethrough", "with_toc_data"]
kramdown:
input: GFM
name: Solidus Guides
exclude:
- CONTRIBUTING.md
- Gemfile
- Gemfile.lock
- LICENSE.md
- README.md
- go
- vendor
permalink: pretty
highlighter: rouge
sass:
style: :compressed
# Author/Organization info to be displayed in the templates
author:
name: Ash Kamel
url: https://solidus.io
# Point the logo URL at a file in your repo or hosted elsewhere by your organization
logourl: /assets/img/solidus-logo.png
logoalt: Solidus Logo
# To expand all navigation bar entries by default, set this property to true:
expand_nav: true
# Navigation
# List links that should appear in the site sidebar here
navigation:
- text: Introduction
internal: true
- text: Users
url: users/
internal: true
children:
- text: Orders
url: orders/
internal: true
expand_nav: false
children:
- text: Editing Orders
url: editing_orders/
internal: true
- text: Entering Orders
url: entering_orders/
internal: true
- text: Order States
url: order_states/
internal: true
- text: Processing Orders
url: processing_orders/
internal: true
- text: Returning Orders
url: returning_orders/
internal: true
- text: Searching Orders
url: searching_orders/
internal: true
- text: Payments
url: payments/
expand_nav: false
internal: true
children:
- text: Payment methods
url: payment_methods/
internal: true
- text: Payment States
url: payment_states/
internal: true
- text: Products
url: products/
expand_nav: false
internal: true
children:
- text: Cloning Products
url: cloning_products/
internal: true
- text: Creating Products
url: creating_products/
internal: true
- text: Deleting Products
url: deleting_products/
internal: true
- text: Editing Products
url: editing_products/
internal: true
- text: Product Options
url: product_options/
internal: true
- text: Product Properties
url: product_properties/
internal: true
- text: Product Prototypes
url: product_prototypes/
internal: true
- text: Searching Products
url: searching_products/
internal: true
- text: Shipments
url: shipments/
expand_nav: false
internal: true
children:
- text: Calculators
url: calculators/
internal: true
- text: Shipping Categories
url: shipping_categories/
internal: true
- text: Shipping Methods
url: shipping_methods/
internal: true
- text: Zones
url: zones/
internal: true
- text: Stock
url: stock/
internal: true
- text: Promotions
url: promotions/
internal: true
- text: Reports
url: reports/
internal: true
- text: Configuration
url: configuration/
internal: true
expand_nav: false
children:
- text: Configuring Analytics
url: configuring_analytics/
internal: true
- text: Configuring Settings
url: configuring_general_settings/
internal: true
- text: Configuring Geography
url: configuring_geography/
internal: true
- text: Configuring Inventory
url: configuring_inventory/
internal: true
- text: Configuring Shipping
url: configuring_shipping/
internal: true
- text: Configuring Taxes
url: configuring_taxes/
internal: true
- text: Configuring Taxonomies
url: configuring_taxonomies/
internal: true
repos:
- name: Guides Template
description: Main repository
url: https://github.com/solidusio/solidus_guides
back_link:
url: "https://ajkamel.github.io/solidus-guides/"
text: Read more Solidus Guides
google_analytics_ua:
collections:
pages:
output: true
permalink: /:path/
baseurl: '/solidus-guides'
defaults:
- scope:
path: ""
values:
layout: "guides_style_18f_default"
# Configuration for jekyll_pages_api_search plugin gem.
jekyll_pages_api_search:
# Uncomment this to speed up site generation while developing.
#skip_index: true
# Each member of `index_fields` should correspond to a field generated by
# the jekyll_pages_api. It can hold an optional `boost` member as a signal
# to Lunr.js to weight the field more highly (default is 1).
index_fields:
title:
boost: 10
tags:
boost: 10
url:
boost: 5
body: