-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update documentation to improve visibility and avoid duplicates with …
…Grafana documentation (#277) * Update README with installation instructions and move Docker instructions * Apply suggestions from code review Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Update README.md * Apply review feedback * fix links Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
- Loading branch information
1 parent
57bdfb3
commit 541eb1d
Showing
4 changed files
with
88 additions
and
313 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Building from source | ||
# Build the image renderer from source | ||
|
||
Git clone this repo: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Documentation | ||
# Developer documentation | ||
Use the following links for instructions on how to: | ||
|
||
- [Remote rendering using docker](remote_rendering_using_docker.md) | ||
- [Building from source](building_from_source.md) | ||
- [Build the image renderer from source](building_from_source.md) | ||
- [Package plugin as a single executable](package_plugin_as_single_executable.md) | ||
- [Release and publish a new version](release_new_version.md) |
Oops, something went wrong.