Skip to content

Commit

Permalink
Update mkdocs [doc only]
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Jansen <[email protected]>
  • Loading branch information
farodin91 committed Jul 3, 2020
1 parent 0e9a5f6 commit 4c4f1c5
Show file tree
Hide file tree
Showing 7 changed files with 255 additions and 218 deletions.
4 changes: 2 additions & 2 deletions docs.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM alpine:3.9
FROM alpine:3.12

ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/.local/bin

COPY requirements.txt /mkdocs/
WORKDIR /mkdocs
VOLUME /mkdocs

RUN apk --no-cache --no-progress add py3-pip \
RUN apk --no-cache --no-progress add py3-regex py3-pip \
&& pip3 install --user -r requirements.txt
268 changes: 146 additions & 122 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,19 @@ use the latest versions of the software.

### Version 0.4.1 (Release Date: January 14, 2020)

```xml tab='Maven'
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-core</artifactId>
<version>0.4.1</version>
</dependency>
```

```groovy tab='Gradle'
compile "org.janusgraph:janusgraph-core:0.4.1"
```
=== "Maven"
```xml
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-core</artifactId>
<version>0.4.1</version>
</dependency>
```

=== "Gradle"
```groovy
compile "org.janusgraph:janusgraph-core:0.4.1"
```

**Tested Compatibility:**

Expand Down Expand Up @@ -68,17 +70,19 @@ for each call (only for the first query which defines a property) if the `Vertex
### Version 0.4.0 (Release Date: July 1, 2019)
Legacy documentation: <https://old-docs.janusgraph.org/0.4.0/index.html>

```xml tab='Maven'
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-core</artifactId>
<version>0.4.0</version>
</dependency>
```
=== "Maven"
```xml
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-core</artifactId>
<version>0.4.0</version>
</dependency>
```

```groovy tab='Gradle'
compile "org.janusgraph:janusgraph-core:0.4.0"
```
=== "Gradle"
```groovy
compile "org.janusgraph:janusgraph-core:0.4.0"
```

**Tested Compatibility:**

Expand Down Expand Up @@ -125,17 +129,19 @@ If the config distributed by JanusGraph is used for an existing Solr installatio

### Version 0.3.3 (Release Date: January 11, 2020)

```xml tab='Maven'
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-core</artifactId>
<version>0.3.3</version>
</dependency>
```
=== "Maven"
```xml
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-core</artifactId>
<version>0.3.3</version>
</dependency>
```

```groovy tab='Gradle'
compile "org.janusgraph:janusgraph-core:0.3.3"
```
=== "Gradle"
```groovy
compile "org.janusgraph:janusgraph-core:0.3.3"
```

**Tested Compatibility:**

Expand All @@ -156,17 +162,19 @@ For more information on features and bug fixes in 0.3.3, see the GitHub mileston
### Version 0.3.2 (Release Date: June 16, 2019)
Legacy documentation: <https://old-docs.janusgraph.org/0.3.2/index.html>

```xml tab='Maven'
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-core</artifactId>
<version>0.3.2</version>
</dependency>
```
=== "Maven"
```xml
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-core</artifactId>
<version>0.3.2</version>
</dependency>
```

```groovy tab='Gradle'
compile "org.janusgraph:janusgraph-core:0.3.2"
```
=== "Gradle"
```groovy
compile "org.janusgraph:janusgraph-core:0.3.2"
```

**Tested Compatibility:**

Expand All @@ -187,17 +195,19 @@ For more information on features and bug fixes in 0.3.2, see the GitHub mileston
### Version 0.3.1 (Release Date: October 2, 2018)
Legacy documentation: <https://old-docs.janusgraph.org/0.3.1/index.html>

```xml tab='Maven'
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-core</artifactId>
<version>0.3.1</version>
</dependency>
```
=== "Maven"
```xml
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-core</artifactId>
<version>0.3.1</version>
</dependency>
```

```groovy tab='Gradle'
compile "org.janusgraph:janusgraph-core:0.3.1"
```
=== "Gradle"
```groovy
compile "org.janusgraph:janusgraph-core:0.3.1"
```

**Tested Compatibility:**

Expand All @@ -218,17 +228,19 @@ For more information on features and bug fixes in 0.3.1, see the GitHub mileston
### Version 0.3.0 (Release Date: July 31, 2018)
Legacy documentation: <https://old-docs.janusgraph.org/0.3.0/index.html>

```xml tab='Maven'
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-core</artifactId>
<version>0.3.0</version>
</dependency>
```
=== "Maven"
```xml
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-core</artifactId>
<version>0.3.0</version>
</dependency>
```

```groovy tab='Gradle'
compile "org.janusgraph:janusgraph-core:0.3.0"
```
=== "Gradle"
```groovy
compile "org.janusgraph:janusgraph-core:0.3.0"
```

**Tested Compatibility:**

Expand Down Expand Up @@ -298,17 +310,19 @@ Once the storage version has been set you should remove `graph.allow-upgrade=tru
### Version 0.2.3 (Release Date: May 21, 2019)
Legacy documentation: <https://old-docs.janusgraph.org/0.2.3/index.html>

```xml tab='Maven'
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-core</artifactId>
<version>0.2.3</version>
</dependency>
```
=== "Maven"
```xml
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-core</artifactId>
<version>0.2.3</version>
</dependency>
```

```groovy tab='Gradle'
compile "org.janusgraph:janusgraph-core:0.2.3"
```
=== "Gradle"
```groovy
compile "org.janusgraph:janusgraph-core:0.2.3"
```

**Tested Compatibility:**

Expand All @@ -330,17 +344,19 @@ milestone:
### Version 0.2.2 (Release Date: October 9, 2018)
Legacy documentation: <https://old-docs.janusgraph.org/0.2.2/index.html>

```xml tab='Maven'
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-core</artifactId>
<version>0.2.2</version>
</dependency>
```
=== "Maven"
```xml
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-core</artifactId>
<version>0.2.2</version>
</dependency>
```

```groovy tab='Gradle'
compile "org.janusgraph:janusgraph-core:0.2.2"
```
=== "Gradle"
```groovy
compile "org.janusgraph:janusgraph-core:0.2.2"
```

**Tested Compatibility:**

Expand All @@ -362,17 +378,19 @@ milestone:
### Version 0.2.1 (Release Date: July 9, 2018)
Legacy documentation: <https://old-docs.janusgraph.org/0.2.1/index.html>

```xml tab='Maven'
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-core</artifactId>
<version>0.2.1</version>
</dependency>
```
=== "Maven"
```xml
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-core</artifactId>
<version>0.2.1</version>
</dependency>
```

```groovy tab='Gradle'
compile "org.janusgraph:janusgraph-core:0.2.1"
```
=== "Gradle"
```groovy
compile "org.janusgraph:janusgraph-core:0.2.1"
```

**Tested Compatibility:**

Expand Down Expand Up @@ -405,17 +423,19 @@ is FIXED, a new graph needs to be created to make any change of the
### Version 0.2.0 (Release Date: October 11, 2017)
Legacy documentation: <https://old-docs.janusgraph.org/0.2.0/index.html>

```xml tab='Maven'
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-core</artifactId>
<version>0.2.0</version>
</dependency>
```
=== "Maven"
```xml
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-core</artifactId>
<version>0.2.0</version>
</dependency>
```

```groovy tab='Gradle'
compile "org.janusgraph:janusgraph-core:0.2.0"
```
=== "Gradle"
```groovy
compile "org.janusgraph:janusgraph-core:0.2.0"
```

**Tested Compatibility:**

Expand Down Expand Up @@ -510,17 +530,19 @@ the previous sections and migrate to the `REST_CLIENT`.
### Version 0.1.1 (Release Date: May 11, 2017)
Documentation: <https://old-docs.janusgraph.org/0.1.1/index.html>

```xml tab='Maven'
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-core</artifactId>
<version>0.1.1</version>
</dependency>
```
=== "Maven"
```xml
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-core</artifactId>
<version>0.1.1</version>
</dependency>
```

```groovy tab='Gradle'
compile "org.janusgraph:janusgraph-core:0.1.1"
```
=== "Gradle"
```groovy
compile "org.janusgraph:janusgraph-core:0.1.1"
```

**Tested Compatibility:**

Expand All @@ -542,17 +564,19 @@ milestone:
### Version 0.1.0 (Release Date: April 11, 2017)
Documentation: <https://old-docs.janusgraph.org/0.1.0/index.html>

```xml tab='Maven'
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-core</artifactId>
<version>0.1.0</version>
</dependency>
```

```groovy tab='Gradle'
compile "org.janusgraph:janusgraph-core:0.1.0"
```
=== "Maven"
```xml
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-core</artifactId>
<version>0.1.0</version>
</dependency>
```

=== "Gradle"
```groovy
compile "org.janusgraph:janusgraph-core:0.1.0"
```

**Tested Compatibility:**

Expand Down
Loading

0 comments on commit 4c4f1c5

Please sign in to comment.