adjusted all page weights to new hierarchy, added page wieght info to contribution guidelines

pull/46/head
Scott Anderson 2019-02-06 10:48:09 -07:00
parent b6e7d19f44
commit 30bcf4fda7
191 changed files with 199 additions and 190 deletions

View File

@ -78,6 +78,15 @@ Search engines use this in search results (not the page's h1) and therefore it s
The `name` attribute under the `menu` frontmatter determines the text used in each page's link in the site navigation.
It should be short and assume the context of its parent if it has one.
#### Page Weights
To ensure pages are sorted both by weight and their depth in the directory
structure, pages should be weighted in "levels."
All top level pages are weighted 1-99.
The next level is 101-199.
Then 201-299 and so on.
_**Note:** `_index.md` files should be weighted one level up from the other `.md` files in the same directory._
### Article headings
Use only h2-h6 headings in markdown content.
h1 headings act as the page title and are populated automatically from the `title` frontmatter.

View File

@ -6,7 +6,7 @@ menu:
v2_0:
name: Manage buckets
parent: Manage organizations
weight: 5
weight: 105
---
A **bucket** is a named location where time series data is stored.

View File

@ -6,7 +6,7 @@ menu:
v2_0:
name: Create a bucket
parent: Manage buckets
weight: 1
weight: 201
---
Use the InfluxDB user interface (UI) or the `influx` command line interface (CLI)

View File

@ -6,7 +6,7 @@ menu:
v2_0:
name: Delete a bucket
parent: Manage buckets
weight: 3
weight: 203
---
Use the InfluxDB user interface (UI) or the `influx` command line interface (CLI)

View File

@ -6,7 +6,7 @@ menu:
v2_0:
name: Update a bucket
parent: Manage buckets
weight: 2
weight: 202
---
Use the InfluxDB user interface (UI) or the `influx` command line interface (CLI)

View File

@ -6,7 +6,7 @@ menu:
v2_0:
name: View buckets
parent: Manage buckets
weight: 2
weight: 202
---
## View buckets in the InfluxDB UI

View File

@ -6,7 +6,7 @@ menu:
v2_0:
name: Create an organization
parent: Manage organizations
weight: 1
weight: 101
---
Use the InfluxDB user interface (UI) or the `influx` command line interface (CLI)

View File

@ -6,7 +6,7 @@ menu:
v2_0:
name: Delete an organization
parent: Manage organizations
weight: 4
weight: 104
---
Use the InfluxDB user interface (UI) or the `influx` command line interface (CLI)

View File

@ -6,7 +6,7 @@ menu:
v2_0:
name: Manage members
parent: Manage organizations
weight: 6
weight: 106
---
A **member** is a user that belongs to an organization.

View File

@ -6,7 +6,7 @@ menu:
v2_0:
name: Add a member
parent: Manage members
weight: 1
weight: 201
draft: true
---

View File

@ -6,7 +6,7 @@ menu:
v2_0:
name: Remove a member
parent: Manage members
weight: 3
weight: 203
draft: true
---

View File

@ -6,7 +6,7 @@ menu:
v2_0:
name: View members
parent: Manage members
weight: 2
weight: 202
---
Use the InfluxDB user interface (UI) or the `influx` command line interface (CLI)

View File

@ -6,7 +6,7 @@ menu:
v2_0:
name: Update an organization
parent: Manage organizations
weight: 3
weight: 103
---
Use the InfluxDB user interface (UI) or the `influx` command line interface (CLI)

View File

@ -6,7 +6,7 @@ menu:
v2_0:
name: View organizations
parent: Manage organizations
weight: 2
weight: 102
---
Use the InfluxDB user interface (UI) or the `influx` command line interface (CLI)

View File

@ -8,7 +8,7 @@ menu:
v2_0:
name: Common tasks
parent: Process data
weight: 4
weight: 104
---
The following articles walk through common task use cases.

View File

@ -8,7 +8,7 @@ menu:
v2_0:
name: Downsample data
parent: Common tasks
weight: 4
weight: 201
---
One of the most common use cases for InfluxDB tasks is downsampling data to reduce

View File

@ -8,7 +8,7 @@ menu:
v2_0:
name: Manage tasks
parent: Process data
weight: 2
weight: 102
---
InfluxDB provides two options for managing the creation, reading, updating, and deletion (CRUD) of tasks -

View File

@ -8,7 +8,7 @@ menu:
v2_0:
name: Create a task
parent: Manage tasks
weight: 1
weight: 201
---
InfluxDB provides multiple ways to create tasks both in the InfluxDB user interface (UI)

View File

@ -8,7 +8,7 @@ menu:
v2_0:
name: Delete a task
parent: Manage tasks
weight: 4
weight: 204
---
## Delete a task in the InfluxDB UI

View File

@ -8,7 +8,7 @@ menu:
v2_0:
name: Update a task
parent: Manage tasks
weight: 3
weight: 203
---
## Update a task in the InfluxDB UI

View File

@ -8,7 +8,7 @@ menu:
v2_0:
name: View tasks
parent: Manage tasks
weight: 2
weight: 202
---
## View tasks in the InfluxDB UI

View File

@ -8,7 +8,7 @@ menu:
v2_0:
name: Task options
parent: Process data
weight: 5
weight: 105
---
Task options define specific information about the task and are specified in your

View File

@ -8,7 +8,7 @@ menu:
v2_0:
name: Write a task
parent: Process data
weight: 1
weight: 101
---
InfluxDB tasks are scheduled Flux scripts that take a stream of input data, modify or analyze

View File

@ -2,7 +2,7 @@
title: Execute queries
seotitle: Different ways to query InfluxDB
description: There are multiple ways to query data from InfluxDB including the the InfluxDB UI, CLI, and API.
weight: 2
weight: 102
menu:
v2_0:
name: Execute queries

View File

@ -3,7 +3,7 @@ title: Get started with Flux
description: >
Get started with Flux, InfluxData's functional data scripting language.
This step-by-step guide through the basics of writing a Flux query.
weight: 1
weight: 101
menu:
v2_0:
name: Get started with Flux

View File

@ -5,7 +5,7 @@ menu:
v2_0:
name: Query InfluxDB
parent: Get started with Flux
weight: 1
weight: 201
---
This guide walks through the basics of using Flux to query data from InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0:
name: Syntax basics
parent: Get started with Flux
weight: 3
weight: 203
---

View File

@ -5,7 +5,7 @@ menu:
v2_0:
name: Transform data
parent: Get started with Flux
weight: 2
weight: 202
---
When [querying data from InfluxDB](/v2.0/query-data/get-started/query-influxdb),

View File

@ -1,7 +1,7 @@
---
title: Flux how-to guides
description: Helpful guides that walk through both common and complex tasks and use cases for Flux.
weight: 3
weight: 103
menu:
v2_0:
name: How-to guides

View File

@ -6,7 +6,7 @@ menu:
v2_0:
name: Create custom functions
parent: How-to guides
weight: 8
weight: 208
---
Flux's functional syntax allows for custom functions.

View File

@ -8,7 +8,7 @@ menu:
v2_0:
name: Group data
parent: How-to guides
weight: 3
weight: 203
---
With Flux, you can group data by any column in your queried data set.

View File

@ -6,7 +6,7 @@ menu:
v2_0:
name: Create histograms
parent: How-to guides
weight: 7
weight: 207
---

View File

@ -6,7 +6,7 @@ menu:
v2_0:
name: Join data
parent: How-to guides
weight: 5
weight: 205
---
The [`join()` function](/v2.0/reference/flux/functions/transformations/join) merges two or more

View File

@ -6,7 +6,7 @@ menu:
v2_0:
name: Use regular expressions
parent: How-to guides
weight: 9
weight: 209
---
Regular expressions (regexes) are incredibly powerful when matching patterns in large collections of data.

View File

@ -8,7 +8,7 @@ menu:
v2_0:
name: Sort and limit data
parent: How-to guides
weight: 6
weight: 206
---
The [`sort()`function](/v2.0/reference/flux/functions/transformations/sort)

View File

@ -8,7 +8,7 @@ menu:
v2_0:
name: Window and aggregate data
parent: How-to guides
weight: 2
weight: 202
---
A common operation performed with time series data is grouping data into windows of time,

View File

@ -8,7 +8,7 @@ menu:
v2_0_ref:
name: influx
parent: Command line tools
weight: 1
weight: 101
---
The `influx` command line interface (CLI) includes commands to manage many aspects of InfluxDB,

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx auth
parent: influx
weight: 1
weight: 101
---
The `influx auth` command and its subcommands manage authorizations in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx auth active
parent: influx auth
weight: 1
weight: 201
---
The `influx auth active` command activates an authorization in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx auth create
parent: influx auth
weight: 1
weight: 201
---
The `influx auth create` creates an authorization in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx auth delete
parent: influx auth
weight: 1
weight: 201
---
The `influx auth delete` command deletes an authorization in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx auth find
parent: influx auth
weight: 1
weight: 201
---
The `influx auth find` command lists and searches authorizations in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx auth inactive
parent: influx auth
weight: 1
weight: 201
---
The `influx auth inactive` inactivates an authorization in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx bucket
parent: influx
weight: 1
weight: 101
---
The `influx bucket` command and its subcommands manage buckets in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx bucket create
parent: influx bucket
weight: 1
weight: 201
---
The `influx bucket create` command creates a new bucket in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx bucket delete
parent: influx bucket
weight: 1
weight: 201
---
The `influx bucket delete` command deletes a bucket from InfluxDB and all the data it contains.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx bucket find
parent: influx bucket
weight: 1
weight: 201
---
The `influx bucket find` command lists and searches for buckets in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx bucket update
parent: influx bucket
weight: 1
weight: 201
---
The `influx bucket update` command updates information associated with buckets in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx help
parent: influx
weight: 1
weight: 101
---
The `influx help` command provides help for any command in the `influx` command line interface.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx org
parent: influx
weight: 1
weight: 101
---
The `influx org` command and its subcommands manage organization information in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx org create
parent: influx org
weight: 1
weight: 201
---
The `influx org create` creates a new organization in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx org delete
parent: influx org
weight: 1
weight: 201
---
The `influx org delete` command deletes an organization in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx org find
parent: influx org
weight: 1
weight: 201
---
The `influx org find` lists and searches for organizations in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx org members
parent: influx org
weight: 1
weight: 201
---
The `influx org members` command and its subcommands manage organization members in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx org members add
parent: influx org members
weight: 1
weight: 301
---
The `influx org members add` command adds a new member to an organization in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx org members list
parent: influx org members
weight: 1
weight: 301
---
The `influx org members list` command lists members within an organization in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx org members remove
parent: influx org members
weight: 1
weight: 301
---
The `influx org members remove` command removes a member from an organization in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx org update
parent: influx org
weight: 1
weight: 201
---
The `influx org update` command updates information related to organizations in InfluxDB.

View File

@ -7,7 +7,7 @@ menu:
v2_0_ref:
name: influx query
parent: influx
weight: 1
weight: 101
---
The `influx query` command executes a literal Flux query provided as a string

View File

@ -7,7 +7,7 @@ menu:
v2_0_ref:
name: influx repl
parent: influx
weight: 1
weight: 101
---
The `influx repl` command opens and interactive read-eval-print-loop (REPL)

View File

@ -7,7 +7,7 @@ menu:
v2_0_ref:
name: influx setup
parent: influx
weight: 1
weight: 101
---
The `influx setup` command walks through the initial InfluxDB setup process,

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx task
parent: influx
weight: 1
weight: 101
---
The `influx task` command and its subcommands manage tasks in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx task create
parent: influx task
weight: 1
weight: 201
---
The `influx task create` command creates a new task in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx task delete
parent: influx task
weight: 1
weight: 201
---
The `influx task delete` command deletes a task in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx task find
parent: influx task
weight: 1
weight: 201
---
The `influx task find` command lists and searches for tasks in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx task log
parent: influx task
weight: 1
weight: 201
---
The `influx task log` command and its subcommand `find` output log information related to a task.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx task log find
parent: influx task log
weight: 1
weight: 301
---
The `influx task log find` command outputs log information related to a task.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx task retry
parent: influx task
weight: 1
weight: 201
---
The `influx task retry` command retries to run a task in InfluxDB.

View File

@ -7,7 +7,7 @@ menu:
v2_0_ref:
name: influx task run
parent: influx task
weight: 1
weight: 201
---
The `influx task run` command and its subcommand `find` output information related to runs of a task.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx task run find
parent: influx task run
weight: 1
weight: 301
---
The `influx task run find` command outputs information related to runs of a task.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx task update
parent: influx task
weight: 1
weight: 201
---
The `influx task update` command updates information related to tasks in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx user
parent: influx
weight: 1
weight: 101
---
The `influx user` command and its subcommands manage user information in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx user create
parent: influx user
weight: 1
weight: 201
---
The `influx user create` command creates a new user in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx user delete
parent: influx user
weight: 1
weight: 201
---
The `influx user delete` command deletes a specified user in InfluxDB.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: influx user find
parent: influx user
weight: 1
weight: 201
---
The `influx user find` command lists and searches for users in InfluxDB.

View File

@ -6,7 +6,7 @@ menu:
v2_0_ref:
name: influx user update
parent: influx user
weight: 1
weight: 201
---
The `influx user update` command updates information related to a user in InfluxDB.

View File

@ -7,7 +7,7 @@ menu:
v2_0_ref:
name: influx write
parent: influx
weight: 1
weight: 101
---
The `influx write` writes a single line of line protocol to InfluxDB,

View File

@ -6,7 +6,7 @@ menu:
v2_0_ref:
name: influxd
parent: Command line tools
weight: 2
weight: 102
---
The `influxd` daemon starts and runs all the processes necessary for InfluxDB to function.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: Flux functions
parent: Flux query language
weight: 4
weight: 101
---
Flux's functional syntax allows you to retrieve, transform, process, and output data easily.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
parent: Flux functions
name: Inputs
weight: 1
weight: 201
---
Flux input functions define sources of data or display information about data sources.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: buckets
parent: Inputs
weight: 1
weight: 301
---
The `buckets()` function returns a list of buckets in the organization.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: from
parent: Inputs
weight: 1
weight: 301
---
The `from()` function retrieves data from an InfluxDB data source.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: fromCSV
parent: Inputs
weight: 1
weight: 301
---
The `fromCSV()` function retrieves data from a comma-separated value (CSV) data source.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
parent: Flux functions
name: Miscellaneous
weight: 5
weight: 205
---
Flux functions primarily retrieve, shape and transform, then output data, however

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: intervals
parent: Miscellaneous
weight: 1
weight: 301
---
The `intervals()` function generates a set of time intervals over a range of time.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: linearBins
parent: Miscellaneous
weight: 1
weight: 301
---
The `linearBins()` function generates a list of linearly separated floats.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: logarithmicBins
parent: Miscellaneous
weight: 1
weight: 301
---
The `logarithmicBins()` function generates a list of exponentially separated floats.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: systemTime
parent: Miscellaneous
weight: 1
weight: 301
---
The `systemTime()` function returns the current system time.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
parent: Flux functions
name: Outputs
weight: 2
weight: 202
---
Flux output functions yield results or send data to a specified output destination.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: to
parent: Outputs
weight: 1
weight: 301
---
The `to()` function writes data to an **InfluxDB v2.0** bucket.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: yield
parent: Outputs
weight: 1
weight: 301
---
The `yield()` function indicates the input tables received should be delivered as a result of the query.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: Tests
parent: Flux functions
weight: 5
weight: 205
---
Flux testing functions test piped-forward data in specific ways and return errors if the tests fail.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: assertEquals
parent: Tests
weight: 1
weight: 301
---
The `assertEquals()` function tests whether two streams have identical data.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
parent: Flux functions
name: Transformations
weight: 3
weight: 203
---
Flux transformation functions transform or shape your data in specific ways.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
parent: Transformations
name: Aggregates
weight: 1
weight: 301
---
Flux aggregate functions take values from an input table and aggregate them in some way.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: aggregateWindow
parent: Aggregates
weight: 1
weight: 401
---
The `aggregateWindow()` function applies an aggregate function to fixed windows of time.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: count
parent: Aggregates
weight: 1
weight: 401
---
The `count()` function outputs the number of records in each aggregated column.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: cov
parent: Aggregates
weight: 1
weight: 401
---
The `cov()` function computes the covariance between two streams by first joining the streams,

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: covariance
parent: Aggregates
weight: 1
weight: 401
---
The `covariance()` function computes the covariance between two columns.

View File

@ -5,7 +5,7 @@ menu:
v2_0_ref:
name: derivative
parent: Aggregates
weight: 1
weight: 401
---
The `derivative()` function computes the rate of change per [`unit`](#unit) of time between subsequent non-null records.

Some files were not shown because too many files have changed in this diff Show More