Go to file
kelseiv aa41473a83
Merge pull request #531 from influxdata/key-concepts
Key concepts
2019-10-21 13:53:08 -07:00
.circleci updated api build script executable 2019-09-30 11:05:03 -06:00
.github updated note in issue template 2019-10-07 12:59:09 -06:00
api-docs minor update to api-doc readme 2019-09-30 10:59:25 -06:00
assets Merge pull request #531 from influxdata/key-concepts 2019-10-21 13:53:08 -07:00
content/v2.0 Merge pull request #531 from influxdata/key-concepts 2019-10-21 13:53:08 -07:00
data added Telegraf 1.12 plugins and updated telegraf version 2019-09-03 10:27:39 -06:00
deploy updated cloudformation lambda template 2019-09-13 09:57:00 -06:00
layouts finished updated homepage styles and media queries 2019-10-16 17:12:29 -06:00
static Add logo image to README 2019-10-09 13:58:37 -07:00
.gitignore WIP api-docs autogen, stylesheets, and auto-build process 2019-09-30 10:00:22 -06:00
.s3deploy.yml added font file extensions to s3deploy caching config 2019-01-19 08:30:43 -07:00
CONTRIBUTING.md updated pull request template and contribution guidelines 2019-10-07 11:28:48 -06:00
LICENSE added license and issue template, moved security.md 2019-10-07 10:27:36 -06:00
README.md Add logo image to README 2019-10-09 13:58:37 -07:00
config.toml added configuration options reference doc, resolves #142 2019-04-12 10:15:35 -06:00

README.md

InfluxDB 2.0 Documentation

This repository contains the InfluxDB 2.x documentation published at docs.influxdata.com.

Contributing

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

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 contacting security@influxdata.com. More details about security vulnerability reporting, including our GPG key, can be found here. https://www.influxdata.com/how-to-report-security-vulnerabilities/

Run the docs locally

The InfluxData documentation uses Hugo, a static site generator built in Go.

Clone this repository

Clone this repository to your local machine.

Install Hugo

See the Hugo documentation for information about how to download and install Hugo.

Install NodeJS & Asset Pipeline Tools

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

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.

Start the hugo server with:

hugo server

View the docs at localhost:1313.