diff --git a/assets/styles/layouts/_homepage.scss b/assets/styles/layouts/_homepage.scss index ca92588e9..0d321702c 100644 --- a/assets/styles/layouts/_homepage.scss +++ b/assets/styles/layouts/_homepage.scss @@ -278,8 +278,8 @@ position: relative; overflow: hidden; display: flex; - flex-direction: row; - align-items: center; + flex-direction: column; + // align-items: center; justify-content: space-between; .bg-overlay { @@ -302,9 +302,6 @@ } ul.product-links { - padding-left: 0; - margin: 0 3rem 0 2rem; - list-style: none; li:not(:last-child) {margin-bottom: .35rem;} diff --git a/layouts/index.html b/layouts/index.html index 81859367a..effc54685 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -128,12 +128,29 @@

Collect data with Telegraf

-

The data collection agent that supports a large catalog of data sources and targets.

- +
+
+
+

Telegraf {{ $telegrafVersion }}

+

The open source data collection agent with support for a large catalog of data sources and targets.

+
+ +
+
+
+

Telegraf Controller

+

Centralized Telegraf configuration management and agent observability with an intuitive UI.

+
+ +
+
@@ -201,16 +218,6 @@

Other Products

-
-
-

Telegraf {{ $telegrafVersion }}

-

The collection agent that gathers time series data from many different sources.

-
- -

Chronograf {{ $chronografVersion }}

diff --git a/layouts/partials/article/special-state.html b/layouts/partials/article/special-state.html index fea71cd19..c0fc7796b 100644 --- a/layouts/partials/article/special-state.html +++ b/layouts/partials/article/special-state.html @@ -18,20 +18,49 @@ {{ if in $productPathWhitelist (print $product "/" $version )}}
-

{{ $displayName }} is in Private Alpha

+

{{ $displayName }} is in Public Beta

- {{ $displayName }} is in private alpha. If you are interested in being a - part of the private alpha program, please sign up: -

-

Sign Up for the Alpha

-

- While in alpha, {{ $displayName }} is not meant for production use. + {{ $displayName }} is in public beta. + While in beta, {{ $displayName }} is not meant for production use. The {{ $displayName}} documentation is a work in progress, and we are actively working to improve it. If you have any questions or suggestions, please submit an issue. We welcome any and all contributions.

+
+

+ Beta expectations +

+ +

Join our public channels diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index 494bc0183..359d50781 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -35,6 +35,8 @@ {{ .Scratch.Set "searchPlaceholder" "Search the docs" }} {{ else if (eq $currentVersion nil) }} {{ .Scratch.Set "searchPlaceholder" (print "Search " (index .Site.Data.products $product).name) }} +{{ else if (eq $product "telegraf") }} + {{ .Scratch.Set "searchPlaceholder" (print "Search " (cond (eq $currentVersion "v1") "Telegraf" "Telegraf Controller")) }} {{ else if eq $product "influxdb" }} {{ if eq $currentVersion "v3" }} {{ .Scratch.Set "searchPlaceholder" "Search InfluxDB OSS v3" }} diff --git a/layouts/partials/topnav/product-selector.html b/layouts/partials/topnav/product-selector.html index 7f2271c20..25089d004 100644 --- a/layouts/partials/topnav/product-selector.html +++ b/layouts/partials/topnav/product-selector.html @@ -90,7 +90,7 @@ Identify products by their product path. Dictionary schema:

Telegraf

  • {{ template "productLink" (merge (dict "productPath" "telegraf/v1") $templateDefaults) }}
  • -
  • {{ template "productLink" (merge (dict "productPath" "telegraf/controller" "state" "alpha") $templateDefaults) }}
  • +
  • {{ template "productLink" (merge (dict "productPath" "telegraf/controller" "state" "beta") $templateDefaults) }}