From cbd3f3e09aeae476498cd669036b18fc7417fe6d Mon Sep 17 00:00:00 2001 From: Lana Brindley Date: Tue, 21 Sep 2021 09:41:12 +1000 Subject: [PATCH] Add link to developer docs on GH (#438) * Add link to developer docs on GH * Add link to developer docs on install page --- promscale/index.md | 7 +++++-- promscale/install-promscale.md | 2 ++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/promscale/index.md b/promscale/index.md index f84a794f0182..f771118fc9f6 100644 --- a/promscale/index.md +++ b/promscale/index.md @@ -24,8 +24,10 @@ data from TimescaleDB. SQL queries can be directed to TimescaleDB directly. Promscale architecture diagram -For a detailed description of this architecture, see our [design -document][design-doc]. +For a detailed description of this architecture, see our +[design document][design-doc]. + +For more documentation, see our [developer documentation][promscale-gh-docs]. [promscale-blog]: https://blog.timescale.com/blog/promscale-analytical-platform-long-term-store-for-prometheus-combined-sql-promql-postgresql/ @@ -33,3 +35,4 @@ document][design-doc]. [slack]: https://slack.timescale.com/ [promlabs]: https://promlabs.com/promql-compliance-test-results/2020-12-01/promscale [design-doc]: https://docs.google.com/document/d/1e3mAN3eHUpQ2JHDvnmkmn_9rFyqyYisIgdtgd3D1MHA/edit?usp=sharing +[promscale-gh-docs]: https://github.com/timescale/promscale/tree/master/docs diff --git a/promscale/install-promscale.md b/promscale/install-promscale.md index dbc0e456c620..3aebc7c8984a 100644 --- a/promscale/install-promscale.md +++ b/promscale/install-promscale.md @@ -68,6 +68,7 @@ You can configure the Promscale Connector using flags at the command prompt, env All environment variables are prefixed with `PROMSCALE`. For more information about configuring Promscale, see the [Promscale CLI documentation][promscale-cli-github], or use the `promscale -h` command. +For more documentation, see our [developer documentation][promscale-gh-docs]. [tobs-demo]: https://youtu.be/MSvBsXOI1ks @@ -78,3 +79,4 @@ For more information about configuring Promscale, see the [Promscale CLI documen [promscale-releases-github]: https://github.com/timescale/promscale/releases [promscale-config-github]: https://github.com/timescale/promscale/blob/master/docs/configuring_prometheus.md [promscale-cli-github]: https://github.com/timescale/promscale/blob/master/docs/cli.md +[promscale-gh-docs]: https://github.com/timescale/promscale/tree/master/docs