forked from SwedbankPay/developer.swedbankpay.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
85 lines (84 loc) · 2.63 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
repository: SwedbankPay/developer.swedbankpay.com
theme: swedbank-pay-design-guide-jekyll-theme
exclude:
- Gemfile*
- Rakefile
- .elasticsearch-data
- "*.json"
- "*.yml"
- CODEOWNERS
- LICENSE
- README.md
plugins:
- jemoji
- jekyll-material-icon-tag
- kramdown-plantuml
- jekyll-redirect-from
- searchyll
- swedbank-pay-design-guide-jekyll-theme
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
guess_lang: true
default_lang: html
css_class: code-view
code_class: code-view-code
table_class: code-view-table
gutter_class: code-view-numbers
block:
line_numbers: true
start_line: 1
plantuml:
theme:
name: swedbankpay
directory: assets
tipue_search:
include:
pages: true
opengraph:
description: Swedbank Pay Developer Portal
image: /assets/img/swedbank-pay-developer-portal.png
design_guide:
base_url: https://design.swedbankpay.com
version: 7.1.0
search:
enabled: true
url: /search
topbar:
navigation:
- url: /checkout/
title: Checkout
- url: /payments/
title: Payments
- url: /gift-cards/
title: Gift Cards
- url: /resources/
title: Resources
google_analytics:
tracking_id: UA-156582708-1
defaults:
- values:
layout: default
payment_id: 7e6cdfc3-1276-44e9-9992-7cf4419750e1
transaction_id: ec2a9b09-601a-42ae-8e33-a5737e1cf177
payment_order_id: 09ccd29a-7c4f-4752-9396-12100cbfecce
merchant_id: 5cabf558-5283-482f-b252-4d58e06f6f3b
payment_token: 5a17c24e-d459-4567-bbad-aa0f17a76119
recurrence_token: 2c327f17-1818-425a-9657-5d7d69778b31
unscheduled_token: 064c3cbd-9401-4356-aba2-92cc3484313b
api_host: api.externalintegration.payex.com
api_url: https://api.externalintegration.payex.com
front_end_url: https://ecom.externalintegration.payex.com
consumer_ssn_se: 199710202392
consumer_ssn_no: 26026708248
elasticsearch:
#url: "http://localhost" # Required. Supports auth and SSL: https://user:[email protected]
# Can also read URLs stored in environment variable named
# BONSAI_URL and ELASTICSEARCH_URL.
number_of_shards: 1 # Optional. Default is 1 primary shard.
number_of_replicas: 1 # Optional. Default is 1 replica.
index_name: test-psp-developer # Optional. Default is "jekyll".
default_type: post # Optional. Default type is "post".
environments: # Optional. Set environments where Searchyll should run
- stage # If set will only run in specified environments