-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #203 from eclipse/treo/discourse
Link people to new community instead of gitter
- Loading branch information
Showing
40 changed files
with
75 additions
and
146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,12 +14,12 @@ | |
# You can create any custom variable you would like, and they will be accessible | ||
# in the templates via {{ site.myvariable }}. | ||
title: Deeplearning4j | ||
email: [email protected] | ||
email: [email protected] | ||
description: >- # this means to ignore newlines until "baseurl:" | ||
Open source, distributed deep learning for the JVM | ||
baseurl: "" # the subpath of your site, e.g. /blog | ||
url: "" # the base hostname & protocol for your site, e.g. http://example.com | ||
twitter_username: deeplearning4j | ||
twitter_username: KonduitAi | ||
github_username: deeplearning4j | ||
|
||
plugins: | ||
|
@@ -35,8 +35,8 @@ theme: minima | |
|
||
# dl4j variables | ||
versionString: latest | ||
latestVersion: 1.0.0-beta4 | ||
versionUri: 100-beta4 | ||
latestVersion: 1.0.0-beta6 | ||
versionUri: 100-beta6 | ||
|
||
# collections | ||
collections_dir: docs | ||
|
@@ -50,18 +50,18 @@ defaults: | |
github_raw_base: https://raw.githubusercontent.com/deeplearning4j/dl4j-examples/master/tutorials/ | ||
- scope: | ||
path: "" | ||
type: 100-beta4 | ||
type: 100-beta6 | ||
values: | ||
layout: guide | ||
version: 1.0.0-beta4 | ||
version: 1.0.0-beta6 | ||
presetsversion: 1.5 | ||
cudaVersion: 10.1 | ||
- scope: | ||
path: "" | ||
type: latest | ||
values: | ||
layout: guide | ||
version: 1.0.0-beta4 | ||
version: 1.0.0-beta6 | ||
presetsversion: 1.5 | ||
cudaVersion: 10.1 | ||
|
||
|
@@ -76,7 +76,7 @@ collections: | |
permalink: /docs/latest/:name | ||
v100-beta2: | ||
output: true | ||
permalink: /docs/1.0.0-beta4/:name | ||
permalink: /docs/1.0.0-beta2/:name | ||
|
||
|
||
# Exclude from processing. | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,5 +43,4 @@ | |
</div> | ||
</main> | ||
|
||
{% include cn-gitterbtn.html %} | ||
{% include cn-footer.html %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1 @@ | ||
/* Gitter Customized Button */ | ||
|
||
.dl4j-gitter-open-chat-button:active { | ||
color: #eee; | ||
} | ||
|
||
.dl4j-gitter-open-chat-button:focus, | ||
.dl4j-gitter-open-chat-button:hover { | ||
background-color: #3ea07f; | ||
color: #fff; | ||
} | ||
|
||
.dl4j-gitter-open-chat-button, | ||
.dl4j-gitter-open-chat-button:visited { | ||
position: fixed; | ||
right: 10px; | ||
bottom: 0; | ||
z-index: 100; | ||
box-sizing: border-box; | ||
padding: 1em 3em; | ||
border: 0; | ||
border-top-left-radius: .5em; | ||
border-top-right-radius: .5em; | ||
background-color: #36bc98; | ||
color: #fff; | ||
text-align: center; | ||
text-decoration: none; | ||
letter-spacing: 1px; | ||
font-size: 12px; | ||
font-family: sans-serif; | ||
cursor: pointer; | ||
cursor: hand; | ||
} | ||
|
||
|
||
/* End of Gitter Customized Button */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.