The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/docs/sources/contribute/documentation.md

2.7 KiB

+++ title = "Documentation" description = "Contributing to documentation" type = "docs" [menu.docs] parent = "contribute" weight = 2 +++

Contributing to documentation

How do I contribute?

If you’re unsure about where to start, check out some of our open docs issues.

Sometimes it can be difficult to understand an issue when you're just getting started. We strive to keep a collection of beginner-friendly issues that is more suitable for first-time contributors.

When you’ve found an issue you want to work on, you’re encouraged to comment on the issue to let other people know you intend to work on it.

If you encounter any misspellings, or violations to the style guide, please let us know by submitting an issue.

On every page in the documentation there are two links:

  • Edit this page takes you directly to the file on GitHub where you can contribute a fix.
  • Request doc changes prepares an issue on GitHub with relevant information already filled in.

Community

If you have questions on a specific issue, post a comment to ask for clarification, or to give feedback.

For general discussions on documentation, you’re welcome to join the #docs channel on our public Grafana Slack team.

Guidelines

All Grafana documentation is written using Markdown, and can be found in the docs directory in the Grafana GitHub repository. The documentation website is generated with hugo which uses Blackfriday as its Markdown rendering engine.

Structure

The documentation is organized into topics, called sections.

Each top-level section is located under the docs/sources directory. Subsections are added by creating a subdirectory in the directory of the parent section.

For each section, a _index.md file is used to provide an overview of the topic.

Style guide

The codespell tool is run for every change to catch common misspellings.

  • "Open source" should be hyphenated when used as an adjective, e.g. open-source software. The open form should be preferred when used as a noun, e.g. Grafana is open source.
  • Use "data source" instead of "datasource" unless used as an identifier, in code or as part of URLs.
  • Acronyms should be uppercased, e.g. URL, DNS, or TCP/IP.