Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

InfluxData Documentation that covers InfluxDB Cloud, InfluxDB OSS 2.x, InfluxDB OSS 1.x, InfluxDB Enterprise, Telegraf, Chronograf, Kapacitor, and Flux.

License

NotificationsYou must be signed in to change notification settings

influxdata/docs-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InfluxData Product Documentation

This repository contains the InfluxData product documentation for InfluxDB and related tooling published atdocs.influxdata.com.

Contributing

We welcome and encourage community contributions.For information about contributing to the InfluxData documentation, seeContribution guidelines.

Testing

For information about testing the documentation, including code block testing, link validation, and style linting, seeTesting guide.

Documentation Tools

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.

Documentation

Comprehensive reference documentation for contributors:

AI Assistant Instructions

Instructions for AI assistants working with this repository:

Quick Links

Reporting a Vulnerability

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/.

Running the docs locally

  1. Clone this repository to your local machine.

  2. 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:

    1. Install NodeJS

    2. Install Yarn

    3. In your terminal, from thedocs-v2 directory, install the dependencies:

      cd docs-v2yarn install

      Note: The most recent version of Hugo tested with this documentation is0.149.0.

      After installation, thedocs command will be available vianpx:

      npx docs --help
  3. To generate the API docs, seeapi-docs/README.md.

  4. Start the Hugo server

    Hugo provides a local development server that generates the HTML pages, builds the static assets, and serves them atlocalhost:1313.

    In your terminal, start the Hugo server:

    npx hugo server
  5. View the docs atlocalhost:1313.

Alternative: Use docker compose

  1. Clone this repository to your local machine. See how toclone a repository.

  2. Follow the instructions toinstall Docker Desktop andDocker Compose to your local machine.

  3. 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
  4. 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

Stars

Watchers

Forks

Contributors245


[8]ページ先頭

©2009-2025 Movatter.jp