docs-v2/content/shared
Jason Stirnaman 61ae161501 Merge origin/master into jts-create-docs
Resolved conflicts by keeping enhancements:
- stdin support for draft content
- link extraction and following (local files + external URLs)
- alphabetical product sorting with detected products first
- --from-draft and --follow-external flags
2025-10-31 15:08:11 -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 feat(influxdb3): Core/Enterprise: Upgrade instance or cluster:- Addre… (#6483) 2025-10-25 07:42:53 -05:00
influxdb3-admin Merge origin/master into jts-create-docs 2025-10-31 15:08:11 -05:00
influxdb3-api-reference
influxdb3-cli Merge origin/master into jts-create-docs 2025-10-31 15:08:11 -05:00
influxdb3-get-started Merge origin/master into jts-create-docs 2025-10-31 15:08:11 -05:00
influxdb3-internals fix(influxdb3): link fragments 2025-10-10 18:07:30 -05:00
influxdb3-internals-reference
influxdb3-plugins Merge origin/master into jts-create-docs 2025-10-31 15:08:11 -05: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 fix(influxdb3): (#6479) 2025-10-22 00:50:02 -05:00
influxql-v3-reference
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 Merge origin/master into jts-create-docs 2025-10-31 15:08:11 -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 chore(instruction): content/shared instructions: (#6493) 2025-10-27 20:14:05 -05:00
_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 (/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.