Skip to content

Commit

Permalink
Adds Gitter sidecar to docs site
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbrooks12 committed Jan 25, 2019
1 parent be5bb26 commit eb13d9e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 7 additions & 1 deletion OrchidCore/src/orchid/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,10 @@ services:
kotlindoc:
sourceDirs:
- '../../main/java'
- '../../main/kotlin'
- '../../main/kotlin'

allPages:
extraJs:
- "inline:sidebar.js:((window.gitter = { }).chat = { }).options = { room: 'JavaEden/Orchid' }; "
- "https://sidecar.gitter.im/dist/sidecar.v1.js"

1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ allprojects {
apply plugin: "com.dorongold.task-tree"
repositories {
jcenter()
maven { url 'https://dl.bintray.com/javaeden/Eden/' }
maven { url "https://kotlin.bintray.com/kotlinx" }
maven { url 'https://jitpack.io' }
}
Expand Down

0 comments on commit eb13d9e

Please sign in to comment.