* Added new explanation of the view raw data table.
* View Raw Data table updates made.
* More updates made to View Raw Data table.
* More edits to view raw data.
* Added links and lengenthed list to data types.
* Update content/influxdb/v2.0/reference/glossary.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Added two new datatypes.
* Added links about different data types.
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* added a doc monitoring raspberry pi
* minor edit
* updated dashboard instructions
* Update content/influxdb/cloud/monitor-alert/templates/infrastructure/raspberry-pi.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud/monitor-alert/templates/infrastructure/raspberry-pi.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Fixed typos on raspberry branch.
* Update content/influxdb/cloud/monitor-alert/templates/infrastructure/raspberry-pi.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Kelly <kelly@influxdata.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
The type of arg should be "list of string" and the current examples uses
just as string. It used as is the following error will occur:
"failed to decode options into *alert.ExecHandlerConfig: 1 error(s) decoding:\n\n*
'args': source data must be an array or slice, got string"
* update for range annotation
* remove one click and show options
* edit
* omit extra words
* edits
* edit
* fix typo
* Update content/influxdb/cloud/visualize-data/annotations.md
* Update content/influxdb/cloud/visualize-data/annotations.md
* Update content/influxdb/cloud/visualize-data/annotations.md
* fix: fix broken link by adding API guide for creating a bucket. - add example code. - add aliases for pages moved from Tools.
* fix: move create a bucket into the existing page for now. Copy example to API quick start.
* Update content/influxdb/v2.0/organizations/buckets/create-bucket.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud/organizations/buckets/create-bucket.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud/organizations/buckets/create-bucket.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud/organizations/buckets/create-bucket.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud/api-guide/api_intro.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/api-guide/api_intro.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* fix: remove alias (#2861)
* fix: replace correct URLs, hostnames, protocols (#2861)
- Replaced recently added "parsed" URL objects with map()
to get the hostname replacements separately.
- Iterate over hostname replacements and only replace if the
match isn't preceded by `/` or `.`.
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* fix: fix broken link by adding API guide for creating a bucket. - add example code. - add aliases for pages moved from Tools.
* fix: move create a bucket into the existing page for now. Copy example to API quick start.
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* fix: negate check for verbose.
* fix: default version directory to latest version.
* update: API changes.
* update: API updated with grammar fixes
* fix: move assets/text to shared/text
* fix: missing bracket in examples
* fix: add note that auth env variables are assumed to be set in `influx config` for CLI examples (#2843).
Co-Authored-By: kerry-cho <cdh0012@naver.com>
* Update styles-default.scss
Co-authored-by: kerry-cho <cdh0012@naver.com>
* fix: 1.x compat api. Clarify authentication schemes, parameters, and use cases for OSS and Cloud (#2759)
* fix: curl examples
* update: add node.js examples
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>