Commit Graph

8832 Commits (docs/add-data-dir-prereq)

Author SHA1 Message Date
Jameelah Mercer 0c4f2da42b
Merge branch 'master' into docs/add-data-dir-prereq 2025-06-25 14:35:06 -07:00
Jason Stirnaman a925e3eebe
Merge pull request #6153 from influxdata/jts-ai-instructions
chore(qol): Add claude instructions file for the project
2025-06-25 14:57:24 -05:00
Jason Stirnaman 38b08ecc51 chore(qol): Add claude instructions file for the project
The CLAUDE.md file successfully references 5 key files, all of which exist and are accessible:

  1. @README → README.md - Project overview and setup
  2. @package.json → package.json - NPM scripts and dependencies
  3. @.github/copilot-instructions.md → Main style guidelines and product info
  4. @.github/instructions/contributing.instructions.md → Detailed contributing guide
  5. @.github/instructions/influxdb3-code-placeholders.instructions.md → InfluxDB 3 specific
  guidelines

  📊 Current Structure Analysis

  The CLAUDE.md file acts as a minimal index that:
  - Delegates detailed instructions to other files
  - Uses Claude's @ symbol notation for file references
  - Provides a clear hierarchy of information

  💡 Key Instructions Coverage

  Through the linked files, Claude has access to:
  - Product documentation paths for all InfluxDB versions
  - Style guidelines following Google Developer Documentation standards
  - Shortcode usage with extensive examples
  - Testing procedures including pytest-codeblocks
  - Development workflows with Docker and Node.js
  - Placeholder conventions for code examples
  - Frontmatter requirements for Hugo pages
2025-06-25 14:46:18 -05:00
Jason Stirnaman a85eb3286e
Merge pull request #6140 from influxdata/monolith-gs-restructure
Restructure Core/Enterprise getting started docs
2025-06-24 17:53:45 -05:00
Jason Stirnaman c5c66638c8
Update content/shared/influxdb3-write-guides/use-telegraf/dual-write.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-06-24 17:48:24 -05:00
Jason Stirnaman f546567956
Merge pull request #6148 from influxdata/jts-monolith-gs-restructure
Jts monolith gs restructure
2025-06-24 17:45:21 -05:00
Jason Stirnaman c8e278ef9f fix(influxdb3): remove get-started/multi-server.md. It's now under install/
- fix `plugin-dir` (Closes ##6150)
2025-06-24 17:30:49 -05:00
Jason Stirnaman 6bab22462a chore(influxdb3): Remove non-essential Docker example 2025-06-24 11:20:30 -05:00
Jason Stirnaman 29a81be296 fix(influxdb3): Get started fixes 2025-06-24 10:21:32 -05:00
Jason Stirnaman 6abda20ca0 Resolve conflicts in get-started 2025-06-24 07:35:07 -05:00
Jason Stirnaman c9bc5e1e8e fix(clustered): release number should match files in downloads/clustered-release-artifacts 2025-06-23 16:27:51 -05:00
Jason Stirnaman 30f1ed07d0 fix(influxdb3): CLI links, create token parent, ignore cypress/downloads/* 2025-06-23 16:27:25 -05:00
Jason Stirnaman 0fa1a1d849 fix(influxdb3): links, remove delete-plugin references 2025-06-23 16:27:25 -05:00
Jason Stirnaman 568883b935 fix(influxdb3): Get-started write data: headings, link, and sample code 2025-06-23 16:27:25 -05:00
Jason Stirnaman 6caffd5bfb chore(pytest): Bump min version to restore the 'NotNone' warning (see https://github.com/pytest-dev/pytest/issues/13477) 2025-06-23 16:27:25 -05:00
Jason Stirnaman 9ddc14a06b fix(influxdb3): Case 2025-06-23 16:27:25 -05:00
Jason Stirnaman 7df48daeda fix(influxdb3): links 2025-06-23 16:27:25 -05:00
Jason Stirnaman eb90b04a35 fix(influxdb3): link, rename get-started/processing-engine to get-started/process 2025-06-23 16:27:25 -05:00
Jason Stirnaman 069dc2d039 fix: install link 2025-06-23 16:27:25 -05:00
Jason Stirnaman af0ffaf663 fix(influxdb3): Broken anchor links 2025-06-23 16:27:24 -05:00
Jason Stirnaman 57d73b141e fix(influxdb3): Client library write guide: Refactor, reorganize, and cleanup 2025-06-23 16:27:24 -05:00
Jason Stirnaman 6041afb396 chore(influxdb3): Add auth header to API request samples 2025-06-23 16:27:24 -05:00
Jason Stirnaman 14a6f40830 fix(influxdb3): Remove beta note, uncomment token usage 2025-06-23 16:27:24 -05:00
Jason Stirnaman c3fe264766 chore(influxdb3): Add next steps, cleanup 2025-06-23 16:27:24 -05:00
Jason Stirnaman 1da94dc050 chore(influxdb3): Install: cleanup, remove Docker compose 2025-06-23 16:19:09 -05:00
Jason Stirnaman 87f2ccccb0 fix(influxdb3): Fix serve command 2025-06-23 16:19:09 -05:00
Jason Stirnaman 8d21b51e97 fix(influxdb3): Remove beta note, add token link 2025-06-23 16:19:08 -05:00
Jason Stirnaman 569cc7bc39 fix(influxdb3): Remove beta note, add token link 2025-06-23 16:19:08 -05:00
Jason Stirnaman f3ace7c7a9 chore(influxdb3): Setup: Additions and fixes:
- Docker examples and licensing
- Enterprise conditionals
- Cleanup
2025-06-23 16:19:08 -05:00
Scott Anderson cb742227d7 update getting started landing page 2025-06-23 15:45:11 -05:00
Scott Anderson 5611da76e6 WIP monolith get started, enterprise multi-node, file index docs 2025-06-23 15:45:11 -05:00
Scott Anderson 776a209a79 WIP restructuring monolith getting started 2025-06-23 15:37:01 -05:00
Scott Anderson c3b5458314 WIP monolith getting started restructure 2025-06-23 15:34:14 -05:00
Scott Anderson e3e76b46d5 removed clustered release artifacts links without actual artifacts 2025-06-23 13:46:44 -06:00
meelahme 1d84c5828a Merge branch 'monolith-gs-restructure' of github.com:influxdata/docs-v2 into monolith-gs-restructure 2025-06-23 12:09:01 -07:00
meelahme 3b5a0ea097 updates to starting influxdb3 enterprise section 2025-06-23 12:08:37 -07:00
Scott Anderson a95ad37140 Merge branch 'monolith-gs-restructure' of github.com:influxdata/docs-v2 into monolith-gs-restructure 2025-06-23 09:54:04 -06:00
Scott Anderson f64a8670b7 resolved merge conflicts 2025-06-23 09:53:49 -06:00
meelahme 513bceaebc docs: removing note from token authorization docker section 2025-06-23 08:36:36 -07:00
Jameelah Mercer 0fccd249aa
Update install.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-06-23 07:41:05 -07:00
Jameelah Mercer 499643d2e4
Update install.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-06-23 07:40:52 -07:00
Jameelah Mercer 891d8a301d
Update install.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-06-23 07:40:43 -07:00
meelahme 6433bc9b08 docs(setup): add InfluxDB 3 Enterprise licensing steps with Docker example 2025-06-20 12:05:07 -07:00
meelahme b03af149e2 docs(core, enterprise): add token auth + Docker examples 2025-06-20 11:08:15 -07:00
meelahme 65bf63bbbe docs: minor updates to prereq and removal of tip because it seemed redundant. 2025-06-20 08:17:49 -07:00
meelahme 7cf471e796 docs: add tip for mounting /var/lib and setting secure permissions in Docker instructions 2025-06-20 07:57:57 -07:00
meelahme 06efd29e6b docs: Adding data mount prereq 2025-06-20 07:48:30 -07:00
Jason Stirnaman 92899499d9
Merge pull request #6143 from srebhan/telegraf-release
Telegraf v1.35.0
2025-06-18 15:28:53 -05:00
Sven Rebhan 07951915c1
Update content/telegraf/v1/release-notes.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2025-06-18 21:52:56 +02:00
Sven Rebhan 68220c1436
Update content/telegraf/v1/release-notes.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2025-06-18 21:52:42 +02:00