Skip to content

Commit

Permalink
Fix imports in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
wzorgdrager committed Apr 29, 2019
1 parent 148fe70 commit f65d9ea
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/pages/mydoc/mydoc_elastic_search.md
Expand Up @@ -13,9 +13,9 @@ output stage, you will need to run version 5.1.2 of ElasticSearch and open up po
the Flink repository.

### Installation

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.codefeedr/codefeedr-core_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.codefeedr/codefeedr-core_2.12)
```scala
dependencies += "org.codefeedr" %% "codefeedr-elasticsearch" % "0.1-SNAPSHOT"
dependencies += "org.codefeedr" %% "codefeedr-plugin-elasticsearch" % "LATEST_VERSION"
```

### Configuration
Expand Down
3 changes: 1 addition & 2 deletions docs/pages/mydoc/mydoc_ghtorrent.md
Expand Up @@ -13,10 +13,9 @@ With the help of the GHTorrent plugin you can either hook into our CodeFeedr ser
## Installation
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.codefeedr/codefeedr-core_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.codefeedr/codefeedr-core_2.12)
```scala
dependencies += "org.codefeedr" %% "codefeedr-ghtorrent" % "LATEST_VERSION"
dependencies += "org.codefeedr" %% "codefeedr-plugin-ghtorrent" % "LATEST_VERSION"
```


## Stages
In general the GHTorrent plugin provides stages to mirror and parse (parts) of GHTorrent. In general, its important that you have access to the GHTorrent streaming service. This involves adding your public key to their repository. Please read [this page](http://ghtorrent.org/services.html) on details how to add your key.

Expand Down
4 changes: 2 additions & 2 deletions docs/pages/mydoc/mydoc_github.md
Expand Up @@ -8,9 +8,9 @@ permalink: mydoc_github.html

The GitHub plugin provides stages for interaction with the [GitHubAPI](https://developer.github.com/v3/?).
## Installation

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.codefeedr/codefeedr-core_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.codefeedr/codefeedr-core_2.12)
```scala
dependencies += "org.codefeedr" %% "codefeedr-github" % "0.1-SNAPSHOT"
dependencies += "org.codefeedr" %% "codefeedr-plugin-github" % "LATEST_VERSION"
```

## Stages
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/mydoc/mydoc_mongo.md
Expand Up @@ -11,9 +11,9 @@ data from a Mongo collection, or creating such data by streaming into it. It als
key manager

## Installation

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.codefeedr/codefeedr-core_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.codefeedr/codefeedr-core_2.12)
```scala
dependencies += "org.codefeedr" %% "codefeedr-mongodb" % "0.1-SNAPSHOT"
dependencies += "org.codefeedr" %% "codefeedr-plugin-mongodb" % "LATEST_VERSION"
```

## Stages
Expand Down

0 comments on commit f65d9ea

Please sign in to comment.