docs-v2/hugo.toml

45 lines
1.0 KiB
TOML
Raw Normal View History

baseURL = "https://docs.influxdata.com/"
2018-12-13 18:47:02 +00:00
languageCode = "en-us"
title = "InfluxDB Documentation"
2018-12-19 21:36:12 +00:00
# Git history information for lastMod-type functionality
enableGitInfo = true
# Syntax Highlighting
pygmentsCodefences = true
pygmentsUseClasses = true
2018-12-21 17:12:28 +00:00
2019-02-05 18:39:00 +00:00
# Preserve case in article tags
preserveTaxonomyNames = true
# Generate a robots.txt
enableRobotsTXT = true
# Markdown rendering options
[blackfriday]
hrefTargetBlank = true
smartDashes = false
2019-02-05 18:39:00 +00:00
[taxonomies]
"influxdb/v2/tag" = "influxdb/v2/tags"
2.0 GA and separate Cloud from OSS (#1805) * WIP separate cloud docs, duplicate content shortcode * WIP cloud-separation * WIP separate cloud * duplicated oss into cloud and am making updates * moved cloud updates to cloud * reimplemented duplicate-oss shortcode * separate Cloud and OSS content in Tools & integ... * Split OSS and Cloud content for Security & auth * Split OSS and Cloud content for Manage org * Split OSS and Cloud - Manage Orgs add'l updates * various updates, primarily in oss and cloud reference * split content for notification endpoints * Move InfluxQL doc to Cloud - Remove the "Query with InfluxQL" page from OSS docs - Re-incorporate changes made in https://github.com/influxdata/docs-v2/pull/1506 * removed product tags from nav and articles * WIP separate cloud docs, duplicate content shortcode * WIP cloud-separation * WIP separate cloud * duplicated oss into cloud and am making updates * moved cloud updates to cloud * reimplemented duplicate-oss shortcode * separate Cloud and OSS content in Tools & integ... * Split OSS and Cloud content for Security & auth * Split OSS and Cloud content for Manage org * Split OSS and Cloud - Manage Orgs add'l updates * various updates, primarily in oss and cloud reference * split content for notification endpoints * Move InfluxQL doc to Cloud - Remove the "Query with InfluxQL" page from OSS docs - Re-incorporate changes made in https://github.com/influxdata/docs-v2/pull/1506 * removed product tags from nav and articles * New URL switcher (#1720) * restructured url modal * rearchitected the url switcher functionality * add influxdb preference management to url switcher * create separate pages for querying data * update weight * Update flux-repl.md * Update influx-query.md * edits f Scott * move content from explore-metrics to data-explorer * edits; delete explore-metrics * edits * delete file * remove duplicate content * add InfluxQLquery examples * Remove references to "security script" * draft updates for Band Plot vis * WIP separate cloud docs, duplicate content shortcode * WIP cloud-separation * WIP separate cloud * duplicated oss into cloud and am making updates * moved cloud updates to cloud * reimplemented duplicate-oss shortcode * separate Cloud and OSS content in Tools & integ... * Split OSS and Cloud content for Security & auth * Split OSS and Cloud content for Manage org * Split OSS and Cloud - Manage Orgs add'l updates * various updates, primarily in oss and cloud reference * split content for notification endpoints * Move InfluxQL doc to Cloud - Remove the "Query with InfluxQL" page from OSS docs - Re-incorporate changes made in https://github.com/influxdata/docs-v2/pull/1506 * removed product tags from nav and articles * WIP separate cloud docs, duplicate content shortcode * WIP cloud-separation * WIP separate cloud * duplicated oss into cloud and am making updates * moved cloud updates to cloud * reimplemented duplicate-oss shortcode * separate Cloud and OSS content in Tools & integ... * Split OSS and Cloud content for Manage org * Split OSS and Cloud - Manage Orgs add'l updates * various updates, primarily in oss and cloud reference * split content for notification endpoints * Move InfluxQL doc to Cloud - Remove the "Query with InfluxQL" page from OSS docs - Re-incorporate changes made in https://github.com/influxdata/docs-v2/pull/1506 * New URL switcher (#1720) * restructured url modal * rearchitected the url switcher functionality * add influxdb preference management to url switcher * URL validation on custom URL (#1763) * added url validation to custom url form, resolves #1739 * removed placeholder message from custom url form * updated styles for url selector modal * Move restore command to `influx` cli, update flags * Update table for backup * Remove RC information, update paths for restore, change `backup-path` flag to `input` * WIP separate cloud docs, duplicate content shortcode * WIP cloud-separation * WIP separate cloud * duplicated oss into cloud and am making updates * moved cloud updates to cloud * reimplemented duplicate-oss shortcode * separate Cloud and OSS content in Tools & integ... * Split OSS and Cloud content for Security & auth * Split OSS and Cloud content for Manage org * Split OSS and Cloud - Manage Orgs add'l updates * various updates, primarily in oss and cloud reference * split content for notification endpoints * Move InfluxQL doc to Cloud - Remove the "Query with InfluxQL" page from OSS docs - Re-incorporate changes made in https://github.com/influxdata/docs-v2/pull/1506 * removed product tags from nav and articles * WIP separate cloud docs, duplicate content shortcode * WIP cloud-separation * WIP separate cloud * duplicated oss into cloud and am making updates * moved cloud updates to cloud * reimplemented duplicate-oss shortcode * separate Cloud and OSS content in Tools & integ... * Split OSS and Cloud content for Manage org * Split OSS and Cloud - Manage Orgs add'l updates * various updates, primarily in oss and cloud reference * Move InfluxQL doc to Cloud - Remove the "Query with InfluxQL" page from OSS docs - Re-incorporate changes made in https://github.com/influxdata/docs-v2/pull/1506 * New URL switcher (#1720) * restructured url modal * rearchitected the url switcher functionality * add influxdb preference management to url switcher * WIP separate cloud docs, duplicate content shortcode * WIP cloud-separation * WIP separate cloud * duplicated oss into cloud and am making updates * moved cloud updates to cloud * reimplemented duplicate-oss shortcode * Split OSS and Cloud content for Manage org * Split OSS and Cloud - Manage Orgs add'l updates * various updates, primarily in oss and cloud reference * Move InfluxQL doc to Cloud - Remove the "Query with InfluxQL" page from OSS docs - Re-incorporate changes made in https://github.com/influxdata/docs-v2/pull/1506 * WIP separate cloud docs, duplicate content shortcode * WIP cloud-separation * WIP separate cloud * duplicated oss into cloud and am making updates * moved cloud updates to cloud * reimplemented duplicate-oss shortcode * separate Cloud and OSS content in Tools & integ... * Split OSS and Cloud content for Manage org * Split OSS and Cloud - Manage Orgs add'l updates * various updates, primarily in oss and cloud reference * Move InfluxQL doc to Cloud - Remove the "Query with InfluxQL" page from OSS docs - Re-incorporate changes made in https://github.com/influxdata/docs-v2/pull/1506 * URL validation on custom URL (#1763) * added url validation to custom url form, resolves #1739 * removed placeholder message from custom url form * updated styles for url selector modal * WIP updating InfluxDB OSS naming throughout * updated canonical shortcode for oss vs cloud, updated 2.0 version numbers on homepage * updated swagger file to rc4 for 2.0 and cloud * fixed canonical partial * Update multi-user Cloud docs Also adds a heading the note on permissions. Closes #1764 * Fix table for backup flags * Update input flag, remove TSI references * Address PR feedback * Remove product tag * Fix DBRP mapping examples (#1776) * updated dbrp mapping examples in influxql query guide, closes #1774 * removed unnecessarily escaped newline from dbrp mapping example * add draft rc4 and GA RNs * cloud and oss name updates * emphasis production ready * update curl example * duplicate oss pages in cloud * Address PR feedback * added new aws us east region, resolves #1777 (#1782) * Add steps for script editor * Add cloud version * moved and updated upgrade guides (#1783) * Fix typos * update upgrade links * edits * Clarify 1m cardinality is initial limit only * fix typo * fix date * Add note on `_internal` database to v1-to-v2 upgrade guide Closes #1775. * Update influxdb.md * fixed broken links throughout cloud docs * fixed broken links in 2.0 oss * Address PR feedback * remove window pushdowns * updated oss pushdown list * Add instructions for verifying InfluxDB 2.0 download * updated latest versions in edge.js * added flux-0.94.0 to flux release notes (#1790) * update date and add Flux .94.0 link * delete broken link to image * remove auto refresh; not currently in UI * add duplicate-oss tag to Cloud execute-queries * highlight diff between Flux and InfluxQL example * delete extra header * Generate v1 compatibility API docs (#1789) * updated swagger generation to generate v1 compat api docs * restructured api docs * updated restore flags table * updated infludb binary urls in oss and cloud * Address PR feedback * Make contact support a mailto link * Add --log-level flag to `influxd upgrade` Closes #1795 * add release note about api/v2/delete * update delete data note for 2.0 * edit * Fix URLs and filenames in OSS 2.0 Get Started * update version for GA * Add color to Flux example for Flux documentation (addresses #1724 ) * Change versions to 2.0.1 in GS * Replace 2.0.0 with 2.0.1 * Revert Docker updates to 2.0.0 * Add release notes for 2.0.0 * edits; add known issue * clarify DB is 1.x * updated influxdb versions in cloud and oss getting started * updated influxdb oss urls doc * remove rc and upd upgrade link in back up data * Edit `influxd upgrade` docs (#1798) * Edit `influxd upgrade` guide Major revision of existing docs. Add "Before you begin: important considerations" section. * Address PR feedback * Edit backup instructions * More work on kap * Rm comment * Rm sentence * Add note on Docker * Edit intro * Edit link * Work on PR feedback * Continue PR feedback * More PR feedback * More edits * more edits * Edits * more edits * rm word * updates to address PR feedback for the upgrade guide Co-authored-by: pierwill <pierwill@users.noreply.github.com> Co-authored-by: Scott Anderson <scott@influxdata.com> Co-authored-by: Kelly <kelly@influxdata.com> Co-authored-by: pierwill <pierwill@users.noreply.github.com> Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com> Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com> Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com>
2020-11-11 16:52:14 +00:00
"influxdb/cloud/tag" = "influxdb/cloud/tags"
Cloud Dedicated documentation (#4903) * base changes for influxdb cloud dedicated * removed unnecessary whitespace from dedicated homepage * influxctl reference documentation (#4855) * influxctl reference docs * fixed typo, added auth0 token life span * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * more updates to influxctl docs * update influxctl docs to address PR feedback --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * Add admin and manage databases sections to Cloud Dedicated (#4857) * add admin and manage databases sections * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * added missing page descriptions to admin docs --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * Add token management documentation to Cloud Dedicated documentation (#4861) * add manage tokens documentation to dedicated * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * update admin token docs to address PR feedback --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * Dedicated get started (#4878) * WIP dedicated get started content * fix(cst): infinite cardinality (#4851) * WIP cloud dedicated get started * feat(cloud-dedicated): WIP - write data to Cloud Dedicated * fix(cloud-dedicated): grammar. * feat(cloud-dedicated): WIP outline write methods, v1 API use * fix(cloud-dedicated): dupe name. * updated staging config, fixed dedicated page titles * updated dedicated setup doc * Cloud Dedicated primers v1 API: auth and write (#4865) * feat(cloud-dedicated): v1 API with Cloud Dedicated - Add /primers >> /api >> /v1 and /v2 - Move draft started in /write-data to /primers/api/v1 - Created code samples that still need testing - v1 authentication schemes. * fix(cloud-dedicated): list children pages * wip(cloud-dedicated): v1 primer intro * wip(cloud-dedicated): auth fixes. * feat(cloud-dedicated): v1 API primer - part of #4863, #4864 Still untested against CST: - v1 auth methods - v1 /write - Telegraf config - Precision - API sample code * Update content/influxdb/cloud-dedicated/primers/_index.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/cloud-dedicated/primers/api/_index.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/cloud-dedicated/primers/_index.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/cloud-dedicated/primers/_index.md * Update content/influxdb/cloud-dedicated/primers/api/v1/_index.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/cloud-dedicated/primers/api/v1/_index.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/cloud-dedicated/primers/api/v1/_index.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/cloud-dedicated/primers/api/v1/_index.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/cloud-dedicated/primers/api/v1/_index.md * Update content/influxdb/cloud-dedicated/primers/api/v1/_index.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/cloud-dedicated/primers/api/v1/_index.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/cloud-dedicated/primers/api/v1/_index.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/cloud-dedicated/primers/api/v1/_index.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/cloud-dedicated/primers/api/v1/_index.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/cloud-dedicated/primers/api/v1/_index.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/cloud-dedicated/primers/api/v1/_index.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/cloud-dedicated/primers/api/v1/_index.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/cloud-dedicated/primers/api/v1/_index.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/cloud-dedicated/primers/api/v1/_index.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/cloud-dedicated/primers/api/v1/_index.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/cloud-dedicated/primers/api/v1/_index.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/cloud-dedicated/primers/api/v1/_index.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/cloud-dedicated/primers/api/v1/_index.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/cloud-dedicated/primers/api/v2/_index.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/cloud-dedicated/primers/api/v1/_index.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/cloud-dedicated/primers/api/v2/_index.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update layouts/shortcodes/api/cloud/v2-prefer.html Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update shared/text/api/cloud-dedicated/basic-auth.js Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> --------- Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Dedicated v1 write (#4873) * wip(v1): Revise v1 and add client library info. * feat(cloud-dedicated): primer v1 API auth and writes - Fixes for v1 auth and writes - Configuring node and python v1 client libraries for Cloud Dedicated. * fix(cloud-dedicated): v1 intros: - Fix redundant intro - Query intros * Apply suggestions from code review Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> --------- Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Dedicated v2 write (#4875) * fix(cloud-dedicated): v1 API primer: - fix typo - fix description * wip(cloud-dedicated): v2 auth, write, Telegraf * feat(cloud-dedicated): v2 API primer (#4874) - v2 authentication - Write using /api/v2/write - Cleanup in v1 * Update content/influxdb/cloud-dedicated/primers/api/v2/_index.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/cloud-dedicated/primers/api/v1/_index.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update shared/text/api/cloud-dedicated/token-auth-v2-write.sh Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * fix(cloud-dedicated): parameters for v1 and v2 writes - testing proves that org can't be empty Ongoing: - writes with v2 client library appear to work, but I can't find the measurement when I query. - v1 writes with curl respond with 404. --------- Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Add Python and Go write instructions to Cloud Dedicated get started (#4876) * added python and go write instructions to dedicated get started * Add get started query guide to dedicated (#4877) * Add get started query guide to dedicated * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * Apply suggestions from code review --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * Port reference content into dedicated (#4879) * ported line protocol and sql reference * port glossary to dedicated * fix(cloud-dedicated): cleanup (#4880) * fix(cloud-dedicated): v1 parameter values - Fixes parameter values in requests. - Based on inspection of the request (default port, content-type headers). - Still not working in CST. * fix(cloud-dedicated): cleanup auth description and list query tools. * fix(cloud-dedicated): cleanup auth examples: - remove boilerplate JS examples. Eventually replace with client lib examples. - fix incorrect URL - replace localhost with cloud2 host * fix(cloud-dedicated): replace placeholders * Add support for custom dedicated URLs (#4882) * add support for custom dedicated urls * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * removed unnecessary conditional in influxdb-urls.js --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * add information about flight sql support (#4894) * Update influxctl install and setup instructions (#4893) * updated influxctl install and setup instructions * added details to influxctl init page * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * Dedicated query data (#4895) * WIP port query data section to dedicated * updated database-name to iox-namespace-name * updated grafana instructions * update grafana install instructions * updated images and links * fixed broken links in query data section * fix(cloud-dedicated): get-started write (#4890) * fix(cloud-dedicated): package name typo * fix(cloud-dedicated): URL missing query * fix(cloud-dedicated): iox-namespace-name * fix(cloud-dedicated): use get-started database name * fix(cloud-dedicated): add auth-specific examples. * fix(cloud-dedicated): use Bearer for v2 example * fix(cloud-dedicated): add a note about token schemes and link to primer. * fix(cloud-dedicated): org no longer required by API, remove from curl example * fix(cloud-dedicated): use Bearer * fix(cloud-dedicated): wordsmithing * fix(cloud-dedicated): file name * fix(cloud-dedicated): Go client works without org * fix(cloud-dedicated): separate the commands for copy-pasting * fix(cloud-dedicated): v1 API token authentication * fix(cloud-dedicated): org parameter ignored, but needed in python clients * fix(cloud-dedicated): v1 API examples and params for /query (#4897) * fix(cloud-dedicated): minor word change (#4898) * New homepage and structural changes (#4899) * WIP first sweep of cloud-iox to cloud-serverless * WIP iox to serverless content updates * WIP iox to serverless updates in page templates and data files * WIP new homepage * chore(dedicated): copy best-practices from serverless * fix(serverless): missing shortcut * new homepage * fix(dedicated): token links in v1 API primer * chore(dedicated): write csv with Telegraf * fix(serverless): write CSV with Telegraf * updated homepage styles * updated deps, fix unclosed shortcodes, fix light css * fix product selector order * updated database naming restrictions, add resource delete confirmation * add cloud-ios to cloud-serverless redirect to edge.js * remove sh from allowed extentions * fix bug in redirect logic * add sections to product dropdown (#4900) * minor homepage css adjustment * fixed page titles * fixed more iox references in templates * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * Migrate 1.x data to dedicated (#4901) * fix(serverless): cleanup * chore(dedicated): Migrate 1.x data to dedicated - Minimal adaptation of IOx to Dedicated for now. - Use APIs for writing data (CLIs? pyinflux3 only writes CSV? Can't promote influxdb_iox for now) - Add 2.x CLI warning * fix(dedicated): URL typos * Update content/influxdb/cloud-dedicated/write-data/migrate-data/_index.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/cloud-dedicated/write-data/migrate-data/migrate-1x-to-cloud-dedicated.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/cloud-dedicated/write-data/migrate-data/migrate-1x-to-cloud-dedicated.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/cloud-dedicated/write-data/migrate-data/migrate-1x-to-cloud-dedicated.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/cloud-dedicated/write-data/migrate-data/migrate-1x-to-cloud-dedicated.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/cloud-dedicated/write-data/migrate-data/migrate-1x-to-cloud-dedicated.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> --------- Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * add step for requesting a cluster in dedicated setup * minor content fixes in best practices --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2023-04-26 14:03:37 +00:00
"influxdb/cloud-serverless/tag" = "influxdb/cloud-serverless/tags"
"influxdb/cloud-dedicated/tag" = "influxdb/cloud-dedicated/tags"
InfluxDB Clustered documentation (#5126) * WIP base changes for clustered docs * WIP clustered docs * Add new influxdb/host shortcode and implement it in 3.0 docs (#5077) * add new influxdb/host shortcode and implement it in 3.0 docs * remove oss- cloud-only shortcodes from serverless * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * updated urls js to PR suggestion * Updated JavaScript, templates, and styles for Clustered URLs (#5079) * updated js, templates, and styles for clustered urls * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * restructure product dropdown template to be more extensible * fixed more page template bugs * fixed references to cloud in clustered * updated docsearch templates * added early access flagging and cta-link shortcode * minor content updates in clustered * updated staging config * fixed typo in clustered description * ported influxctl 2.0.1 to clustered * ported get started changes to clustered * ported 3.0 admin docs to clustered * port null tag content to clustered * ported influxctl note to clustered * ported query reorg changes to clustered * updated early access to limited availability, updated clustered landing content * ported new content to clustered * ported new content to clustered * updated cta on clustered landing page * Updated notifications and added InfluxDB Clustered announcement notification (#5125) * updated notifications, added clustered announcement notification * updated cta in clustered notification * updated influxctl profile configs * update clustered search attributes * updated learn more link in clustered notification * Apply suggestions from code review * fixed typos * fixed typos --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2023-09-06 12:21:47 +00:00
"influxdb/clustered/tag" = "influxdb/clustered/tags"
"flux/v0/tag" = "flux/v0/tags"
2019-12-16 20:02:24 +00:00
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[privacy]
[privacy.googleAnalytics]
anonymizeIP = false
disable = false
respectDoNotTrack = true
useSessionStorage = false
[privacy.youtube]
disable = false
privacyEnhanced = true