- Notifications
You must be signed in to change notification settings - Fork320
InfluxData Documentation that covers InfluxDB Cloud, InfluxDB OSS 2.x, InfluxDB OSS 1.x, InfluxDB Enterprise, Telegraf, Chronograf, Kapacitor, and Flux.
License
influxdata/docs-v2
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This repository contains the InfluxData product documentation for InfluxDB and related tooling published atdocs.influxdata.com.
We welcome and encourage community contributions.For information about contributing to the InfluxData documentation, seeContribution guidelines.
For information about testing the documentation, including code block testing, link validation, and style linting, seeTesting guide.
This repository includes adocs CLI tool for common documentation workflows:
# Create new documentation from a draftnpx docs create drafts/new-feature.md --products influxdb3_core# Edit existing documentation from a URLnpx docs edit https://docs.influxdata.com/influxdb3/core/admin/# Add placeholder syntax to code blocksnpx docs placeholders content/influxdb3/core/admin/upgrade.md# Get helpnpx docs --help
Thedocs command is automatically configured when you runyarn install.
Comprehensive reference documentation for contributors:
- Contributing Guide - Workflow and contribution guidelines
- Shortcodes Reference - Complete Hugo shortcode documentation
- Working examples - Test shortcodes in the browser
- Frontmatter Reference - Complete page metadata documentation
- Testing Guide - Testing procedures and requirements
- API Documentation - API reference generation
Instructions for AI assistants working with this repository:
- GitHub Copilot Instructions - For GitHub Copilot coding agents
- AI Agents Guide - For general AI assistants (Claude, ChatGPT, etc.)
- Instructions Navigation - Complete guide to all instruction files
- Claude Instructions - For Claude Desktop and Claude Code users
InfluxData takes security and our users' trust very seriously.If you believe you have found a security issue in any of our open source projects,please responsibly disclose it by contactingsecurity@influxdata.com.More details about security vulnerability reporting,including our GPG key, can be found athttps://www.influxdata.com/how-to-report-security-vulnerabilities/.
Clone this repository to your local machine.
Install NodeJS, Yarn, Hugo, & Asset Pipeline Tools
The InfluxData documentation usesHugo, a static site generator built in Go. The site uses Hugo's asset pipeline, which requires the extended version of Hugo along with NodeJS tools like PostCSS, to build and process stylesheets and JavaScript.
To install the required dependencies and build the assets, do the following:
In your terminal, from the
docs-v2directory, install the dependencies:cd docs-v2yarn installNote: The most recent version of Hugo tested with this documentation is0.149.0.
After installation, the
docscommand will be available vianpx:npx docs --help
To generate the API docs, seeapi-docs/README.md.
Start the Hugo server
Hugo provides a local development server that generates the HTML pages, builds the static assets, and serves them at
localhost:1313.In your terminal, start the Hugo server:
npx hugo server
View the docs atlocalhost:1313.
Clone this repository to your local machine. See how toclone a repository.
Follow the instructions toinstall Docker Desktop andDocker Compose to your local machine.
Use Docker Compose to start the Hugo server in development mode--for example, enter the following command in your terminal:
docker compose up local-dev
View the docs atlocalhost:1313.
About
InfluxData Documentation that covers InfluxDB Cloud, InfluxDB OSS 2.x, InfluxDB OSS 1.x, InfluxDB Enterprise, Telegraf, Chronograf, Kapacitor, and Flux.
Resources
License
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
