docs-v2/content/shared
Jason Stirnaman ca24b3be54
Influxdb3 config options (#6419)
* docs(cli): fix global vs serve-specific flag documentation

- Remove --verbose from global flags (it's serve-specific)
- Document --num-io-threads as global-only flag
- Add clear examples showing correct flag positioning
- Update serve.md files with global flag usage notes
- Fix config-options.md to separate Core/Enterprise examples

Resolves incorrect CLI usage patterns that would cause errors.
Global flags must go before 'serve', serve-specific flags go after.

* docs(cli): remove Tokio runtime options from CLI index pages

- Remove detailed Tokio runtime options tables from CLI index pages
- Replace with simplified global options and link to config-options
- Add examples showing correct global flag positioning
- Fix --verbose usage to be serve-specific (after serve command)
- Add --num-io-threads example as global flag (before serve command)

These detailed options are now documented in config-options.md with
proper global vs serve-specific categorization.
2025-10-20 10:17:56 -05:00
..
influxctl hotfix: add horizontal rules to influxctl release notes 2025-10-17 10:32:32 -06:00
influxdb-client-libraries-reference docs(influxdb3): use shared Grafana docs for all v3 products, fix product and token naming 2025-10-04 17:36:04 -05:00
influxdb-v2 fix(grafana): fix bad anchor links 2025-10-10 08:46:39 -06:00
influxdb3
influxdb3-admin fix(influxdb3): link fragments 2025-10-10 18:07:30 -05:00
influxdb3-api-reference
influxdb3-cli Influxdb3 config options (#6419) 2025-10-20 10:17:56 -05:00
influxdb3-get-started Update content/shared/influxdb3-get-started/processing-engine.md 2025-10-17 10:40:45 -07:00
influxdb3-internals fix(influxdb3): link fragments 2025-10-10 18:07:30 -05:00
influxdb3-internals-reference
influxdb3-plugins update to title in importatnt note to make it more clear 2025-10-17 11:19:46 -07:00
influxdb3-query-guides docs(odbc): improve layout with tabbed navigation for Windows and macOS/Linux 2025-10-06 19:36:09 -05:00
influxdb3-reference chore(monolith): Move telemetry reference to shared/influxdb3-reference. Revise description, disable, and product names. 2025-08-14 14:41:05 -05:00
influxdb3-sample-data feat(sample-data): add new wind sample dataset (#6440) 2025-10-06 12:08:35 -06:00
influxdb3-visualize fix(powerbi): update ODBC and Power BI docs with download button links 2025-10-06 18:54:05 -05:00
influxdb3-write-guides Apply suggestions from code review 2025-08-12 09:32:51 -05:00
influxql-v3-reference add influxql integral function (#6236) 2025-08-08 09:50:35 -05:00
sql-reference chore(sql): adds new syntax for sql approx functions (#6402) 2025-10-02 16:15:38 -06:00
v3-core-enterprise-release-notes chore: add 3.5 release notes and config options (#6428) 2025-09-30 09:20:07 -05:00
v3-distributed-admin-custom-partitions
v3-distributed-internals-reference fix(v3): Apply code review suggestions\ 2025-09-09 14:03:44 -05:00
v3-process-data/visualize Merge branch 'update-grafana-screenshots' of github.com:influxdata/docs-v2 into update-grafana-screenshots 2025-10-10 08:46:43 -06:00
README.md
_index.md
v3-line-protocol.md fix: add note to distributed about duplicate points on flush (#6330) 2025-08-22 11:08:48 -06:00

README.md

Shared content

This section is for content shared across multiple products and versions. The /shared/_index.md frontmatter, marks the /shared directory and its children as draft so they don't get rendered when the site is built, but the contents of each shared documented is included in pages that use the file as a source in their frontmatter.

Use shared content

  1. Create a new folder for the content in the content/shared/ directory.

  2. Copy the markdown files into the new folder.

  3. Remove the frontmatter from the markdown files in the shared directory. If the first line starts with a shortcode, add an HTML comment before the first line, otherwise hugo will err.

  4. In each of the files that use the shared content, add a source to the frontmatter that points to the shared markdown file—for example:

    source: /shared/influxql-v3-reference/regular-expressions.md
    
  5. In the doc body, remove the shared Markdown text and add a comment that points to the shared file, in case someone happens upon the page in the repo--for example, in /content/3/core/reference/influxql/regular-expressions.md, add the following: