Skip to content

Commit

Permalink
Set up 0.12 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuchan committed Apr 4, 2016
1 parent ab2822b commit 63631ef
Show file tree
Hide file tree
Showing 77 changed files with 10,152 additions and 11 deletions.
85 changes: 85 additions & 0 deletions config.toml
Expand Up @@ -1065,6 +1065,91 @@ SectionPagesMenu = "products"
url = "https://github.com/influxdb/telegraf/tree/master/plugins/inputs/kafka_consumer"
parent = "services"

# InfluxDB v0.12 Menu
[[menu.influxdb_012]]
name = "Introduction"
identifier = "introduction"
weight = 0
url = "/influxdb/v0.12/introduction/"
[[menu.influxdb_012]]
name = "Guides"
identifier = "guides"
weight = 10
url = "/influxdb/v0.12/guides/"
[[menu.influxdb_012]]
name = "Concepts"
identifier = "concepts"
weight = 20
url = "/influxdb/v0.12/concepts/"
[[menu.influxdb_012]]
name = "Troubleshooting"
identifier = "troubleshooting"
weight = 30
url = "/influxdb/v0.12/troubleshooting/"
[[menu.influxdb_012]]
name = "Write Protocols and Plugins"
identifier = "write_protocols"
weight = 40
url = "/influxdb/v0.12/write_protocols/"
[[menu.influxdb_012]]
name = "Query Language"
identifier = "query_language"
weight = 50
url = "/influxdb/v0.12/query_language/"
[[menu.influxdb_012]]
name = "Client Libraries"
identifier = "clients"
weight = 60
url = "/influxdb/v0.12/clients/"
[[menu.influxdb_012]]
name = "Administration"
identifier = "administration"
weight = 70
url = "/influxdb/v0.12/administration/"
[[menu.influxdb_012]]
name = "Tools"
identifier = "tools"
weight = 80
url = "/influxdb/v0.12/tools/"
[[menu.influxdb_012]]
name = "About the Project"
identifier = "about"
weight = 90
url = "/influxdb/v0.12/about/"

# InfluxDB v0.12 Sub-Menu - Introduction
[[menu.influxdb_012]]
name = "Download"
identifier = "download"
weight = 0
url = "https://influxdata.com/downloads/#influxdb"
parent = "introduction"

# InfluxDB v0.12 Sub-Menu - About
[[menu.influxdb_012]]
name = "Release Notes/Changelog"
identifier = "changelog"
weight = 0
url = "https://github.com/influxdb/influxdb/blob/master/CHANGELOG.md"
parent = "about"
[[menu.influxdb_012]]
name = "Contributing"
identifier = "contributing"
weight = 10
url = "https://github.com/influxdb/influxdb/blob/master/CONTRIBUTING.md"
parent = "about"
[[menu.influxdb_012]]
name = "CLA"
identifier = "cla"
weight = 20
url = "https://influxdata.com/community/cla/"
parent = "about"
[[menu.influxdb_012]]
name = "Licenses"
identifier = "licenses"
weight = 30
url = "https://github.com/influxdb/influxdb/blob/master/LICENSE"
parent = "about"

# InfluxDB v0.11 Menu
[[menu.influxdb_011]]
Expand Down
2 changes: 1 addition & 1 deletion content/influxdb/v0.10/index.md
Expand Up @@ -7,7 +7,7 @@ menu:
influxdb:
name: v0.10
identifier: influxdb_010
weight: 10
weight: 20
---

InfluxDB is a [time series database](https://en.wikipedia.org/wiki/Time_series_database) built from the ground up to handle high write and query loads.
Expand Down
2 changes: 1 addition & 1 deletion content/influxdb/v0.11/clustering/cluster_node_config.md
@@ -1,6 +1,6 @@
---
title: Cluster Node Configuration

newversionredirect: /concepts/011_vs_012/#clustering-updates
menu:
influxdb_011:
weight: 20
Expand Down
1 change: 1 addition & 0 deletions content/influxdb/v0.11/clustering/cluster_setup.md
@@ -1,5 +1,6 @@
---
title: Cluster Setup
newversionredirect: /concepts/011_vs_012/#clustering-updates
menu:
influxdb_011:
weight: 10
Expand Down
1 change: 1 addition & 0 deletions content/influxdb/v0.11/clustering/index.md
@@ -1,5 +1,6 @@
---
title: Clustering
newversionredirect: /concepts/011_vs_012/#clustering-updates
menu:
influxdb_011:
weight: 55
Expand Down
1 change: 1 addition & 0 deletions content/influxdb/v0.11/concepts/010_vs_011.md
@@ -1,5 +1,6 @@
---
title: Differences Between InfluxDB 0.11 and 0.10
newversionredirect: /concepts/011_vs_012/
menu:
influxdb_011:
weight: 30
Expand Down
1 change: 1 addition & 0 deletions content/influxdb/v0.11/concepts/011_vs_previous.md
@@ -1,5 +1,6 @@
---
title: Differences between InfluxDB 0.11 and versions prior to 0.10
newversionredirect: /concepts/012_vs_previous/
menu:
influxdb_011:
weight: 40
Expand Down
2 changes: 1 addition & 1 deletion content/influxdb/v0.11/index.md
Expand Up @@ -5,7 +5,7 @@ menu:
influxdb:
name: v0.11
identifier: influxdb_011
weight: 0
weight: 10
---

InfluxDB is a [time series database](https://en.wikipedia.org/wiki/Time_series_database) built from the ground up to handle high write and query loads.
Expand Down
3 changes: 3 additions & 0 deletions content/influxdb/v0.12/about.md
@@ -0,0 +1,3 @@
---
title: About InfluxDB
---

0 comments on commit 63631ef

Please sign in to comment.