mirror of https://github.com/grafana/grafana
Docs: Clean up contribute docs (#19716)
parent
9843a886f7
commit
73944c18fd
@ -0,0 +1,16 @@ |
||||
# Contribute |
||||
|
||||
This directory contains guides for contributors to the Grafana project. |
||||
|
||||
- [Create a pull request](create-pull-request.md) |
||||
- [Contributing documentation](documentation.md) |
||||
- [Developer guide](developer-guide.md) |
||||
- [Triage issues](triage-issues.md) |
||||
|
||||
The `style-guides` directory contains style guides for the Grafana software project and documentation. |
||||
|
||||
- [Backend style guide](style-guides/backend.md) for how to style and format backend functionality and code. |
||||
- [Documentation style guide](style-guides/documentation-style-guide.md) for how to style and format documentation. |
||||
- [Frontend style guide](style-guides/frontend.md) for how to style and format the user-facing functionality and code. |
||||
- [Redux framework](style-guides/redux.md) for designing the Grafana redux framework. |
||||
- [Themes style guide](style-guides/themes.md) for designing and updating Grafana themes. |
||||
@ -1,9 +0,0 @@ |
||||
# Style guides |
||||
|
||||
This section contains style guides for the Grafana software project and Grafana documentation. |
||||
|
||||
- [Backend style guide](backend.md): Provides guidance on how to style and format backend functionality and code. |
||||
- [Documentation style guide](documentation-style-guide.md): Provides guidance on how to style and format Grafana documentation. |
||||
- [Frontend style guide](frontend.md): Provides guidance on how to style and format the user-facing functionality and code. |
||||
- [Redux framework](redux.md): Provides guidance on designing the Grafana redux framework. |
||||
- [Themes style guide](themes.md): Provides guidance on designing and updating Grafana themes. |
||||
Loading…
Reference in new issue