forked from LivePersonInc/developer-center
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
87 lines (68 loc) · 2.36 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
topnav_title: LivePerson Developer Center
# this appears on the top navigation bar next to the home button
site_title: LivePerson Developer Center
# this appears in the html browser tab for the site title (seen mostly by search engines, not users)
company_name: LivePerson
# this appears in the footer
disqus_shortname:
# if you're using disqus for comments, add the shortname here. if not, leave this value blank.
host: 127.0.0.1
# the preview server used. Leave as is.
port: 4000
# the port where the preview is rendered. You can leave this as is unless you have other Jekyll builds using this same port that might cause conflicts. in that case, use another port such as 4006.
google_analytics: UA-96175782-1
extlinks:
attributes: {target: _blank, onclick: "linkclick(event, this)"}
# This tells the extlinks plugin which attribute to add to links
url: https://developers.liveperson.com
# needed for the sitemap plugin
plugins:
# - algoliasearch-jekyll
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-feed
- jekyll-last-modified-at
algolia:
application_id: "EICOREWTRW"
index_name: "devMain"
# also index the following html elements
files_to_exclude:
- _exclude/**/*
- _exclude/**/**/*
# values for the Algolia plugin
github: [metadata]
# needed so that GitHub APIs don't throw a fit
exclude:
- .idea/
- .gitignore
- node_modules
- gulpfile.js
- vendor
# these are the files and directories that jekyll will exclude from the build
highlighter: rouge
# library used for syntax highlighting
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
hard_wrap: false
syntax_highlighter: rouge
smart_quotes: ["apos", "apos", "quot", "quot"]
# filter used to process markdown. note that kramdown differs from github-flavored markdown in some subtle ways
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
comments: true
search: true
description: "The LivePerson Developer Center is the main hub for documentation of LivePerson APIs and SDKs."
# the description is used in the feed.xml file
Copyright: "https://www.liveperson.com/policies/copyright"
Disclaimer: "https://www.liveperson.com/policies/disclaimer"
TermsofUse: "https://www.liveperson.com/policies/terms-of-use"
APITermsofUse: "https://www.liveperson.com/policies/apitou"
PrivacyPolicy: "https://www.liveperson.com/policies/privacy"
# footer links