diff --git a/assets/styles/layouts/_layout-article.scss b/assets/styles/layouts/_layout-article.scss index df875cf47..2d57fdd8e 100644 --- a/assets/styles/layouts/_layout-article.scss +++ b/assets/styles/layouts/_layout-article.scss @@ -266,12 +266,13 @@ blockquote, .note, .warn, - #enterprise-msg { + .enterprise-msg { padding: 1.65rem 2rem .1rem 2rem; margin: 1rem 0 2rem; border-width: 0 0 0 4px; border-style: solid; border-radius: 0 $border-radius $border-radius 0; + font-size: .95rem; } blockquote { @@ -379,7 +380,7 @@ ///////////////////////////////// Enterprise ///////////////////////////////// - #enterprise-msg { + .enterprise-msg { border-color: $article-enterprise-base; background: rgba($article-enterprise-base, .15); font-style: italic; diff --git a/content/v2.0/_index.md b/content/v2.0/_index.md index 929fdb362..493c029d2 100644 --- a/content/v2.0/_index.md +++ b/content/v2.0/_index.md @@ -15,11 +15,3 @@ InfluxDB is an open source time series database designed to handle high write an This documentation is meant to help you learn how to use and leverage InfluxDB to meet your needs. Common use cases include infrastructure monitoring, IoT data collection, events handling and more. If your use case involves time series data, InfluxDB is purpose-built to handle it. - -{{% note %}} -This is an alpha release of InfluxDB v2.0. -Feedback and bug reports are welcome and encouraged both for InfluxDB and this documentation. -These are currently tracked in the InfluxData Community. - -[Submit feedback](https://community.influxdata.com/c/influxdb2) -{{% /note %}} diff --git a/content/v2.0/get-started.md b/content/v2.0/get-started.md index afba18774..eccc95d17 100644 --- a/content/v2.0/get-started.md +++ b/content/v2.0/get-started.md @@ -225,11 +225,3 @@ You are ready to [collect data](/v2.0/collect-data). {{% /tab-content %}} {{< /tabs-wrapper >}} - -{{% note %}} -### Bug Reports and Feedback -Thank you for being willing to help test InfluxDB v2.0 alpha! -Feedback and bug reports are welcome and encouraged both for InfluxDB and this documentation. - -[Submit feedback in the InfluxData Community](https://community.influxdata.com/c/influxdb2) -{{% /note %}} diff --git a/layouts/partials/article.html b/layouts/partials/article.html index 569ea7d5c..2c415fe78 100644 --- a/layouts/partials/article.html +++ b/layouts/partials/article.html @@ -4,5 +4,6 @@ {{ partial "article/latest-version.html" . }} {{ partial "article/enterprise.html" . }} {{ .Content }} + {{ partial "article/_alpha-feedback.html"}} diff --git a/layouts/partials/article/_alpha-feedback.html b/layouts/partials/article/_alpha-feedback.html new file mode 100644 index 000000000..d022d1ae8 --- /dev/null +++ b/layouts/partials/article/_alpha-feedback.html @@ -0,0 +1,9 @@ +
+
+

Bug Reports and Feedback

+

+ Thank you for being willing to help test InfluxDB v2.0 alpha! + Feedback and bug reports are welcome and encouraged both for InfluxDB and this documentation. +

+

Submit feedback in the InfluxData Community

+
diff --git a/layouts/partials/article/enterprise.html b/layouts/partials/article/enterprise.html index ceea7dad7..bb6bcaa05 100644 --- a/layouts/partials/article/enterprise.html +++ b/layouts/partials/article/enterprise.html @@ -1,13 +1,13 @@ {{ $enterpriseLink := "#"}} {{ if ( $.Params.enterprise_all ) }} -
+

The features and functionality discussed on this page are unique to the Enterprise edition of InfluxDB. Learn more about InfluxDB Enterprise.

{{ else if ( $.Params.enterprise_some ) }} -
+
diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 290444ecf..3bda6c5c4 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -8,7 +8,7 @@ - {{ if .Params.seotitle }} {{ print .Params.seotitle " | " }} {{ else if .Title }} {{ print .Title " | " }} {{ end }}InfluxData {{ if $currentVersion }}{{print $currentVersion " " }}{{ end }}Documentation + {{ if .Params.seotitle }} {{ print .Params.seotitle " | " }} {{ else if .Title }} {{ print .Title " | " }} {{ end }}InfluxDB {{ if $currentVersion }}{{print $currentVersion " " }}{{ end }}Documentation {{ partial "header/stylesheets.html" }}