-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy path_config.yml
50 lines (50 loc) · 1.19 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
title: "API reference"
email: [email protected]
app_scopes: ["carts_price_write", "carts_read", "customers_read", "customers_write", "coupons_read", "coupons_write", "legal_read", "legal_write", "newsletters_read", "orders_read", "orders_write", "products_read", "products_write", "products_read_batch", "scripttags_read", "scripttags_write"]
url: "https://developer.epages.com"
twitter_username: epagesdevs
github_username: ePages-de
youtube_username: UCI5hX9kgUGFnYpfxZYxlP0Q
linkedin_username: epages
xing_username: epagesgmbh
instagram_username: life_at_epages
baseurl: ""
github_url: "https://github.com/ePages-de/epages-docs"
future: true
raml:
- key_prefix: "apps-api-"
url_prefix: "apps/api-reference/"
root_file: "_raml/apps/api.raml"
api_versions: "_raml/**/*/api.raml"
sass:
sass_dir: _sass
style: compressed
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
include:
- _pages
exclude:
- build.sh
- Capfile
- CONTRIBUTING.md
- Dockerfile
- Vagrantfile
- Jenkinsfile
- docker-compose.yml
- Gemfile
- Gemfile.lock
- LICENSE-CC-BY-40.txt
- LICENSE-MIT.txt
- Rakefile
- README.md
- config/
- vendor
- firebase.json
gem:
- jekyll-include-cache
plugins:
- bourbon
- neat
- rouge