Skip to content

Commit ddf0e78

Browse files
authored
Merge pull request #203 from eclipse/treo/discourse
Link people to new community instead of gitter
2 parents d073544 + f918ad4 commit ddf0e78

40 files changed

+75
-146
lines changed

_config.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
# You can create any custom variable you would like, and they will be accessible
1515
# in the templates via {{ site.myvariable }}.
1616
title: Deeplearning4j
17-
email: help@skymind.io
17+
email: paul.dubs@konduit.ai
1818
description: >- # this means to ignore newlines until "baseurl:"
1919
Open source, distributed deep learning for the JVM
2020
baseurl: "" # the subpath of your site, e.g. /blog
2121
url: "" # the base hostname & protocol for your site, e.g. http://example.com
22-
twitter_username: deeplearning4j
22+
twitter_username: KonduitAi
2323
github_username: deeplearning4j
2424

2525
plugins:
@@ -35,8 +35,8 @@ theme: minima
3535

3636
# dl4j variables
3737
versionString: latest
38-
latestVersion: 1.0.0-beta4
39-
versionUri: 100-beta4
38+
latestVersion: 1.0.0-beta6
39+
versionUri: 100-beta6
4040

4141
# collections
4242
collections_dir: docs
@@ -50,18 +50,18 @@ defaults:
5050
github_raw_base: https://raw.githubusercontent.com/deeplearning4j/dl4j-examples/master/tutorials/
5151
- scope:
5252
path: ""
53-
type: 100-beta4
53+
type: 100-beta6
5454
values:
5555
layout: guide
56-
version: 1.0.0-beta4
56+
version: 1.0.0-beta6
5757
presetsversion: 1.5
5858
cudaVersion: 10.1
5959
- scope:
6060
path: ""
6161
type: latest
6262
values:
6363
layout: guide
64-
version: 1.0.0-beta4
64+
version: 1.0.0-beta6
6565
presetsversion: 1.5
6666
cudaVersion: 10.1
6767

@@ -76,7 +76,7 @@ collections:
7676
permalink: /docs/latest/:name
7777
v100-beta2:
7878
output: true
79-
permalink: /docs/1.0.0-beta4/:name
79+
permalink: /docs/1.0.0-beta2/:name
8080

8181

8282
# Exclude from processing.

_includes/cn-gitterbtn.html

Lines changed: 0 additions & 9 deletions
This file was deleted.

_includes/footer.html

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -91,18 +91,14 @@ <h3>Statistics</h3>
9191
<div class="row">
9292
<div class="col-lg-7">
9393
<div class="clearfix">
94-
<a href="https://www.facebook.com/deeplearning4j/" target="_blank" class="social-icon-sm si-dark si-facebook si-dark-round">
95-
<i class="fab fa-facebook"></i>
96-
<i class="fab fa-facebook"></i>
97-
</a>
98-
<a href="https://twitter.com/deeplearning4j" target="_blank" class="social-icon-sm si-dark si-twitter si-dark-round">
99-
<i class="fab fa-twitter"></i>
100-
<i class="fab fa-twitter"></i>
101-
</a>
102-
<a href="https://github.com/deeplearning4j/deeplearning4j/" target="_blank" class="social-icon-sm si-dark si-github si-dark-round">
103-
<i class="fab fa-github"></i>
104-
<i class="fab fa-github"></i>
105-
</a>
94+
<a href="https://twitter.com/KonduitAi" target="_blank" class="social-icon-sm si-dark si-twitter si-dark-round">
95+
<i class="fab fa-twitter"></i>
96+
<i class="fab fa-twitter"></i>
97+
</a>
98+
<a href="https://github.com/eclipse/deeplearning4j/" target="_blank" class="social-icon-sm si-dark si-github si-dark-round">
99+
<i class="fab fa-github"></i>
100+
<i class="fab fa-github"></i>
101+
</a>
106102
</div>
107103
</div>
108104
<div class="col-lg-5">

_includes/nav.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@
5151
<a href="javascript:void(0)" class="search-open"><i class="fa fa-search"></i></a>
5252
</li>-->
5353
<li class="list-inline-item">
54-
<a href="https://gitter.im/deeplearning4j/deeplearning4j" target="_blank" class="gitter-btn" data-toggle="tooltip" data-original-title="Chat with us"><i class="fab fa-gitter"></i></a>
54+
<a href="https://community.konduit.ai/" target="_blank" class="gitter-btn" data-toggle="tooltip" data-original-title="Join the community"><i class="fab fa-discourse"></i></a>
5555
</li>
5656
<li class="list-inline-item">
57-
<a href="https://github.com/deeplearning4j/deeplearning4j" target="_blank" class="gitter-btn"><i class="fab fa-github"></i></a>
57+
<a href="https://github.com/eclipse/deeplearning4j" target="_blank" class="gitter-btn"><i class="fab fa-github"></i></a>
5858
</li>
5959
</ul>
6060
</div><!--right nav icons-->

_includes/topbar.html

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,21 @@
44
<div class="float-sm-right">
55
<ul class="list-inline mb0">
66
<li class="list-inline-item">
7-
<a href="https://github.com/deeplearning4j/deeplearning4j/" target="_blank" class="social-icon-sm si-gray si-gray-round si-github">
7+
<a href="https://github.com/eclipse/deeplearning4j/" target="_blank" class="social-icon-sm si-gray si-gray-round si-github">
88
<i class="fab fa-github"></i>
99
<i class="fab fa-github"></i>
1010
</a>
1111
</li>
1212
<li class="list-inline-item">
13-
<a href="https://twitter.com/deeplearning4j" target="_blank" class="social-icon-sm si-gray si-gray-round si-twitter">
13+
<a href="https://twitter.com/KonduitAi" target="_blank" class="social-icon-sm si-gray si-gray-round si-twitter">
1414
<i class="fab fa-twitter"></i>
1515
<i class="fab fa-twitter"></i>
1616
</a>
1717
</li>
1818
<li class="list-inline-item">
19-
<a href="https://www.facebook.com/deeplearning4j/" target="_blank" class="social-icon-sm si-gray si-gray-round si-facebook">
20-
<i class="fab fa-facebook"></i>
21-
<i class="fab fa-facebook"></i>
22-
</a>
23-
</li>
24-
<li class="list-inline-item">
25-
<a href="https://gitter.im/deeplearning4j/deeplearning4j" target="_blank" class="social-icon-sm si-gray si-gray-round si-yahoo">
26-
<i class="fab fa-gitter"></i>
27-
<i class="fab fa-gitter"></i>
19+
<a href="https://community.konduit.ai/" target="_blank" class="social-icon-sm si-gray si-gray-round si-yahoo">
20+
<i class="fab fa-discourse"></i>
21+
<i class="fab fa-discourse"></i>
2822
</a>
2923
</li>
3024
</ul>

_layouts/cn-default.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,4 @@
4343
</div>
4444
</main>
4545

46-
{% include cn-gitterbtn.html %}
4746
{% include cn-footer.html %}

_layouts/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ <h1 class="title">Deep Learning <br>for Java</h1>
3535
<div class="row">
3636
<div class="col-lg-9 pt10">
3737
<h3 class="text-white">
38-
Join the Eclipse Deeplearning4j community on Gitter.
38+
Join the Eclipse Deeplearning4j community forums.
3939
</h3>
4040
</div>
4141
<div class="col-lg-3 pt0">
42-
<a href="https://gitter.im/deeplearning4j/deeplearning4j" target="_blank" class="btn btn-lg btn-outline-white btn-rounded" role="button">
43-
Chat Now <i class="fab fa-gitter"></i>
42+
<a href="https://community.konduit.ai/" target="_blank" class="btn btn-lg btn-outline-white btn-rounded" role="button">
43+
Join Now <i class="fab fa-discourse"></i>
4444
</a>
4545
</div>
4646
</div>

assets/styles/dl4j.css

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1 @@
1-
/* Gitter Customized Button */
21

3-
.dl4j-gitter-open-chat-button:active {
4-
color: #eee;
5-
}
6-
7-
.dl4j-gitter-open-chat-button:focus,
8-
.dl4j-gitter-open-chat-button:hover {
9-
background-color: #3ea07f;
10-
color: #fff;
11-
}
12-
13-
.dl4j-gitter-open-chat-button,
14-
.dl4j-gitter-open-chat-button:visited {
15-
position: fixed;
16-
right: 10px;
17-
bottom: 0;
18-
z-index: 100;
19-
box-sizing: border-box;
20-
padding: 1em 3em;
21-
border: 0;
22-
border-top-left-radius: .5em;
23-
border-top-right-radius: .5em;
24-
background-color: #36bc98;
25-
color: #fff;
26-
text-align: center;
27-
text-decoration: none;
28-
letter-spacing: 1px;
29-
font-size: 12px;
30-
font-family: sans-serif;
31-
cursor: pointer;
32-
cursor: hand;
33-
}
34-
35-
36-
/* End of Gitter Customized Button */

cn/about.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h2><p>媒体报道</p></h2>
3030
<thead>
3131
<tr>
3232
<th>姓名</th>
33-
<th><a href="https://gitter.im/deeplearning4j/deeplearning4j" title="Deeplearning4j Gitter" target="_blank">Gitter ID</a></th>
33+
<th>Github ID</th>
3434
<th>组织</th>
3535
<th>时区</th>
3636
</tr>
@@ -68,7 +68,7 @@ <h2><p>媒体报道</p></h2>
6868
<thead>
6969
<tr>
7070
<th>姓名</th>
71-
<th><a href="https://gitter.im/deeplearning4j/deeplearning4j" title="Deeplearning4j Gitter" target="_blank">Gitter ID</a></th>
71+
<th>Github ID</th>
7272
<th>组织</th>
7373
<th>时区</th>
7474
</tr>
@@ -145,7 +145,7 @@ <h2><p>媒体报道</p></h2>
145145

146146
<br />
147147
<p><h2>Skymind公司的工作机会</h2></p>
148-
<p>我们从开源贡献者中择选聘用公司成员。若想申请获得工作机会,从而与我们一道,参与建设深度学习的未来,就请加入我们在 <a href="https://gitter.im/deeplearning4j/deeplearning4j" title="Deeplearning4j Gitter" target="_blank">Gitter</a> 的社区,在 <a href="https://github.com/deeplearning4j" title="fork deeplearning4j" target="_blank">Github</a> 上fork(复制一份)我们的项目并与我们合作。我们会酌情聘选公司成员!共同开发比面试更能让我们了解你,而且很可能会更具乐趣。</p>
148+
<p>我们从开源贡献者中择选聘用公司成员。若想申请获得工作机会,从而与我们一道,参与建设深度学习的未来,就请加入我们在 <a href="https://community.konduit.ai/" title="Deeplearning4j Community" target="_blank">Community Forums</a> 的社区,在 <a href="https://github.com/deeplearning4j" title="fork deeplearning4j" target="_blank">Github</a> 上fork(复制一份)我们的项目并与我们合作。我们会酌情聘选公司成员!共同开发比面试更能让我们了解你,而且很可能会更具乐趣。</p>
149149

150150
<p><h2>引用Deeplearning4j</h2></p>
151151
<p>如果你计划发表学术论文,希望引用Deeplearning4j,则请使用以下格式:

cn/buildinglocally.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ <h3>Linux 与 OS X</h3></p>
334334
<br />
335335

336336
<p><h2>技术支持与协助</h2></p>
337-
<p>如果您在本地构建过程中遇到任何问题,Deeplearning4j 的<a href="https://gitter.im/deeplearning4j/deeplearning4j/earlyadopters" target="_blank">早期用户交流群</a>专门针对构建问题和其他根源问题提供协助。请在Gitter上寻求帮助</p>
337+
<p>如果您在本地构建过程中遇到任何问题,Deeplearning4j 的<a href="https://community.konduit.ai/" target="_blank">早期用户交流群</a>专门针对构建问题和其他根源问题提供协助。</p>
338338

339339

340340

0 commit comments

Comments
 (0)