This is the repository contains the InfluxDB v2.x documentation that will be accessible at docs.influxdata.com.
We welcome and encourage community contributions to the InfluxData See our Contribution guidelines for information about contributing to the InfluxData documentation.
The InfluxData documentation uses Hugo, a static site generator built in Go.
Clone this repository to your local machine.
See the Hugo documentation for information about how to download and install Hugo.
This project uses tools written in NodeJS to build and process stylesheets and javascript. In order for assets to build correctly, install NodeJS and run the following command to install the necessary tools:
npm i -g postcss-cli autoprefixer
Hugo provides a local development server that generates the HTML pages, builds
the static assets, and serves them at localhost:1313
.
Start the hugo server with:
hugo server
View the docs at localhost:1313.