reorganized placeholder ui content, removed ui directory
parent
518d097404
commit
505b4eb6dd
|
@ -1,77 +0,0 @@
|
|||
---
|
||||
title: Getting started
|
||||
description: This is just an example post to show the format of new 2.0 posts
|
||||
menu:
|
||||
v2_0:
|
||||
name: Getting started
|
||||
weight: 1
|
||||
parent: Placeholder parent
|
||||
---
|
||||
|
||||
## Buckets
|
||||
|
||||
Buckets are a new data storage concept for InfluxDB. A bucket is a named location where data is stored that has a retention policy. It’s similar to an InfluxDB v1.x “database,” but is a combination of both a database and a retention policy. When using multiple retention policies, each retention policy is treated as is its own bucket.
|
||||
|
||||
|
||||
## Onboarding (/setup)
|
||||
|
||||
* Set up your initial admin user.
|
||||
Enter:
|
||||
* Admin username
|
||||
* Admin password/confirm
|
||||
* Default organization name
|
||||
* Default bucket name
|
||||
* Click Next
|
||||
* Select data sources to add to your bucket.
|
||||
Pick from boxes showing sources
|
||||
* Streaming
|
||||
* Line protocol
|
||||
* CSV
|
||||
* Click Next
|
||||
* Configure your data source.
|
||||
* Lots of details, differs depending on source type.
|
||||
* Type v1 or v2?
|
||||
* Import protoboards for selected data sources
|
||||
* Setup complete screen
|
||||
* click Go to Status Dashboard?
|
||||
* or does it link you to the User Homepage? Pretty sure it’s this.
|
||||
|
||||
|
||||
## User Homepage (/)
|
||||
|
||||
* A jumping off point for everything the user has access to
|
||||
* List of all dashboards they have access to
|
||||
* List of all orgs they belong to
|
||||
* List of all tasks they have access to
|
||||
* Contains links to support related items:
|
||||
* Technical documentation
|
||||
* Community forum
|
||||
* Report a bug
|
||||
* Request a feature
|
||||
* Version info
|
||||
* Last commit
|
||||
* Contains links to docs
|
||||
* Manage my plan: A place to get notifications from Quartz
|
||||
* A place to learn about new features and updates in each version
|
||||
|
||||
### Subpages
|
||||
|
||||
#### Account settings (/my-account)
|
||||
|
||||
* About Me:
|
||||
* Username
|
||||
* Email address
|
||||
* Preferences
|
||||
* Timezone
|
||||
* Theme
|
||||
* For both, Edit Changes then Save Changes
|
||||
|
||||
#### Tokens (/tokens)
|
||||
|
||||
* Table with Description, Last Used, and Organization columns
|
||||
* Click on token name in Description column for Edit Token overlay
|
||||
* Unlikely that user will use it, mostly in case of emergency
|
||||
* Click on org name in Organization column to open organization page
|
||||
* Generate token upper right
|
||||
* Opens generate token overlay (tgo!)
|
||||
* Also very unlikely that user will manually generate a token
|
|
@ -1,13 +0,0 @@
|
|||
---
|
||||
title: Managing account settings
|
||||
description: This is just an example post to show the format of new 2.0 posts
|
||||
menu:
|
||||
v2_0:
|
||||
name: Managing account settings
|
||||
weight: 1
|
||||
parent: Placeholder parent
|
||||
---
|
||||
|
||||
1. Click the ?? icon in the navigation bar.
|
||||
2. Review your settings on the **Settings** tab.
|
||||
3. To edit your settings, click **Edit About Me**
|
|
@ -12,4 +12,18 @@ a user must be added as a member of an organization.
|
|||
|
||||
Every user is given an authentication token.
|
||||
|
||||
1. Click the ?? icon in the navigation bar.
|
||||
2. Review your settings on the **Settings** tab.
|
||||
3. To edit your settings, click **Edit About Me**
|
||||
|
||||
#### Account settings (/my-account)
|
||||
|
||||
* About Me:
|
||||
* Username
|
||||
* Email address
|
||||
* Preferences
|
||||
* Timezone
|
||||
* Theme
|
||||
* For both, Edit Changes then Save Changes
|
||||
|
||||
[Manage tokens](/v2.0/users/tokens)
|
||||
|
|
|
@ -22,3 +22,14 @@ menu:
|
|||
**To delete a token**:
|
||||
|
||||
* Hover over the name of a token in the list, then click **Delete**.
|
||||
|
||||
|
||||
#### Tokens (/tokens)
|
||||
|
||||
* Table with Description, Last Used, and Organization columns
|
||||
* Click on token name in Description column for Edit Token overlay
|
||||
* Unlikely that user will use it, mostly in case of emergency
|
||||
* Click on org name in Organization column to open organization page
|
||||
* Generate token upper right
|
||||
* Opens generate token overlay (tgo!)
|
||||
* Also very unlikely that user will manually generate a token
|
||||
|
|
|
@ -9,7 +9,23 @@ menu:
|
|||
weight: 4
|
||||
---
|
||||
|
||||
The InfluxDB user interface provides tools for building custom dashboards to visualize your data.
|
||||
The InfluxDB user interface (UI) provides tools for building custom dashboards to visualize your data.
|
||||
The following articles outline ways to customize and manage dashboards.
|
||||
|
||||
## InfluxDB UI home page
|
||||
* A jumping off point for everything the user has access to
|
||||
* List of all dashboards they have access to
|
||||
* List of all orgs they belong to
|
||||
* List of all tasks they have access to
|
||||
* Contains links to support related items:
|
||||
* Technical documentation
|
||||
* Community forum
|
||||
* Report a bug
|
||||
* Request a feature
|
||||
* Version info
|
||||
* Last commit
|
||||
* Contains links to docs
|
||||
* Manage my plan: A place to get notifications from Quartz
|
||||
* A place to learn about new features and updates in each version
|
||||
|
||||
{{< children >}}
|
||||
|
|
Loading…
Reference in New Issue