forked from prebid/prebid.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·127 lines (105 loc) · 2.24 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
# name of the software
name: Prebid.js
# current version of the software
version: 1.0.0
# url of the download button
downloadUrl: https://github.com/prebid/Prebid.js/releases
# licence of the software
license: Apache License
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0
# list of additional links on the right of the top menu
headerLinks:
- title: GitHub
url: https://github.com/prebid/Prebid.js
# list if additional links on the footer
footerLinks:
- title: GitHub
url: https://github.com/prebid/Prebid.js
- title: Issues
url: https://github.com/prebid/Prebid.js/issues?state=open
# - title: About Us
# url: /about.html
# header
header:
#color1: "#0084B4"
#color1: "#55acee"
color1: "#3b88c3"
#color1: "#2ABBB0"
#color1: "#080331"
#color2: "#673051"
trianglify: false
# google analytics
analytics:
account:
domain:
# github buttons
githubButton:
user: prebid
repo: Prebid.js
# twitter buttons
twitter:
enabled: true
via:
hash: prebidjs
account:
# facebook buttons
facebook:
enabled: false
profileUrl:
# Build settings
markdown: kramdown
nav_sections:
- top_nav: beta
code: current
name: CURRENT BETA
- top_nav: beta
code: past
name: PAST BETA
- top_nav: dev_docs
code: quick-start
name: QUICK START
- top_nav: dev_docs
code: prebid-video
name: PREBID VIDEO (BETA)
- top_nav: dev_docs
code: troubleshooting
name: TROUBLESHOOTING
- top_nav: dev_docs
code: reference
name: REFERENCE
- top_nav: dev_docs
code: adaptors
name: ADAPTORS
- top_nav: dev_docs
code: hacking
name: HACKING ON PREBID.JS
- top_nav: overview
code: intro
name: INTRO
- top_nav: overview
code: postbid
name: POST-BID
- top_nav: overview
code: analytics
name: ANALYTICS
- top_nav: overview
code: studies
name: LATEST STUDIES
# - top_nav: beta
# code: BETA PRODUCTS
- top_nav: adops
code: tutorials
name: TUTORIALS
- top_nav: support
code: support
name: SUPPORT
- top_nav: download
code: download
name: DOWNLOAD
port: 80
exclude: ['README.md', 'LICENSE', 'bower.json', 'Gemfile.lock', 'Gemfile']
gems:
- jekyll-mentions
- jemoji
- jekyll-redirect-from
- jekyll-sitemap