-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
63 lines (54 loc) · 1.26 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
# name of the software
name: docs.avchat.net
# current version of the software
version: 3.7.2
# url of the download button
downloadUrl: http://avchat.net
# licence of the software
license: MIT License
licenseUrl: http://opensource.org/licenses/MIT
# list of additional links on the right of the top menu
headerLinks:
- title: Client Area
url: https://nusofthq.com/c/
target: _blank
- title: Discuss AVChat
url: http://discuss.avchat.net
target: _blank
# list if additional links on the footer
footerLinks:
- title: AVChat Documentation on GitHub
url: https://github.com/nusofthq/avchat-documentation
- title: Client Area
url: https://nusofthq.com/c/
- title: Discuss AVChat
url: http://discuss.avchat.net
# header
header:
color1: "#080331"
color2: "#673051"
trianglify: false
# google analytics
analytics:
account:
domain:
# github buttons
githubButton:
user: nusofthq
repo: avchat-documentation
# twitter buttons
twitter:
enabled: true
via:
hash:
account: nusofthq
# facebook buttons
facebook:
enabled: true
profileUrl: https://www.facebook.com/nusoftcompany
exclude: ['README.md', 'LICENSE', 'bower.json', 'Gemfile.lock', 'Gemfile']
gems:
- jekyll-mentions
- jemoji
- jekyll-redirect-from
- jekyll-sitemap