mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 18:30:41 -06:00
0e2b741fc3
* Remove old plugin docs, add redirects to new dev portal * Restore plugin.schema.json file * Update docs/sources/administration/plugin-management/index.md Co-authored-by: Jack Baldry <jack.baldry@grafana.com> * More updates * Cleanup links * Update docs/sources/alerting/fundamentals/evaluate-grafana-alerts.md Co-authored-by: Jack Baldry <jack.baldry@grafana.com> * fix codeowners * Change reference links to inline links to avoid 404s * Update docs/sources/datasources/_index.md Co-authored-by: Jack Baldry <jack.baldry@grafana.com> * Update docs/sources/datasources/mysql/_index.md Co-authored-by: Jack Baldry <jack.baldry@grafana.com> * Update docs/sources/datasources/postgres/_index.md Co-authored-by: Jack Baldry <jack.baldry@grafana.com> * Update docs/sources/fundamentals/timeseries-dimensions/index.md Co-authored-by: Jack Baldry <jack.baldry@grafana.com> * Update docs/sources/fundamentals/dashboards-overview/index.md Co-authored-by: Jack Baldry <jack.baldry@grafana.com> * Update docs/sources/fundamentals/dashboards-overview/index.md Co-authored-by: Jack Baldry <jack.baldry@grafana.com> * Update docs/sources/panels-visualizations/configure-standard-options/index.md Co-authored-by: Jack Baldry <jack.baldry@grafana.com> * Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md Co-authored-by: Jack Baldry <jack.baldry@grafana.com> * Remove grafana.com from 2 URLs * Fix 1 more reference link * Prettier fix --------- Co-authored-by: Jack Baldry <jack.baldry@grafana.com> |
||
---|---|---|
.. | ||
architecture | ||
backend | ||
breaking-changes-guide | ||
documentation | ||
engineering | ||
style-guides | ||
create-pull-request.md | ||
developer-guide.md | ||
drone-pipeline.md | ||
feature-toggles.md | ||
internationalization.md | ||
merge-pull-request.md | ||
README.md | ||
triage-issues.md |
Contribute
This directory contains guides for contributors to the Grafana project.
- Create a pull request
- Contribute to our documentation
- Developer guide
- Triage issues
- Merge a pull request
- Making changes to the CI pipeline
- Breaking changes in frontend APIs
The style-guides
directory contains style guides for the Grafana software project and documentation.
- Backend style guide for how to style and format backend functionality and code.
- Frontend style guide for how to style and format the user-facing functionality and code.
- Redux framework for designing the Grafana redux framework.
- Themes style guide for designing and updating Grafana themes.