Skip to content

Commit

Permalink
Changes requested by Alex
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyrazorblade authored and adejanovski committed Sep 27, 2017
1 parent ff6b3ab commit fb171d9
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 104 deletions.
2 changes: 1 addition & 1 deletion src/docs/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publishDir = "../../docs"

[[menu.main]]
name = "Downloads"
url = "/docs/install/"
url = "/docs/download/"

[[menu.main]]
name = "FAQ"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
+++
[menu.docs]
name = "Pre built packages"
identifier = "packages"
name = "Downloads"
weight = 1
parent = "download_install"
identifier = "download"
+++




# Downloads and Installation

The current stable version is [0.6.2](https://github.com/thelastpickle/cassandra-reaper/releases/tag/0.6.2) :
Expand All @@ -25,3 +22,6 @@ The latest beta version is [0.7.0-beta-25082017](https://github.com/thelastpickl


For a docker image, please see the Docker section.


Once you've downloaded the proper package for your OS, head over to the [Install and Run](install) section.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name = "Building from Source"
identifier = "building"
weight = 4
parent = "download_install"
parent = "download"
+++

# Building Install Packages
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[menu.docs]
name = "Docker"
weight = 50
parent = "download_install"
parent = "download"
+++

# Docker
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
+++
[menu.docs]
name = "Download and Install"
name = "Install and Run"
weight = 1
identifier = "download_install"
identifier = "install"
parent = "download"
+++



# Running Reaper

After modifying the `resource/cassandra-reaper.yaml` config file, Reaper can be started using the following command line :
Expand Down
94 changes: 0 additions & 94 deletions src/docs/content/download.md

This file was deleted.

0 comments on commit fb171d9

Please sign in to comment.