From 438ce04cc7cceb5bdb6a064a158955010debef37 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Mon, 4 May 2020 08:26:48 -0600 Subject: [PATCH] added links to template guides in influx pkg docs --- content/v2.0/reference/cli/influx/pkg/_index.md | 2 ++ content/v2.0/reference/cli/influx/pkg/export/_index.md | 2 ++ content/v2.0/reference/cli/influx/pkg/export/all.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/content/v2.0/reference/cli/influx/pkg/_index.md b/content/v2.0/reference/cli/influx/pkg/_index.md index 0b5ccc8ce..1cabeba62 100644 --- a/content/v2.0/reference/cli/influx/pkg/_index.md +++ b/content/v2.0/reference/cli/influx/pkg/_index.md @@ -12,6 +12,8 @@ related: --- The `influx pkg` command manages InfluxDB templates. +_For information about finding and using InfluxDB templates, see +[Use InfluxDB templates](/v2.0/influxdb-templates/use/)._ ## Usage ``` diff --git a/content/v2.0/reference/cli/influx/pkg/export/_index.md b/content/v2.0/reference/cli/influx/pkg/export/_index.md index 7d15e3af3..6faab6a96 100644 --- a/content/v2.0/reference/cli/influx/pkg/export/_index.md +++ b/content/v2.0/reference/cli/influx/pkg/export/_index.md @@ -10,6 +10,8 @@ related: --- The `influx pkg export` command exports existing resources as an InfluxDB template. +_For detailed examples of exporting InfluxDB templates, see +[Create an InfluxDB template](/v2.0/influxdb-templates/create/)._ ## Usage ``` diff --git a/content/v2.0/reference/cli/influx/pkg/export/all.md b/content/v2.0/reference/cli/influx/pkg/export/all.md index 935cecc93..6ce2b4786 100644 --- a/content/v2.0/reference/cli/influx/pkg/export/all.md +++ b/content/v2.0/reference/cli/influx/pkg/export/all.md @@ -12,6 +12,8 @@ related: The `influx pkg export all` command exports all resources in an organization as an InfluxDB template. +_For detailed examples of exporting InfluxDB templates, see +[Create an InfluxDB template](/v2.0/influxdb-templates/create/)._ ## Usage ```