docs-v2/content/shared
Jason Stirnaman 7ed3861031
fix(influxdb3): publish parameterized queries and add HTTP API examples (#6673)
- Fix broken link to parameterized queries in time-and-timezone.md
- Remove draft: true from Core and Enterprise InfluxQL parameterized queries
- Add HTTP API examples for Core/Enterprise using /api/v3/query_sql and
  /api/v3/query_influxql endpoints
- Simplify list_code_example frontmatter to use query-only format across
  all SQL and InfluxQL parameterized queries pages
- Fix api-endpoint shortcode arguments to use correct method, endpoint,
  and api-ref parameters

Note: PR preview URLs show broken /version/ links but they render
correctly in local Hugo testing. The link replacement logic in
layouts/partials/article/content.html processes these correctly.

Closes #6672
2025-12-27 15:01:20 -06:00
..
influxctl Move influxctl --perf-debug example output to command reference (#6599) 2025-12-22 13:11:35 -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 hotfix: influxdb (v2) CLI version (#6644) 2025-12-17 15:13:02 -07:00
influxdb3 Merge branch 'master' into jdstrand/fix-rpm-install2 2025-12-23 11:06:51 -05:00
influxdb3-admin influxdb3 security cleanup (#6649) 2025-12-18 11:19:09 -06:00
influxdb3-api-reference
influxdb3-cli Rename telemetry-disable-upload to disable-telemetry-upload (#6594) 2025-12-10 10:16:40 -06:00
influxdb3-get-started Add Windows environment variable instructions for INFLUXDB3_AUTH_TOKEN (#6325) 2025-12-02 16:39:12 -06:00
influxdb3-internals fix(influxdb3): link fragments 2025-10-10 18:07:30 -05:00
influxdb3-internals-reference fix(influxdb3): document exec-mem-pool-bytes usage for data persistence (#6394) 2025-11-05 11:05:13 -06:00
influxdb3-plugins feat: functional changes (#6500) 2025-10-30 09:52:25 -05:00
influxdb3-query-guides fix(influxdb3): publish parameterized queries and add HTTP API examples (#6673) 2025-12-27 15:01:20 -06:00
influxdb3-reference Add Invocation metric to telemetry documentation (#6566) 2025-11-24 13:17:46 -05:00
influxdb3-sample-data feat(sample-data): add new wind sample dataset (#6440) 2025-10-06 12:08:35 -06:00
influxdb3-visualize Update odbc driver and powerbi docs (#6552) 2025-11-19 11:22:41 -06:00
influxdb3-write-guides fix: updates write reponses, suggests exponential backoffs (#6574) 2025-12-02 11:40:56 -08:00
influxql-v3-reference fix(influxdb3): publish parameterized queries and add HTTP API examples (#6673) 2025-12-27 15:01:20 -06:00
sql-reference docs(influxdb3): Use the CLI (influxdb3 --version), /ping endpoint, or /health endpoint to get the actual InfluxDB product version—not the SQL version() function. (#6579) 2025-12-01 16:02:25 -06:00
v3-core-enterprise-release-notes docs(influxdb3): release documentation for Core and Enterprise v3.8.0 (#6647) 2025-12-18 09:54:25 -06: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 chore(instruction): content/shared instructions: (#6493) 2025-10-27 20:14:05 -05:00
_index.md
identify-version.md docs(influxdb3): Use the CLI (influxdb3 --version), /ping endpoint, or /health endpoint to get the actual InfluxDB product version—not the SQL version() function. (#6579) 2025-12-01 16:02:25 -06:00
v3-line-protocol.md Fix link checker for fragments (#6626) 2025-12-15 09:24:43 -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 (/content/shared) and its children as draft so they don't get rendered independently when the site is built. The content of each shared document is included and rendered in pages that reference 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 any 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/influxdb3/core/reference/influxql/regular-expressions.md, add the following:

//SOURCE is a comment anchor (recognized by the Comment Anchors editor extension) to make the file path clickable.