docs-v2/layouts/shortcodes
Jason Stirnaman 9e33fe690a
Jts/api guides ()
* - Add tutorial that guides a developer through building a simplified IoT
  center app with client libraries.
- device registration and authorization.
- write and query--explain batch writes with the JS client library.

* - feat: queries and visualizations with Giraffe library. queryToTable, Giraffe table.

* feat(api-guide): revise intro, auth, example headings.

* feat(api-guide): describe resources. describe auth and API tokens.

- API basics

* fix: influxdb and iot center setup

* fix: update registration steps to include the new INFLUX_BUCKET_AUTH flow.

* feat(api-guides): Add client library example to fetch routes.

- install, links.
- replace use of getIoTAuthorizations with query from getDevices.
- breakdown create device API requests.
- initial commit of API guide using Next.js with Influx client libraries. Project source at https://github.com/jstirnaman/nextjs-iot-starter.
- explain the flow to register a device. Remove unused example code. TODO: document the setup and UI.
- Add UI code samples. Revise headings. Explain API purpose.
- UI component fixes and refactor. Input field takes a device ID, queries, and re-renders the list with results. Registration button submits device ID for a new authorization.

* feat(api-guide): add iot-starter guide index page, fix errors

- add the iot-starter directory and index page
- fix tag errors and links.

* feat: IoT starter navigation.

* feat(api-guide): nav and intros.

* wip: rearrange, move full examples to top of section and link to explainers.

* chore: Shared intro shortcode for iot-starter tutorials.

* fix: intros, navigation, and config instruction

- Add intro shortcode for tutorials to share.
- Organize navigation for language-specific tutorials (would prefer to unify as much as possible).
- Update environment variable config instruction.

* Feature/api guide python client ()

* adding placeholders into code

* create_device not tested yet

* everything working except flux query and filter query

* fix: replace download button with spec link. ()

- Closes  - Remove download button and add a link to the spec source in Github.

* Enterprise 1.9.7 release notes ()

* added not under flux updates

* updates based on feedback

* changed release notes date

* added requested update

* added detail about script builder ()

* added detail about script builder

* Update content/chronograf/v1.9/guides/querying-data.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* fix: async writes and deletes ()

- Correct handling of writes and deletes in cloud vs. oss (async vs. sync).
- Cleanup redundancy in Troubleshooting.
- Closes https://github.com/influxdata/DAR/issues/291

Co-authored-by: lwandzura <51929958+lwandzura@users.noreply.github.com>

* Collect user feedback per page and restructure modals ()

* WIP feedback forms

* WIP complete feedback lifecycles

* finalize page feedback interactions

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Revert "Enterprise 1.9.7 release notes ()" ()

This reverts commit c6f4a99d72.

* hotfix: fix cli homebrew package name, closes 

* docs: add python iot guide

* fix: remove .idea files

* fix: remove .idea files and package-lock

* fix: initial batch of fixes

* fix: finished PR changes

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

* Update content/influxdb/v2.2/api-guide/iot-starter/_index.md

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/influxdb/v2.2/api-guide/iot-starter/_index.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/influxdb/v2.2/api-guide/iot-starter/_index.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/influxdb/v2.2/api-guide/iot-starter/_index.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Delete _index.md

Co-authored-by: Sunbrye Ly <sunbryely@Sunbryes-MacBook-Pro.local>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: lwandzura <51929958+lwandzura@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
Co-authored-by: Sunbrye Ly <sunbryely@Sunbryes-MBP.lan>

* chore: replace UI code with GH links, fix navigation.

* feat: API client library tutorials

- Cleanup py and js tutorials.
- JS is still WIP.
- Fix nav.

* fix: Revise Node.js tutorial.

* fix: Revise Python tutorial.

* fix: Remove last bullet since Node.js tutorial isn't that far yet.

* Update content/influxdb/v2.2/api-guide/tutorials/client-library-starter/_index.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/influxdb/v2.2/api-guide/tutorials/client-library-starter/nodejs.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* wip: Install and run the UI.

* docs: fix instructions and move UI docs to iot-api-ui README.

* fix: Update JS and Py tutorials with common UI.

* fix: Update code samples in nodejs and python IoT starter tutorials.

* fix: fixup.

* fix: Cleanup code tabs.

* fix: update toc

* fix: iot-starter

Fix examples.
Cleanup.

* fix: python restart

* fix: Cleanup.

* chore: add repo links

* Add cloud, fix frontmatter.

* fix: Remove links to sections.

Co-authored-by: sunbryely-influxdata <101659702+sunbryely-influxdata@users.noreply.github.com>
Co-authored-by: Sunbrye Ly <sunbryely@Sunbryes-MacBook-Pro.local>
Co-authored-by: lwandzura <51929958+lwandzura@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
Co-authored-by: Sunbrye Ly <sunbryely@Sunbryes-MBP.lan>
2022-06-15 19:15:46 -05:00
..
api Jts/api guides () 2022-06-15 19:15:46 -05:00
bucket-schema Feature/2470 bucket schema () 2021-07-07 11:53:54 -05:00
cli base update to 2.2 () 2022-04-06 15:07:21 -07:00
flux Work with Prometheus metrics in Flux () 2021-10-18 16:25:20 -06:00
html-diagram Update delete docs, add data retention info, update schema functions () 2022-03-07 16:23:02 -07:00
influxdb InfluxDB 2.1 () 2021-11-08 09:48:11 -08:00
resources add season 2 for meet the developer series () 2022-01-05 08:15:48 -07:00
telegraf InfluxDB 1.8 backup/restore revamp () 2022-06-08 17:02:19 -06:00
ui Create ui/timestamp-formats shortcode () 2021-03-19 16:36:51 -06:00
api-endpoint.html Kapacitor 1.6.0 () 2021-06-28 14:57:05 -06:00
bucket-schema-requires.html Feature/2470 bucket schema () 2021-07-07 11:53:54 -05:00
caps.html InfluxDB 2.1 () 2021-11-08 09:48:11 -08:00
caption.html Influxdb 2.0.6 () 2021-04-29 14:04:33 -06:00
children.html Flux restructure () 2021-09-16 16:19:21 -06:00
cite.html Work with Prometheus metrics in Flux () 2021-10-18 16:25:20 -06:00
cloud-link.html added product selector, updated search placeholder 2020-09-02 12:15:53 -06:00
cloud-name.html 2.0 GA and separate Cloud from OSS () 2020-11-11 09:52:14 -07:00
cloud-only.html Task retry commands require All-Access token () 2021-09-27 10:13:00 -06:00
cloud-token-auth.html Fix/2759 1.x query api () 2021-07-14 16:59:39 -05:00
cloud.html added product tags to nav and article templates, removed unused shortcodes, updated contributing 2020-04-22 11:05:44 -06:00
cloud_regions.html Support cloud regions with multiple clusters in the docs () 2022-02-02 14:00:34 -07:00
code-callout.html InfluxDB 1.8 backup/restore revamp () 2022-06-08 17:02:19 -06:00
code-tab-content.html upgraded to hugo 0.55.1 and made necessary adjustments 2019-04-16 10:05:16 -06:00
code-tabs-wrapper.html upgraded to hugo 0.55.1 and made necessary adjustments 2019-04-16 10:05:16 -06:00
code-tabs.html upgraded to hugo 0.55.1 and made necessary adjustments 2019-04-16 10:05:16 -06:00
current-version-link.html Guides for migrating data () 2022-03-29 14:44:01 -06:00
current-version.html hotfix: update current version shortcode to preserve version string, closes 2022-03-09 09:57:49 -07:00
diagram.html implemented mermaid js for dynamic diagrams, closes 1938 2020-12-21 22:49:43 -07:00
duplicate-oss.html Update delete docs, add data retention info, update schema functions () 2022-03-07 16:23:02 -07:00
enterprise-link.html updated and added new enterprise shortcodes, updated contribution guidelines 2019-03-27 09:17:23 -06:00
enterprise-name.html updated and added new enterprise shortcodes, updated contribution guidelines 2019-03-27 09:17:23 -06:00
enterprise-warning-authn-b4-authz.md Expand and re-organize InfluxDB Enterprise authn and authz docs () 2022-01-11 16:07:59 -06:00
enterprise.html added product tags to nav and article templates, removed unused shortcodes, updated contributing 2020-04-22 11:05:44 -06:00
expand-wrapper.html Update Grafana docs for OSS 2.0 and Cloud () 2021-02-26 18:31:19 -07:00
expand.html Write data from InfluxDB OSS to InfluxDB Cloud () 2021-11-23 21:43:10 -07:00
filesystem-diagram.html Influxdb 2.0.6 () 2021-04-29 14:04:33 -06:00
flex-content.html Work with Prometheus metrics in Flux () 2021-10-18 16:25:20 -06:00
flex.html Work with Prometheus metrics in Flux () 2021-10-18 16:25:20 -06:00
get-leaf-text.html Feature/2470 bucket schema () 2021-07-07 11:53:54 -05:00
get-shared-text.html Fix shared files () 2021-07-15 17:21:52 -05:00
icon.html Notebooks refresh () 2021-11-30 10:45:56 -07:00
img-hd.html Work with Prometheus metrics in Flux () 2021-10-18 16:25:20 -06:00
influxdbu.html Add the influxdbu shortcode for diplaying InfluxDB University banners () 2022-06-03 13:26:25 -05:00
keep-url.html update influxdb urls on window focus, exempt code blocks from being updated, added info to contributing.md 2020-04-20 14:47:04 -06:00
keybind.html Flux VS Code extension () 2020-11-19 13:41:21 -07:00
latest-cli.html Add influx CLI 2.1 release notes () 2021-07-30 10:35:40 -07:00
latest-patch.html InfluxDB 1.8 backup/restore revamp () 2022-06-08 17:02:19 -06:00
latest.html updated all latest links with latest shortcode, refactored related partial 2020-09-02 12:16:02 -06:00
list-all-functions.html Flux restructure () 2021-09-16 16:19:21 -06:00
list-filters.html Flux restructure () 2021-09-16 16:19:21 -06:00
nav-icon.html InfluxDB 2.1 () 2021-11-08 09:48:11 -08:00
note.html restructured article css files, fixed cloud-msg styles, resolves 2019-05-09 15:13:53 -06:00
oss-only.html Task retry commands require All-Access token () 2021-09-27 10:13:00 -06:00
page-nav.html Flux restructure () 2021-09-16 16:19:21 -06:00
req.html Kapacitor 1.6.0 () 2021-06-28 14:57:05 -06:00
svg.html illustrated the difference between union and join, resolves 2020-01-14 06:57:18 -07:00
tab-content.html upgraded to hugo 0.55.1 and made necessary adjustments 2019-04-16 10:05:16 -06:00
tabs-wrapper.html upgraded to hugo 0.55.1 and made necessary adjustments 2019-04-16 10:05:16 -06:00
tabs.html Work with Prometheus metrics in Flux () 2021-10-18 16:25:20 -06:00
tooltip.html added tooltip shortcode, updated data elements doc with tooltip shortcode 2020-07-06 14:36:19 -06:00
truncate.html upgraded to hugo 0.55.1 and made necessary adjustments 2019-04-16 10:05:16 -06:00
warn.html restructured article css files, fixed cloud-msg styles, resolves 2019-05-09 15:13:53 -06:00
youtube.html fix frontmatter causing build issues, add custom youtube shortcode, add video to demo data section, resolves 2020-06-23 13:54:02 -06:00