You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2021/03/18 18:58:14 UTC

[GitHub] [solr-site] HoustonPutman opened a new pull request #11: Add Solr operator site

HoustonPutman opened a new pull request #11:
URL: https://github.com/apache/solr-site/pull/11


   The site really needs a first apache release (v0.3.0), so it is designed around that being available. Some of the links won't work until that is available.
   
   It currently looks A LOT like the Solr website, I would like to change the colors eventually and possibly have a separate (but related) logo.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [solr-site] HoustonPutman commented on pull request #11: Add Solr operator site

Posted by GitBox <gi...@apache.org>.
HoustonPutman commented on pull request #11:
URL: https://github.com/apache/solr-site/pull/11#issuecomment-829597475


   Do you think this is good to go? (Seeing as the release will be announced tomorrow hopefully)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr-site] janhoy commented on pull request #11: Add Solr operator site

Posted by GitBox <gi...@apache.org>.
janhoy commented on pull request #11:
URL: https://github.com/apache/solr-site/pull/11#issuecomment-829103840


   I merged main branch into your feature branch and tested the site. The security banner is not triggered on the Operator site, probably because it is looking for solr/security news in the 'articles' variable, which holds only operator news items :) 
   ![Skjermbilde 2021-04-29 kl  12 00 25](https://user-images.githubusercontent.com/409128/116534491-e2700700-a8e2-11eb-92b4-e75dc61046e9.png)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr-site] HoustonPutman commented on a change in pull request #11: Add Solr operator site

Posted by GitBox <gi...@apache.org>.
HoustonPutman commented on a change in pull request #11:
URL: https://github.com/apache/solr-site/pull/11#discussion_r600605623



##########
File path: themes/solr/templates/operator/downloads.html
##########
@@ -0,0 +1,160 @@
+{% extends "operator/page.html" %}
+
+{% block content_inner %}
+<div class="small-12 columns">
+  <style type="text/css">
+    .headerlink, .elementid-permalink {
+      visibility: hidden;
+    }
+    h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink {
+      visibility: visible
+    }
+  </style>
+
+  <h1 id="solr-downloads">{{ page.title }}
+    <a class="headerlink" href="#solr-downloads" title="Permanent link">¶</a>
+  </h1>
+  {{ page.content }}
+  <h2 id="solr-{{ SOLR_OPERATOR_LATEST_RELEASE | replace(".", "") }}">Solr Operator {{ SOLR_OPERATOR_LATEST_RELEASE }}
+    <a class="headerlink" href="#solr-{{ SOLR_OPERATOR_LATEST_RELEASE | replace(".", "") }}" title="Permanent link">¶</a>
+  </h2>
+
+  <p>Solr Operator {{ SOLR_OPERATOR_LATEST_RELEASE }} is the most recent Apache Solr Operator release.</p>
+
+  <ul>
+    <li>Source release:
+      <a href="https://www.apache.org/dyn/closer.lua/solr/operator/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solr-operator-{{ SOLR_OPERATOR_LATEST_RELEASE }}.tgz">solr-operator-{{ SOLR_OPERATOR_LATEST_RELEASE }}.tgz</a>
+      [<a href="https://downloads.apache.org/solr/operator/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solr-operator-{{ SOLR_OPERATOR_LATEST_RELEASE }}.tgz.asc">PGP</a>]
+      [<a href="https://downloads.apache.org/solr/operator/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solr-operator-{{ SOLR_OPERATOR_LATEST_RELEASE }}.tgz.sha512">SHA512</a>]
+    </li>
+
+    <li>Docker releases:
+      <a href="https://hub.docker.com/r/apache/solr-operator">apache/solr-operator</a>
+    </li>
+
+    <li>Helm Chart release:
+      <a href="https://artifacthub.io/packages/helm/apache-solr/solr-operator/{{ SOLR_OPERATOR_LATEST_RELEASE  | replace("v", "")  }}">Artifact Hub</a>
+    </li>
+
+    <li>CRDs:
+      <ul>
+        <li><a href="{{ SITEURL }}/operator/downloads/crds/{{ SOLR_OPERATOR_LATEST_RELEASE }}/all.yaml">All</a></li>
+        <li><a href="{{ SITEURL }}/operator/downloads/crds/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solrclouds.yaml">Solr Cloud</a></li>
+        <li><a href="{{ SITEURL }}/operator/downloads/crds/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solrprometheusexporters.yaml">Solr Prometheus Exporter</a></li>
+        <li><a href="{{ SITEURL }}/operator/downloads/crds/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solrbackups.yaml">Solr Backup</a></li>
+      </ul>
+    </li>
+
+    <!-- TODO: Change log -->
+    <li><a href="{{ SITEURL }}/{{ SOLR_LATEST_RELEASE | replace(".", "_") }}/changes/Changes.html">Change log</a></li>

Review comment:
       Maybe so. I'm unsure of how to deal with the change list yet. We also need to generate a single bulleted changeList for the artifactHub page.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [solr-site] janhoy commented on a change in pull request #11: Add Solr operator site

Posted by GitBox <gi...@apache.org>.
janhoy commented on a change in pull request #11:
URL: https://github.com/apache/solr-site/pull/11#discussion_r600567118



##########
File path: content/pages/operator/community.md
##########
@@ -0,0 +1,81 @@
+Title: Community
+URL: operator/community.html
+save_as: operator/community.html
+template: operator/community
+
+## Support ##
+
+The Solr Operator community provides user support for free through the [users mailing list](#mailing-lists-chat) and [slack channels](#slack).
+
+## Mailing Lists & Chat ##
+
+We use [mailing lists](https://apache.org/foundation/mailinglists.html) for all official project communications.
+To subscribe or unsubscribe you need to send an email to special addresses (e.g. users-subscribe@solr.apache.org to subscribe to the users list).
+This email must be sent from **the email address you want to subscribe as or unsubscribe from**. You will then need to
+confirm by replying to an automated e-mail from the list software.
+
+The Solr Operator shares mailing lists with its parent project, Apache Solr.
+Available lists can be [found here]({filename}/pages/community.md#mailing-lists-chat).
+
+#### Mailing list etiquette

Review comment:
       Same here - no need to duplicate here?

##########
File path: themes/solr/templates/operator/downloads.html
##########
@@ -0,0 +1,160 @@
+{% extends "operator/page.html" %}
+
+{% block content_inner %}
+<div class="small-12 columns">
+  <style type="text/css">
+    .headerlink, .elementid-permalink {
+      visibility: hidden;
+    }
+    h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink {
+      visibility: visible
+    }
+  </style>
+
+  <h1 id="solr-downloads">{{ page.title }}
+    <a class="headerlink" href="#solr-downloads" title="Permanent link">¶</a>
+  </h1>
+  {{ page.content }}
+  <h2 id="solr-{{ SOLR_OPERATOR_LATEST_RELEASE | replace(".", "") }}">Solr Operator {{ SOLR_OPERATOR_LATEST_RELEASE }}
+    <a class="headerlink" href="#solr-{{ SOLR_OPERATOR_LATEST_RELEASE | replace(".", "") }}" title="Permanent link">¶</a>
+  </h2>
+
+  <p>Solr Operator {{ SOLR_OPERATOR_LATEST_RELEASE }} is the most recent Apache Solr Operator release.</p>
+
+  <ul>
+    <li>Source release:
+      <a href="https://www.apache.org/dyn/closer.lua/solr/operator/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solr-operator-{{ SOLR_OPERATOR_LATEST_RELEASE }}.tgz">solr-operator-{{ SOLR_OPERATOR_LATEST_RELEASE }}.tgz</a>
+      [<a href="https://downloads.apache.org/solr/operator/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solr-operator-{{ SOLR_OPERATOR_LATEST_RELEASE }}.tgz.asc">PGP</a>]
+      [<a href="https://downloads.apache.org/solr/operator/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solr-operator-{{ SOLR_OPERATOR_LATEST_RELEASE }}.tgz.sha512">SHA512</a>]
+    </li>
+
+    <li>Docker releases:
+      <a href="https://hub.docker.com/r/apache/solr-operator">apache/solr-operator</a>
+    </li>
+
+    <li>Helm Chart release:
+      <a href="https://artifacthub.io/packages/helm/apache-solr/solr-operator/{{ SOLR_OPERATOR_LATEST_RELEASE  | replace("v", "")  }}">Artifact Hub</a>
+    </li>
+
+    <li>CRDs:
+      <ul>
+        <li><a href="{{ SITEURL }}/operator/downloads/crds/{{ SOLR_OPERATOR_LATEST_RELEASE }}/all.yaml">All</a></li>
+        <li><a href="{{ SITEURL }}/operator/downloads/crds/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solrclouds.yaml">Solr Cloud</a></li>
+        <li><a href="{{ SITEURL }}/operator/downloads/crds/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solrprometheusexporters.yaml">Solr Prometheus Exporter</a></li>
+        <li><a href="{{ SITEURL }}/operator/downloads/crds/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solrbackups.yaml">Solr Backup</a></li>
+      </ul>
+    </li>
+
+    <!-- TODO: Change log -->
+    <li><a href="{{ SITEURL }}/{{ SOLR_LATEST_RELEASE | replace(".", "_") }}/changes/Changes.html">Change log</a></li>
+  </ul>
+
+  <h3 id="solr-{{ SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE | replace(".", "") }}">Solr Operator {{ SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE }}
+    <a class="headerlink" href="#solr-{{ SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE | replace(".", "") }}" title="Permanent link">¶</a>
+  </h3>
+
+  <p>Solr Operator {{ SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE }} is the last release in the v0.{{ SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE.split(".")[1] }}.x series.</p>
+
+  <ul>
+    <li>Source release:
+      <a href="https://github.com/apache/solr-operator/archive/v0.2.8.tar.gz">solr-operator-{{ SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE }}.tgz</a>
+      <!-- TODO: Replace bullet point with following when v0.2.x is no longer relevant
+      <a href="https://www.apache.org/dyn/closer.lua/solr/operator/{{ SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE }}/solr-operator-{{ SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE }}.tgz">solr-{{ SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE }}.tgz</a>
+      [<a href="https://downloads.apache.org/solr/operator/{{ SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE }}/solr-operator-{{ SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE }}.tgz.asc">PGP</a>]
+      [<a href="https://downloads.apache.org/solr/operator/{{ SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE }}/solr-operator-{{ SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE }}.tgz.sha512">SHA512</a>]
+      -->
+    </li>
+
+    <!-- TODO: Change to Apache when v0.2.x is no longer relevant -->
+    <li>Docker releases:
+      <a href="https://hub.docker.com/r/bloomberg/solr-operator">bloomberg/solr-operator</a>
+    </li>
+
+    <li>Helm Chart release:
+      <a href="https://artifacthub.io/packages/helm/apache-solr/solr-operator/{{ SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE  | replace("v", "")  }}">Artifact Hub</a>
+    </li>
+
+    <li>CRDs:
+      <ul>
+        <li><a href="{{ SITEURL }}/operator/downloads/crds/{{ SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE }}/all.yaml">All</a></li>
+        <li><a href="{{ SITEURL }}/operator/downloads/crds/{{ SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE }}/solrclouds.yaml">Solr Cloud</a></li>
+        <li><a href="{{ SITEURL }}/operator/downloads/crds/{{ SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE }}/solrprometheusexporters.yaml">Solr Prometheus Exporter</a></li>
+        <li><a href="{{ SITEURL }}/operator/downloads/crds/{{ SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE }}/solrbackups.yaml">Solr Backup</a></li>
+      </ul>
+    </li>
+  </ul>
+
+  <h2 id="past-versions">Past versions
+    <a class="headerlink" href="#past-versions" title="Permanent link">&para;</a>
+  </h2>
+
+  <p>Archives for all past versions of Solr are available at <a href="https://archive.apache.org/dist/solr/operator">the Apache archives</a>. See the <a href="https://github.com/apache/solr-operator/releases">Github releases for pre-v0.3.0 releases</a></p>

Review comment:
       "past version of Solr-Operator"...
   Is it even relevant to mention releases from pre-0.3 here?

##########
File path: themes/solr/templates/operator/downloads.html
##########
@@ -0,0 +1,160 @@
+{% extends "operator/page.html" %}
+
+{% block content_inner %}
+<div class="small-12 columns">
+  <style type="text/css">
+    .headerlink, .elementid-permalink {
+      visibility: hidden;
+    }
+    h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink {
+      visibility: visible
+    }
+  </style>
+
+  <h1 id="solr-downloads">{{ page.title }}
+    <a class="headerlink" href="#solr-downloads" title="Permanent link">¶</a>
+  </h1>
+  {{ page.content }}
+  <h2 id="solr-{{ SOLR_OPERATOR_LATEST_RELEASE | replace(".", "") }}">Solr Operator {{ SOLR_OPERATOR_LATEST_RELEASE }}
+    <a class="headerlink" href="#solr-{{ SOLR_OPERATOR_LATEST_RELEASE | replace(".", "") }}" title="Permanent link">¶</a>
+  </h2>
+
+  <p>Solr Operator {{ SOLR_OPERATOR_LATEST_RELEASE }} is the most recent Apache Solr Operator release.</p>
+
+  <ul>
+    <li>Source release:
+      <a href="https://www.apache.org/dyn/closer.lua/solr/operator/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solr-operator-{{ SOLR_OPERATOR_LATEST_RELEASE }}.tgz">solr-operator-{{ SOLR_OPERATOR_LATEST_RELEASE }}.tgz</a>
+      [<a href="https://downloads.apache.org/solr/operator/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solr-operator-{{ SOLR_OPERATOR_LATEST_RELEASE }}.tgz.asc">PGP</a>]
+      [<a href="https://downloads.apache.org/solr/operator/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solr-operator-{{ SOLR_OPERATOR_LATEST_RELEASE }}.tgz.sha512">SHA512</a>]
+    </li>
+
+    <li>Docker releases:
+      <a href="https://hub.docker.com/r/apache/solr-operator">apache/solr-operator</a>
+    </li>
+
+    <li>Helm Chart release:
+      <a href="https://artifacthub.io/packages/helm/apache-solr/solr-operator/{{ SOLR_OPERATOR_LATEST_RELEASE  | replace("v", "")  }}">Artifact Hub</a>
+    </li>
+
+    <li>CRDs:
+      <ul>
+        <li><a href="{{ SITEURL }}/operator/downloads/crds/{{ SOLR_OPERATOR_LATEST_RELEASE }}/all.yaml">All</a></li>
+        <li><a href="{{ SITEURL }}/operator/downloads/crds/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solrclouds.yaml">Solr Cloud</a></li>
+        <li><a href="{{ SITEURL }}/operator/downloads/crds/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solrprometheusexporters.yaml">Solr Prometheus Exporter</a></li>
+        <li><a href="{{ SITEURL }}/operator/downloads/crds/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solrbackups.yaml">Solr Backup</a></li>
+      </ul>
+    </li>
+
+    <!-- TODO: Change log -->
+    <li><a href="{{ SITEURL }}/{{ SOLR_LATEST_RELEASE | replace(".", "_") }}/changes/Changes.html">Change log</a></li>

Review comment:
       Simly link to https://github.com/apache/solr-operator/releases ?

##########
File path: content/pages/operator/community.md
##########
@@ -0,0 +1,81 @@
+Title: Community
+URL: operator/community.html
+save_as: operator/community.html
+template: operator/community
+
+## Support ##
+
+The Solr Operator community provides user support for free through the [users mailing list](#mailing-lists-chat) and [slack channels](#slack).
+
+## Mailing Lists & Chat ##
+
+We use [mailing lists](https://apache.org/foundation/mailinglists.html) for all official project communications.

Review comment:
       No need to duplicate this paragraph, as long as you link to the main mailing list page for Solr?

##########
File path: themes/solr/templates/operator/features.html
##########
@@ -0,0 +1,201 @@
+{% extends "operator/fullwidth.html" %}
+
+{% block fullwidth_title %}<h1>Extension</h1>{% endblock %}
+
+{% block hero_header_inner %}
+<div class="large-12 columns">
+  <div class="annotation">
+    Apache Solr Operator<sup>&trade;</sup> {{ SOLR_OPERATOR_LATEST_RELEASE }}
+  </div>
+  <h1>
+    Solr Operator Features
+  </h1>
+  <p>
+  The Solr Operator is a control-plane manager for a Solr ecosystem in Kubernetes.
+  </p>
+  <div class="down-arrow"><a data-scroll href="#crds"><i class="fa fa-angle-down fa-2x red"></i></a></div>
+</div>
+{% endblock %}
+
+{% block content_inner %}
+<section class="gray col-4 offset-small" id="crds">
+  <div class="row">
+    <ul class="small-block-grid-1 medium-block-grid-3">
+      <li>
+          <div class="box">
+            <a href="#solr-cloud">
+            <div class="img"><img src="{{ SITEURL }}/theme/images/Solr_Icons_fast_near_real-time.svg"/></div>
+            <div class="content">
+              <h3>Solr Cloud</h3>
+              <p>Orchestrate highly available Solr Cloud clusters in Kubernetes.</p>
+            </div>
+            </a>
+          </div>
+      </li>
+      <li>
+        <div class="box">
+        <a href="#solr-metrics">
+            <div class="img"><img src="{{ SITEURL }}/theme/images/Solr_Icons_monitorable_logging.svg"/></div>
+            <div class="content">
+              <h3>Solr Prometheus Exporter</h3>
+              <p>Manage collection of Solr Metrics, adapting to changes in your Solr Cloud.</p>
+            </div>
+        </a>
+        </div>
+      </li>
+      <li>
+        <a href="#solr-backup">
+          <div class="box">
+            <div class="img"><img src="{{ SITEURL }}/theme/images/Solr_Icons_multiple_search_indices.svg"/></div>
+            <div class="content">
+              <h3>Solr Backup</h3>
+              <p>Take backups of your Solr Cloud.</p>
+            </div>
+          </div>
+        </a>
+      </li>
+    </ul>
+  </div>
+</section>
+
+<section class="hero alternate" id="solr-cloud">
+  <div class="row">
+    <div class="large-12 columns">
+      <div class="annotation">
+        Solr Cloud
+      </div>
+      <h1>
+        Managing Solr Cloud clusters in Kubernetes.
+      </h1>
+      <div class="down-arrow"><a data-scroll href="#solr-cloud-features"><i class="fa fa-angle-down fa-2x red"></i></a></div>
+    </div>
+  </div>
+</section>
+
+<section class="gray col-4 offset-small" id="solr-cloud-features">
+  <div class="row">
+    <ul class="small-block-grid-1 medium-block-grid-3">
+      <li>
+        <div class="box">
+          <div class="img"><img src="{{ SITEURL }}/theme/images/Solr_Icons_standards_based_open_interfaces.svg"/></div>
+          <div class="content">
+            <h3>Advanced and Safe Rolling Restarts and Upgrades</h3>
+            <p>The Solr Operator can orchestrate a safe rolling restart and upgrade of SolrCloud clusters.</p>
+          </div>
+        </div>
+      </li>
+      <li>
+        <div class="box">
+          <div class="img"><img src="{{ SITEURL }}/theme/images/Solr_Icons_security.svg"/></div>
+          <div class="content">
+            <h3>Easy enablement of Solr Security</h3>
+            <p>Turning on Solr security, with Basic Auth, is as easy as flipping a switch.</p>
+            <p>It's also never been easier to enable SSL within your Solr Cloud.</p>
+          </div>
+        </div>
+      </li>
+      <li>
+        <div class="box">
+          <div class="img"><img src="{{ SITEURL }}/theme/images/Solr_Icons_highly_configurable.svg"/></div>
+          <div class="content">
+            <h3>Hassle-Free ZooKeeper Deployment</h3>
+            <p>
+              Easily spin up an external ZooKeeper cluster for your SolrCloud.
+              Possible via an integration with the <a href="https://github.com/pravega/zookeeper-operator">ZooKeeper Operator</a>.
+            </p>
+          </div>
+        </div>
+      </li>
+      <li>
+        <div class="box">
+          <div class="img"><img src="{{ SITEURL }}/theme/images/Solr_Icons_flexible_and_adaptable.svg"/></div>
+          <div class="content">
+            <h3>Customize the Kubernetes Components</h3>
+            <p>The Solr Operator gives many options for customizing the Kubernetes components used to deploy the Solr Cloud.</p>
+          </div>
+        </div>
+      </li>
+    </ul>
+  </div>
+</section>
+
+<section class="hero alternate" id="solr-metrics">
+  <div class="row">
+    <div class="large-12 columns">
+      <div class="annotation">
+        Solr Prometheus Exporter
+      </div>
+      <h1>
+        Managing Solr Metrics in Kubernetes.
+      </h1>
+      <div class="down-arrow"><a data-scroll href="#solr-metrics-features"><i class="fa fa-angle-down fa-2x red"></i></a></div>
+    </div>
+  </div>
+</section>
+
+<section class="gray col-4 offset-small" id="solr-metrics-features">
+  <div class="row">
+    <ul class="small-block-grid-1 medium-block-grid-3">
+      <li>
+        <div class="box">
+          <div class="img"><img src="{{ SITEURL }}/theme/images/Solr_Icons_standards_based_open_interfaces.svg"/></div>
+          <div class="content">
+            <h3>Automatically Update Information</h3>
+            <p>Automatically restart when updates to TLS secrets, Auth or ZooKeeper Connection Strings are made.</p>
+          </div>
+        </div>
+      </li>
+      <li>
+        <div class="box">
+          <div class="img"><img src="{{ SITEURL }}/theme/images/Solr_Icons_extensible_plugin.svg"/></div>
+          <div class="content">
+            <h3>Integrate with Prometheus Stack</h3>
+            <p>Integration with the Prometheus Operator in Kubernetes is easy and well documented.</p>
+          </div>
+        </div>
+      </li>
+      <li>
+        <div class="box">
+          <div class="img"><img src="{{ SITEURL }}/theme/images/Solr_Icons_flexible_and_adaptable.svg"/></div>
+          <div class="content">
+            <h3>Customize the Kubernetes Components</h3>
+            <p>The Solr Operator gives many options for customizing the Kubernetes components used to deploy the Solr Prometheus Exporter.</p>
+          </div>
+        </div>
+      </li>
+    </ul>
+  </div>
+</section>
+
+<section class="hero alternate" id="solr-backup">
+  <div class="row">
+    <div class="large-12 columns">
+      <div class="annotation">
+        Solr Backups
+      </div>
+      <h1>
+        Backup your SolrClouds in Kubernetes.
+      </h1>
+      <div class="down-arrow"><a data-scroll href="#solr-backup-features"><i class="fa fa-angle-down fa-2x red"></i></a></div>
+    </div>
+  </div>
+</section>
+
+<section class="gray col-4 offset-small" id="solr-backup-features">
+  <div class="row">
+    <ul class="small-block-grid-1 medium-block-grid-3">
+      <li>
+        <div class="box">
+          <div class="img"><img src="{{ SITEURL }}/theme/images/Solr_Icons_an_ajax_based.svg"/></div>
+          <div class="content">
+            <h3>Multiple Storage Options</h3>

Review comment:
       There is a mouse-over effect for each of the feature blocks. But no link.
   
   Could it be an idea to link to the part of the github Wiki documentation for each of the features?

##########
File path: content/pages/operator/community.md
##########
@@ -0,0 +1,81 @@
+Title: Community
+URL: operator/community.html
+save_as: operator/community.html
+template: operator/community
+
+## Support ##
+
+The Solr Operator community provides user support for free through the [users mailing list](#mailing-lists-chat) and [slack channels](#slack).
+
+## Mailing Lists & Chat ##
+
+We use [mailing lists](https://apache.org/foundation/mailinglists.html) for all official project communications.
+To subscribe or unsubscribe you need to send an email to special addresses (e.g. users-subscribe@solr.apache.org to subscribe to the users list).
+This email must be sent from **the email address you want to subscribe as or unsubscribe from**. You will then need to
+confirm by replying to an automated e-mail from the list software.
+
+The Solr Operator shares mailing lists with its parent project, Apache Solr.
+Available lists can be [found here]({filename}/pages/community.md#mailing-lists-chat).
+
+#### Mailing list etiquette
+
+Written communication is hard and prone to misunderstandings. We recommend reading [ComDev's etiquette page](https://community.apache.org/contributors/etiquette) for some practical tips on how to improve.
+
+#### Slack ####
+
+* The project's main Slack channel is `#solr-operator` in the `Kubernetes` organization.  
+  Link: <https://kubernetes.slack.com/messages/solr-operator>
+
+* A developer focused Slack channel can be found at `#solr-operator` in the `the-asf` organization.  
+  Link: <https://the-asf.slack.com/messages/C01JR8WE1M5>
+
+## Issue tracker ##
+
+The Solr Operator uses [Github issues](https://github.com/apache/solr-operator/issues) in it's repository for issue tracking.
+
+## How To Contribute ##
+
+Looking to contribute to the Solr Operator?  Read the [instructions](https://github.com/apache/lucene-solr-operator/blob/main/docs/development.md) on
+development and then submit a PR!
+
+## Code of Conduct ##
+
+For a large and diverse community like ours to be friendly, welcoming and respectful, we recognize the need for some guidelines. The project follows [Apache's Code of Conduct statement](https://www.apache.org/foundation/policies/conduct). Please take some time to read and understand it.
+
+If you feel there has been a violation of this code, please point out your concerns publicly in a friendly and matter of fact manner. Nonverbal communication is prone to misinterpretation and misunderstanding. Everyone has bad days and sometimes says things they regret later. Someone else's communication style may clash with yours, but the difference can be amicably resolved. After pointing out your concerns please be generous upon receiving an apology.
+
+Should there be repeated instances of code of conduct violations, or if there is an obvious and severe violation, the Solr PMC may become involved.
+
+### The Apache Way
+
+As an Apache project we strive to follow [The Apache Way](http://theapacheway.com/). If you are new to the community or to open source in general, you may benefit from understanding our core values as a community, and why we operate the way we do.
+
+## Version Control ##
+
+The Solr source code resides in the Apache [GIT](http://git.apache.org) repository. Various GIT clients
+can be obtained from [git-scm.com](https://git-scm.com/). There are also GIT integrations for various
+IDEs. For Eclipse, look at [EGit](http://www.eclipse.org/egit/). IntelliJ has git support bundled, if you
+have installed the command line version.
+
+#### Web Access (read-only) ####
+
+The source code can be browsed at <https://github.com/apache/solr-operator> and also <https://gitbox.apache.org/repos/asf?p=solr-operator.git>.
+No GIT client software is required.
+
+#### Cloning the repository ####
+
+To work on the code locally, you may clone the git repository:
+
+    git clone https://github.com/apache/solr-operator.git
+
+Then use GitHub's [fork feature](https://docs.github.com/en/github/getting-started-with-github/fork-a-repo)
+to obtain a personal fork from which you can later contribute your changes through a
+[Pull Request](https://github.com/apache/solr-operator/pulls)
+
+You may alternatively choose to clone apache's git mirror at `https://gitbox.apache.org/repos/asf?p=solr-operator.git`.
+
+## Powered By ##
+TODO: Either remove or find a list of Powered By

Review comment:
       Remove the entire section for now - add later if we add one

##########
File path: themes/solr/templates/operator/downloads.html
##########
@@ -0,0 +1,160 @@
+{% extends "operator/page.html" %}
+
+{% block content_inner %}
+<div class="small-12 columns">
+  <style type="text/css">
+    .headerlink, .elementid-permalink {
+      visibility: hidden;
+    }
+    h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink {
+      visibility: visible
+    }
+  </style>
+
+  <h1 id="solr-downloads">{{ page.title }}
+    <a class="headerlink" href="#solr-downloads" title="Permanent link">¶</a>
+  </h1>
+  {{ page.content }}
+  <h2 id="solr-{{ SOLR_OPERATOR_LATEST_RELEASE | replace(".", "") }}">Solr Operator {{ SOLR_OPERATOR_LATEST_RELEASE }}
+    <a class="headerlink" href="#solr-{{ SOLR_OPERATOR_LATEST_RELEASE | replace(".", "") }}" title="Permanent link">¶</a>
+  </h2>
+
+  <p>Solr Operator {{ SOLR_OPERATOR_LATEST_RELEASE }} is the most recent Apache Solr Operator release.</p>
+
+  <ul>
+    <li>Source release:
+      <a href="https://www.apache.org/dyn/closer.lua/solr/operator/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solr-operator-{{ SOLR_OPERATOR_LATEST_RELEASE }}.tgz">solr-operator-{{ SOLR_OPERATOR_LATEST_RELEASE }}.tgz</a>
+      [<a href="https://downloads.apache.org/solr/operator/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solr-operator-{{ SOLR_OPERATOR_LATEST_RELEASE }}.tgz.asc">PGP</a>]
+      [<a href="https://downloads.apache.org/solr/operator/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solr-operator-{{ SOLR_OPERATOR_LATEST_RELEASE }}.tgz.sha512">SHA512</a>]
+    </li>
+
+    <li>Docker releases:
+      <a href="https://hub.docker.com/r/apache/solr-operator">apache/solr-operator</a>
+    </li>
+
+    <li>Helm Chart release:
+      <a href="https://artifacthub.io/packages/helm/apache-solr/solr-operator/{{ SOLR_OPERATOR_LATEST_RELEASE  | replace("v", "")  }}">Artifact Hub</a>
+    </li>
+
+    <li>CRDs:
+      <ul>
+        <li><a href="{{ SITEURL }}/operator/downloads/crds/{{ SOLR_OPERATOR_LATEST_RELEASE }}/all.yaml">All</a></li>

Review comment:
       Should the CRDs live on the website, or will it be in a location "softlinked" to somewhere else?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [solr-site] janhoy commented on pull request #11: Add Solr operator site

Posted by GitBox <gi...@apache.org>.
janhoy commented on pull request #11:
URL: https://github.com/apache/solr-site/pull/11#issuecomment-802806176


   Also, I am unsure whether the project needs two SECURITY pages - perhaps the main one can also cover CVEs for the operator, the Dockerfile etc?
   
   A separate NEWS section is perhaps justified for operator, but i'm not 100% convinced? Like the news about operator donated to Solr project seems to me a better fit on the main Solr News page.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [solr-site] HoustonPutman commented on pull request #11: Add Solr operator site

Posted by GitBox <gi...@apache.org>.
HoustonPutman commented on pull request #11:
URL: https://github.com/apache/solr-site/pull/11#issuecomment-805925306


   Wow nice research. I had an idea of using the kubernetes logo and turning it into sun beams, to mimmick the solr logo. My girlfriend offered to help me mock something up. So we'll see where that goes 😃 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [solr-site] janhoy commented on pull request #11: Add Solr operator site

Posted by GitBox <gi...@apache.org>.
janhoy commented on pull request #11:
URL: https://github.com/apache/solr-site/pull/11#issuecomment-805621578


   Here you go :) I'm not sure it is advisable to rip it off even if the k8s logo is CCBY licensed :)
   ![SolrOperator-logo](https://user-images.githubusercontent.com/409128/112282008-f8a4fa80-8c86-11eb-8dd9-f1d367037c74.png)
   Do you have other ideas?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [solr-site] janhoy commented on pull request #11: Add Solr operator site

Posted by GitBox <gi...@apache.org>.
janhoy commented on pull request #11:
URL: https://github.com/apache/solr-site/pull/11#issuecomment-805969752


   > That's actually really nice, though it might be weird since we use kubebuilder, not the operator framework.
   
   Haha - true. The two are slowly merging to become one, aren't they? But better stick with k8s elements I guess :) We don't need to have a separate logo for the first versin of the sub page though..


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [solr-site] janhoy commented on pull request #11: Add Solr operator site

Posted by GitBox <gi...@apache.org>.
janhoy commented on pull request #11:
URL: https://github.com/apache/solr-site/pull/11#issuecomment-829644175


   It can definitely be done separately - not indending to hold up the release, nor to sit up all night with photoshop :) Also makes sense to wait for the logo vote, and then promote it some more. Also perhaps collaborate with ASF on an official blog post about the new project.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr-site] HoustonPutman commented on pull request #11: Add Solr operator site

Posted by GitBox <gi...@apache.org>.
HoustonPutman commented on pull request #11:
URL: https://github.com/apache/solr-site/pull/11#issuecomment-805953721


   That's actually really nice, though it might be weird since we use kubebuilder, not the operator framework.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [solr-site] janhoy commented on a change in pull request #11: Add Solr operator site

Posted by GitBox <gi...@apache.org>.
janhoy commented on a change in pull request #11:
URL: https://github.com/apache/solr-site/pull/11#discussion_r600609265



##########
File path: themes/solr/templates/operator/downloads.html
##########
@@ -0,0 +1,160 @@
+{% extends "operator/page.html" %}
+
+{% block content_inner %}
+<div class="small-12 columns">
+  <style type="text/css">
+    .headerlink, .elementid-permalink {
+      visibility: hidden;
+    }
+    h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink {
+      visibility: visible
+    }
+  </style>
+
+  <h1 id="solr-downloads">{{ page.title }}
+    <a class="headerlink" href="#solr-downloads" title="Permanent link">¶</a>
+  </h1>
+  {{ page.content }}
+  <h2 id="solr-{{ SOLR_OPERATOR_LATEST_RELEASE | replace(".", "") }}">Solr Operator {{ SOLR_OPERATOR_LATEST_RELEASE }}
+    <a class="headerlink" href="#solr-{{ SOLR_OPERATOR_LATEST_RELEASE | replace(".", "") }}" title="Permanent link">¶</a>
+  </h2>
+
+  <p>Solr Operator {{ SOLR_OPERATOR_LATEST_RELEASE }} is the most recent Apache Solr Operator release.</p>
+
+  <ul>
+    <li>Source release:
+      <a href="https://www.apache.org/dyn/closer.lua/solr/operator/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solr-operator-{{ SOLR_OPERATOR_LATEST_RELEASE }}.tgz">solr-operator-{{ SOLR_OPERATOR_LATEST_RELEASE }}.tgz</a>
+      [<a href="https://downloads.apache.org/solr/operator/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solr-operator-{{ SOLR_OPERATOR_LATEST_RELEASE }}.tgz.asc">PGP</a>]
+      [<a href="https://downloads.apache.org/solr/operator/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solr-operator-{{ SOLR_OPERATOR_LATEST_RELEASE }}.tgz.sha512">SHA512</a>]
+    </li>
+
+    <li>Docker releases:
+      <a href="https://hub.docker.com/r/apache/solr-operator">apache/solr-operator</a>
+    </li>
+
+    <li>Helm Chart release:
+      <a href="https://artifacthub.io/packages/helm/apache-solr/solr-operator/{{ SOLR_OPERATOR_LATEST_RELEASE  | replace("v", "")  }}">Artifact Hub</a>
+    </li>
+
+    <li>CRDs:
+      <ul>
+        <li><a href="{{ SITEURL }}/operator/downloads/crds/{{ SOLR_OPERATOR_LATEST_RELEASE }}/all.yaml">All</a></li>
+        <li><a href="{{ SITEURL }}/operator/downloads/crds/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solrclouds.yaml">Solr Cloud</a></li>
+        <li><a href="{{ SITEURL }}/operator/downloads/crds/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solrprometheusexporters.yaml">Solr Prometheus Exporter</a></li>
+        <li><a href="{{ SITEURL }}/operator/downloads/crds/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solrbackups.yaml">Solr Backup</a></li>
+      </ul>
+    </li>
+
+    <!-- TODO: Change log -->
+    <li><a href="{{ SITEURL }}/{{ SOLR_LATEST_RELEASE | replace(".", "_") }}/changes/Changes.html">Change log</a></li>

Review comment:
       I see. So as a start link to that releases page, and then change it once we have a better location? Or could artifactHub serve as the main changelog? Guess we need changes info in the git repo or other ASF controlled location as well.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [solr-site] HoustonPutman commented on pull request #11: Add Solr operator site

Posted by GitBox <gi...@apache.org>.
HoustonPutman commented on pull request #11:
URL: https://github.com/apache/solr-site/pull/11#issuecomment-829596189


   Weirdly I tried it locally and it looked good to go. I notice that the "Operator" menu item is still there for you, so I'm not sure you are using the latest from my branch.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr-site] HoustonPutman commented on a change in pull request #11: Add Solr operator site

Posted by GitBox <gi...@apache.org>.
HoustonPutman commented on a change in pull request #11:
URL: https://github.com/apache/solr-site/pull/11#discussion_r600586534



##########
File path: themes/solr/templates/operator/downloads.html
##########
@@ -0,0 +1,160 @@
+{% extends "operator/page.html" %}
+
+{% block content_inner %}
+<div class="small-12 columns">
+  <style type="text/css">
+    .headerlink, .elementid-permalink {
+      visibility: hidden;
+    }
+    h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink {
+      visibility: visible
+    }
+  </style>
+
+  <h1 id="solr-downloads">{{ page.title }}
+    <a class="headerlink" href="#solr-downloads" title="Permanent link">¶</a>
+  </h1>
+  {{ page.content }}
+  <h2 id="solr-{{ SOLR_OPERATOR_LATEST_RELEASE | replace(".", "") }}">Solr Operator {{ SOLR_OPERATOR_LATEST_RELEASE }}
+    <a class="headerlink" href="#solr-{{ SOLR_OPERATOR_LATEST_RELEASE | replace(".", "") }}" title="Permanent link">¶</a>
+  </h2>
+
+  <p>Solr Operator {{ SOLR_OPERATOR_LATEST_RELEASE }} is the most recent Apache Solr Operator release.</p>
+
+  <ul>
+    <li>Source release:
+      <a href="https://www.apache.org/dyn/closer.lua/solr/operator/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solr-operator-{{ SOLR_OPERATOR_LATEST_RELEASE }}.tgz">solr-operator-{{ SOLR_OPERATOR_LATEST_RELEASE }}.tgz</a>
+      [<a href="https://downloads.apache.org/solr/operator/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solr-operator-{{ SOLR_OPERATOR_LATEST_RELEASE }}.tgz.asc">PGP</a>]
+      [<a href="https://downloads.apache.org/solr/operator/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solr-operator-{{ SOLR_OPERATOR_LATEST_RELEASE }}.tgz.sha512">SHA512</a>]
+    </li>
+
+    <li>Docker releases:
+      <a href="https://hub.docker.com/r/apache/solr-operator">apache/solr-operator</a>
+    </li>
+
+    <li>Helm Chart release:
+      <a href="https://artifacthub.io/packages/helm/apache-solr/solr-operator/{{ SOLR_OPERATOR_LATEST_RELEASE  | replace("v", "")  }}">Artifact Hub</a>
+    </li>
+
+    <li>CRDs:
+      <ul>
+        <li><a href="{{ SITEURL }}/operator/downloads/crds/{{ SOLR_OPERATOR_LATEST_RELEASE }}/all.yaml">All</a></li>

Review comment:
       It's redirected to the same place as the helm charts, nightlies.apache.org (hopefully they will have a better location in the future.) The files do not live in the site.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [solr-site] HoustonPutman commented on a change in pull request #11: Add Solr operator site

Posted by GitBox <gi...@apache.org>.
HoustonPutman commented on a change in pull request #11:
URL: https://github.com/apache/solr-site/pull/11#discussion_r600588008



##########
File path: themes/solr/templates/operator/downloads.html
##########
@@ -0,0 +1,160 @@
+{% extends "operator/page.html" %}
+
+{% block content_inner %}
+<div class="small-12 columns">
+  <style type="text/css">
+    .headerlink, .elementid-permalink {
+      visibility: hidden;
+    }
+    h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink {
+      visibility: visible
+    }
+  </style>
+
+  <h1 id="solr-downloads">{{ page.title }}
+    <a class="headerlink" href="#solr-downloads" title="Permanent link">¶</a>
+  </h1>
+  {{ page.content }}
+  <h2 id="solr-{{ SOLR_OPERATOR_LATEST_RELEASE | replace(".", "") }}">Solr Operator {{ SOLR_OPERATOR_LATEST_RELEASE }}
+    <a class="headerlink" href="#solr-{{ SOLR_OPERATOR_LATEST_RELEASE | replace(".", "") }}" title="Permanent link">¶</a>
+  </h2>
+
+  <p>Solr Operator {{ SOLR_OPERATOR_LATEST_RELEASE }} is the most recent Apache Solr Operator release.</p>
+
+  <ul>
+    <li>Source release:
+      <a href="https://www.apache.org/dyn/closer.lua/solr/operator/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solr-operator-{{ SOLR_OPERATOR_LATEST_RELEASE }}.tgz">solr-operator-{{ SOLR_OPERATOR_LATEST_RELEASE }}.tgz</a>
+      [<a href="https://downloads.apache.org/solr/operator/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solr-operator-{{ SOLR_OPERATOR_LATEST_RELEASE }}.tgz.asc">PGP</a>]
+      [<a href="https://downloads.apache.org/solr/operator/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solr-operator-{{ SOLR_OPERATOR_LATEST_RELEASE }}.tgz.sha512">SHA512</a>]
+    </li>
+
+    <li>Docker releases:
+      <a href="https://hub.docker.com/r/apache/solr-operator">apache/solr-operator</a>
+    </li>
+
+    <li>Helm Chart release:
+      <a href="https://artifacthub.io/packages/helm/apache-solr/solr-operator/{{ SOLR_OPERATOR_LATEST_RELEASE  | replace("v", "")  }}">Artifact Hub</a>
+    </li>
+
+    <li>CRDs:
+      <ul>
+        <li><a href="{{ SITEURL }}/operator/downloads/crds/{{ SOLR_OPERATOR_LATEST_RELEASE }}/all.yaml">All</a></li>
+        <li><a href="{{ SITEURL }}/operator/downloads/crds/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solrclouds.yaml">Solr Cloud</a></li>
+        <li><a href="{{ SITEURL }}/operator/downloads/crds/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solrprometheusexporters.yaml">Solr Prometheus Exporter</a></li>
+        <li><a href="{{ SITEURL }}/operator/downloads/crds/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solrbackups.yaml">Solr Backup</a></li>
+      </ul>
+    </li>
+
+    <!-- TODO: Change log -->
+    <li><a href="{{ SITEURL }}/{{ SOLR_LATEST_RELEASE | replace(".", "_") }}/changes/Changes.html">Change log</a></li>
+  </ul>
+
+  <h3 id="solr-{{ SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE | replace(".", "") }}">Solr Operator {{ SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE }}
+    <a class="headerlink" href="#solr-{{ SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE | replace(".", "") }}" title="Permanent link">¶</a>
+  </h3>
+
+  <p>Solr Operator {{ SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE }} is the last release in the v0.{{ SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE.split(".")[1] }}.x series.</p>
+
+  <ul>
+    <li>Source release:
+      <a href="https://github.com/apache/solr-operator/archive/v0.2.8.tar.gz">solr-operator-{{ SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE }}.tgz</a>
+      <!-- TODO: Replace bullet point with following when v0.2.x is no longer relevant
+      <a href="https://www.apache.org/dyn/closer.lua/solr/operator/{{ SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE }}/solr-operator-{{ SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE }}.tgz">solr-{{ SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE }}.tgz</a>
+      [<a href="https://downloads.apache.org/solr/operator/{{ SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE }}/solr-operator-{{ SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE }}.tgz.asc">PGP</a>]
+      [<a href="https://downloads.apache.org/solr/operator/{{ SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE }}/solr-operator-{{ SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE }}.tgz.sha512">SHA512</a>]
+      -->
+    </li>
+
+    <!-- TODO: Change to Apache when v0.2.x is no longer relevant -->
+    <li>Docker releases:
+      <a href="https://hub.docker.com/r/bloomberg/solr-operator">bloomberg/solr-operator</a>
+    </li>
+
+    <li>Helm Chart release:
+      <a href="https://artifacthub.io/packages/helm/apache-solr/solr-operator/{{ SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE  | replace("v", "")  }}">Artifact Hub</a>
+    </li>
+
+    <li>CRDs:
+      <ul>
+        <li><a href="{{ SITEURL }}/operator/downloads/crds/{{ SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE }}/all.yaml">All</a></li>
+        <li><a href="{{ SITEURL }}/operator/downloads/crds/{{ SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE }}/solrclouds.yaml">Solr Cloud</a></li>
+        <li><a href="{{ SITEURL }}/operator/downloads/crds/{{ SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE }}/solrprometheusexporters.yaml">Solr Prometheus Exporter</a></li>
+        <li><a href="{{ SITEURL }}/operator/downloads/crds/{{ SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE }}/solrbackups.yaml">Solr Backup</a></li>
+      </ul>
+    </li>
+  </ul>
+
+  <h2 id="past-versions">Past versions
+    <a class="headerlink" href="#past-versions" title="Permanent link">&para;</a>
+  </h2>
+
+  <p>Archives for all past versions of Solr are available at <a href="https://archive.apache.org/dist/solr/operator">the Apache archives</a>. See the <a href="https://github.com/apache/solr-operator/releases">Github releases for pre-v0.3.0 releases</a></p>

Review comment:
       Not sure, just thought I'd include it in case people get confused.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [solr-site] HoustonPutman commented on pull request #11: Add Solr operator site

Posted by GitBox <gi...@apache.org>.
HoustonPutman commented on pull request #11:
URL: https://github.com/apache/solr-site/pull/11#issuecomment-805101438


   Ok, I've changed the color to an exact mix of the Solr Color and the Kubernetes Color, and I think it works quite well.
   
   I also added the SOLR TLP button, and removed some things from the menu. For the security, so far I just removed the button. Need some more effort to remove all the places that had the new security feed.
   
   Still think we should have a related but separate Logo for the project, will think on that a bit.
   
   <img width="1095" alt="Screen Shot 2021-03-23 at 1 41 07 PM" src="https://user-images.githubusercontent.com/3376422/112192995-d60ad700-8bdd-11eb-9d50-cf9d42f1eea4.png">
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [solr-site] HoustonPutman commented on pull request #11: Add Solr operator site

Posted by GitBox <gi...@apache.org>.
HoustonPutman commented on pull request #11:
URL: https://github.com/apache/solr-site/pull/11#issuecomment-813531802


   @janhoy, what is the typeface that Solr uses? It looks like you've used it since you added "Operator" in the same lettering.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr-site] janhoy commented on pull request #11: Add Solr operator site

Posted by GitBox <gi...@apache.org>.
janhoy commented on pull request #11:
URL: https://github.com/apache/solr-site/pull/11#issuecomment-805922437


   Some other operator logos
   <img height=100 src="https://pbs.twimg.com/media/D8OJh8EXkAAaMjI.jpg"/><img height=100 src="https://amadeusitgroup.github.io/Redis-Operator/imgs/logo.png"/><img height=100 src="https://www.scylladb.com/wp-content/uploads/scylla-operator@3x.png"/><img height=100 src="https://prometheus-operator.dev/logo.svg"/><img height=100 src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQyLH7erGGb0JHo3MD0ITlim_vFmb2cbwkucw&usqp=CAU"/><img height=100 src="https://sweetops.com/wp-content/uploads/2019/01/istio_operator_logo.png"/>
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [solr-site] janhoy commented on pull request #11: Add Solr operator site

Posted by GitBox <gi...@apache.org>.
janhoy commented on pull request #11:
URL: https://github.com/apache/solr-site/pull/11#issuecomment-803119476


   This is one way - different color and a button to the right to get you back. In this screenshot I also removed the SECURITY, PROJECT and DOWNLOAD menus, then it starts to be more distinct already. I'm not suggesting that green color, but just an example for my thinking... And I'm not a designer :)
   <img width="1193" alt="Skjermbilde 2021-03-19 kl  21 47 57" src="https://user-images.githubusercontent.com/409128/111840506-c8fb9880-88fc-11eb-9eb5-05edc4db9d6a.png">
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [solr-site] HoustonPutman commented on a change in pull request #11: Add Solr operator site

Posted by GitBox <gi...@apache.org>.
HoustonPutman commented on a change in pull request #11:
URL: https://github.com/apache/solr-site/pull/11#discussion_r600612409



##########
File path: themes/solr/templates/operator/downloads.html
##########
@@ -0,0 +1,160 @@
+{% extends "operator/page.html" %}
+
+{% block content_inner %}
+<div class="small-12 columns">
+  <style type="text/css">
+    .headerlink, .elementid-permalink {
+      visibility: hidden;
+    }
+    h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink {
+      visibility: visible
+    }
+  </style>
+
+  <h1 id="solr-downloads">{{ page.title }}
+    <a class="headerlink" href="#solr-downloads" title="Permanent link">¶</a>
+  </h1>
+  {{ page.content }}
+  <h2 id="solr-{{ SOLR_OPERATOR_LATEST_RELEASE | replace(".", "") }}">Solr Operator {{ SOLR_OPERATOR_LATEST_RELEASE }}
+    <a class="headerlink" href="#solr-{{ SOLR_OPERATOR_LATEST_RELEASE | replace(".", "") }}" title="Permanent link">¶</a>
+  </h2>
+
+  <p>Solr Operator {{ SOLR_OPERATOR_LATEST_RELEASE }} is the most recent Apache Solr Operator release.</p>
+
+  <ul>
+    <li>Source release:
+      <a href="https://www.apache.org/dyn/closer.lua/solr/operator/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solr-operator-{{ SOLR_OPERATOR_LATEST_RELEASE }}.tgz">solr-operator-{{ SOLR_OPERATOR_LATEST_RELEASE }}.tgz</a>
+      [<a href="https://downloads.apache.org/solr/operator/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solr-operator-{{ SOLR_OPERATOR_LATEST_RELEASE }}.tgz.asc">PGP</a>]
+      [<a href="https://downloads.apache.org/solr/operator/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solr-operator-{{ SOLR_OPERATOR_LATEST_RELEASE }}.tgz.sha512">SHA512</a>]
+    </li>
+
+    <li>Docker releases:
+      <a href="https://hub.docker.com/r/apache/solr-operator">apache/solr-operator</a>
+    </li>
+
+    <li>Helm Chart release:
+      <a href="https://artifacthub.io/packages/helm/apache-solr/solr-operator/{{ SOLR_OPERATOR_LATEST_RELEASE  | replace("v", "")  }}">Artifact Hub</a>
+    </li>
+
+    <li>CRDs:
+      <ul>
+        <li><a href="{{ SITEURL }}/operator/downloads/crds/{{ SOLR_OPERATOR_LATEST_RELEASE }}/all.yaml">All</a></li>
+        <li><a href="{{ SITEURL }}/operator/downloads/crds/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solrclouds.yaml">Solr Cloud</a></li>
+        <li><a href="{{ SITEURL }}/operator/downloads/crds/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solrprometheusexporters.yaml">Solr Prometheus Exporter</a></li>
+        <li><a href="{{ SITEURL }}/operator/downloads/crds/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solrbackups.yaml">Solr Backup</a></li>
+      </ul>
+    </li>
+
+    <!-- TODO: Change log -->
+    <li><a href="{{ SITEURL }}/{{ SOLR_LATEST_RELEASE | replace(".", "_") }}/changes/Changes.html">Change log</a></li>

Review comment:
       Yeah, I'll go with the releases page until we have another solution.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [solr-site] HoustonPutman commented on pull request #11: Add Solr operator site

Posted by GitBox <gi...@apache.org>.
HoustonPutman commented on pull request #11:
URL: https://github.com/apache/solr-site/pull/11#issuecomment-829640310


   Sorry for not responding to that, I think it would be a very good thing to add! I'm fine waiting to merge if you want to include that first, but I also think it can be done separately.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr-site] HoustonPutman merged pull request #11: Add Solr operator site

Posted by GitBox <gi...@apache.org>.
HoustonPutman merged pull request #11:
URL: https://github.com/apache/solr-site/pull/11


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr-site] janhoy commented on pull request #11: Add Solr operator site

Posted by GitBox <gi...@apache.org>.
janhoy commented on pull request #11:
URL: https://github.com/apache/solr-site/pull/11#issuecomment-805940513


   > Wow nice research. I had an idea of using the kubernetes logo and turning it into sun beams, to mimmick the solr logo. My girlfriend offered to help me mock something up. So we'll see where that goes 😃
   
   A rudder is not that different from sun-beams so should be room for some creativity here. Guess the hexagon shape and the rudder are elements that would hint to k8s. Then you also have the spark from the operator framework logo... A spark from the sun???
   <img height=100 src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT-r2aDPByMjFSEh-CNKGTbwmRKNtzyMlkUiIC4my9uQHqq2sxInzCtIAm0x35PxXTs4A&usqp=CAU"/>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [solr-site] janhoy commented on pull request #11: Add Solr operator site

Posted by GitBox <gi...@apache.org>.
janhoy commented on pull request #11:
URL: https://github.com/apache/solr-site/pull/11#issuecomment-805950079


   ![Skjermbilde 2021-03-24 kl  17 00 18](https://user-images.githubusercontent.com/409128/112342357-72a6a500-8cc2-11eb-95d0-49b2c43e2d9e.png)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [solr-site] janhoy commented on pull request #11: Add Solr operator site

Posted by GitBox <gi...@apache.org>.
janhoy commented on pull request #11:
URL: https://github.com/apache/solr-site/pull/11#issuecomment-813629484


   Check out the style guide at https://solr.apache.org/theme/images/identity/Solr_Styleguide.pdf


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr-site] HoustonPutman commented on a change in pull request #11: Add Solr operator site

Posted by GitBox <gi...@apache.org>.
HoustonPutman commented on a change in pull request #11:
URL: https://github.com/apache/solr-site/pull/11#discussion_r600588675



##########
File path: themes/solr/templates/operator/features.html
##########
@@ -0,0 +1,201 @@
+{% extends "operator/fullwidth.html" %}
+
+{% block fullwidth_title %}<h1>Extension</h1>{% endblock %}
+
+{% block hero_header_inner %}
+<div class="large-12 columns">
+  <div class="annotation">
+    Apache Solr Operator<sup>&trade;</sup> {{ SOLR_OPERATOR_LATEST_RELEASE }}
+  </div>
+  <h1>
+    Solr Operator Features
+  </h1>
+  <p>
+  The Solr Operator is a control-plane manager for a Solr ecosystem in Kubernetes.
+  </p>
+  <div class="down-arrow"><a data-scroll href="#crds"><i class="fa fa-angle-down fa-2x red"></i></a></div>
+</div>
+{% endblock %}
+
+{% block content_inner %}
+<section class="gray col-4 offset-small" id="crds">
+  <div class="row">
+    <ul class="small-block-grid-1 medium-block-grid-3">
+      <li>
+          <div class="box">
+            <a href="#solr-cloud">
+            <div class="img"><img src="{{ SITEURL }}/theme/images/Solr_Icons_fast_near_real-time.svg"/></div>
+            <div class="content">
+              <h3>Solr Cloud</h3>
+              <p>Orchestrate highly available Solr Cloud clusters in Kubernetes.</p>
+            </div>
+            </a>
+          </div>
+      </li>
+      <li>
+        <div class="box">
+        <a href="#solr-metrics">
+            <div class="img"><img src="{{ SITEURL }}/theme/images/Solr_Icons_monitorable_logging.svg"/></div>
+            <div class="content">
+              <h3>Solr Prometheus Exporter</h3>
+              <p>Manage collection of Solr Metrics, adapting to changes in your Solr Cloud.</p>
+            </div>
+        </a>
+        </div>
+      </li>
+      <li>
+        <a href="#solr-backup">
+          <div class="box">
+            <div class="img"><img src="{{ SITEURL }}/theme/images/Solr_Icons_multiple_search_indices.svg"/></div>
+            <div class="content">
+              <h3>Solr Backup</h3>
+              <p>Take backups of your Solr Cloud.</p>
+            </div>
+          </div>
+        </a>
+      </li>
+    </ul>
+  </div>
+</section>
+
+<section class="hero alternate" id="solr-cloud">
+  <div class="row">
+    <div class="large-12 columns">
+      <div class="annotation">
+        Solr Cloud
+      </div>
+      <h1>
+        Managing Solr Cloud clusters in Kubernetes.
+      </h1>
+      <div class="down-arrow"><a data-scroll href="#solr-cloud-features"><i class="fa fa-angle-down fa-2x red"></i></a></div>
+    </div>
+  </div>
+</section>
+
+<section class="gray col-4 offset-small" id="solr-cloud-features">
+  <div class="row">
+    <ul class="small-block-grid-1 medium-block-grid-3">
+      <li>
+        <div class="box">
+          <div class="img"><img src="{{ SITEURL }}/theme/images/Solr_Icons_standards_based_open_interfaces.svg"/></div>
+          <div class="content">
+            <h3>Advanced and Safe Rolling Restarts and Upgrades</h3>
+            <p>The Solr Operator can orchestrate a safe rolling restart and upgrade of SolrCloud clusters.</p>
+          </div>
+        </div>
+      </li>
+      <li>
+        <div class="box">
+          <div class="img"><img src="{{ SITEURL }}/theme/images/Solr_Icons_security.svg"/></div>
+          <div class="content">
+            <h3>Easy enablement of Solr Security</h3>
+            <p>Turning on Solr security, with Basic Auth, is as easy as flipping a switch.</p>
+            <p>It's also never been easier to enable SSL within your Solr Cloud.</p>
+          </div>
+        </div>
+      </li>
+      <li>
+        <div class="box">
+          <div class="img"><img src="{{ SITEURL }}/theme/images/Solr_Icons_highly_configurable.svg"/></div>
+          <div class="content">
+            <h3>Hassle-Free ZooKeeper Deployment</h3>
+            <p>
+              Easily spin up an external ZooKeeper cluster for your SolrCloud.
+              Possible via an integration with the <a href="https://github.com/pravega/zookeeper-operator">ZooKeeper Operator</a>.
+            </p>
+          </div>
+        </div>
+      </li>
+      <li>
+        <div class="box">
+          <div class="img"><img src="{{ SITEURL }}/theme/images/Solr_Icons_flexible_and_adaptable.svg"/></div>
+          <div class="content">
+            <h3>Customize the Kubernetes Components</h3>
+            <p>The Solr Operator gives many options for customizing the Kubernetes components used to deploy the Solr Cloud.</p>
+          </div>
+        </div>
+      </li>
+    </ul>
+  </div>
+</section>
+
+<section class="hero alternate" id="solr-metrics">
+  <div class="row">
+    <div class="large-12 columns">
+      <div class="annotation">
+        Solr Prometheus Exporter
+      </div>
+      <h1>
+        Managing Solr Metrics in Kubernetes.
+      </h1>
+      <div class="down-arrow"><a data-scroll href="#solr-metrics-features"><i class="fa fa-angle-down fa-2x red"></i></a></div>
+    </div>
+  </div>
+</section>
+
+<section class="gray col-4 offset-small" id="solr-metrics-features">
+  <div class="row">
+    <ul class="small-block-grid-1 medium-block-grid-3">
+      <li>
+        <div class="box">
+          <div class="img"><img src="{{ SITEURL }}/theme/images/Solr_Icons_standards_based_open_interfaces.svg"/></div>
+          <div class="content">
+            <h3>Automatically Update Information</h3>
+            <p>Automatically restart when updates to TLS secrets, Auth or ZooKeeper Connection Strings are made.</p>
+          </div>
+        </div>
+      </li>
+      <li>
+        <div class="box">
+          <div class="img"><img src="{{ SITEURL }}/theme/images/Solr_Icons_extensible_plugin.svg"/></div>
+          <div class="content">
+            <h3>Integrate with Prometheus Stack</h3>
+            <p>Integration with the Prometheus Operator in Kubernetes is easy and well documented.</p>
+          </div>
+        </div>
+      </li>
+      <li>
+        <div class="box">
+          <div class="img"><img src="{{ SITEURL }}/theme/images/Solr_Icons_flexible_and_adaptable.svg"/></div>
+          <div class="content">
+            <h3>Customize the Kubernetes Components</h3>
+            <p>The Solr Operator gives many options for customizing the Kubernetes components used to deploy the Solr Prometheus Exporter.</p>
+          </div>
+        </div>
+      </li>
+    </ul>
+  </div>
+</section>
+
+<section class="hero alternate" id="solr-backup">
+  <div class="row">
+    <div class="large-12 columns">
+      <div class="annotation">
+        Solr Backups
+      </div>
+      <h1>
+        Backup your SolrClouds in Kubernetes.
+      </h1>
+      <div class="down-arrow"><a data-scroll href="#solr-backup-features"><i class="fa fa-angle-down fa-2x red"></i></a></div>
+    </div>
+  </div>
+</section>
+
+<section class="gray col-4 offset-small" id="solr-backup-features">
+  <div class="row">
+    <ul class="small-block-grid-1 medium-block-grid-3">
+      <li>
+        <div class="box">
+          <div class="img"><img src="{{ SITEURL }}/theme/images/Solr_Icons_an_ajax_based.svg"/></div>
+          <div class="content">
+            <h3>Multiple Storage Options</h3>

Review comment:
       Yes, I think that would be a great idea.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [solr-site] janhoy commented on pull request #11: Add Solr operator site

Posted by GitBox <gi...@apache.org>.
janhoy commented on pull request #11:
URL: https://github.com/apache/solr-site/pull/11#issuecomment-829633227


   > Perhaps this PR should also add a new section to Solr's frontpage, telling the world about the Solr operator. It could be a "marketing" kind of text, designed to let people know that it is there. And it would link to the sub-site.
   
   This was an earlier comment I had. Any thoughts? Would be nice with some k8s graphics to draw attention to the sub-project.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr-site] HoustonPutman commented on pull request #11: Add Solr operator site

Posted by GitBox <gi...@apache.org>.
HoustonPutman commented on pull request #11:
URL: https://github.com/apache/solr-site/pull/11#issuecomment-829645238


   > Also makes sense to wait for the logo vote, and then promote it some more. Also perhaps collaborate with ASF on an official blog post about the new project.
   
   Very much agree with both.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr-site] HoustonPutman commented on a change in pull request #11: Add Solr operator site

Posted by GitBox <gi...@apache.org>.
HoustonPutman commented on a change in pull request #11:
URL: https://github.com/apache/solr-site/pull/11#discussion_r600602786



##########
File path: themes/solr/templates/operator/downloads.html
##########
@@ -0,0 +1,160 @@
+{% extends "operator/page.html" %}
+
+{% block content_inner %}
+<div class="small-12 columns">
+  <style type="text/css">
+    .headerlink, .elementid-permalink {
+      visibility: hidden;
+    }
+    h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink {
+      visibility: visible
+    }
+  </style>
+
+  <h1 id="solr-downloads">{{ page.title }}
+    <a class="headerlink" href="#solr-downloads" title="Permanent link">¶</a>
+  </h1>
+  {{ page.content }}
+  <h2 id="solr-{{ SOLR_OPERATOR_LATEST_RELEASE | replace(".", "") }}">Solr Operator {{ SOLR_OPERATOR_LATEST_RELEASE }}
+    <a class="headerlink" href="#solr-{{ SOLR_OPERATOR_LATEST_RELEASE | replace(".", "") }}" title="Permanent link">¶</a>
+  </h2>
+
+  <p>Solr Operator {{ SOLR_OPERATOR_LATEST_RELEASE }} is the most recent Apache Solr Operator release.</p>
+
+  <ul>
+    <li>Source release:
+      <a href="https://www.apache.org/dyn/closer.lua/solr/operator/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solr-operator-{{ SOLR_OPERATOR_LATEST_RELEASE }}.tgz">solr-operator-{{ SOLR_OPERATOR_LATEST_RELEASE }}.tgz</a>
+      [<a href="https://downloads.apache.org/solr/operator/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solr-operator-{{ SOLR_OPERATOR_LATEST_RELEASE }}.tgz.asc">PGP</a>]
+      [<a href="https://downloads.apache.org/solr/operator/{{ SOLR_OPERATOR_LATEST_RELEASE }}/solr-operator-{{ SOLR_OPERATOR_LATEST_RELEASE }}.tgz.sha512">SHA512</a>]
+    </li>
+
+    <li>Docker releases:
+      <a href="https://hub.docker.com/r/apache/solr-operator">apache/solr-operator</a>
+    </li>
+
+    <li>Helm Chart release:
+      <a href="https://artifacthub.io/packages/helm/apache-solr/solr-operator/{{ SOLR_OPERATOR_LATEST_RELEASE  | replace("v", "")  }}">Artifact Hub</a>
+    </li>
+
+    <li>CRDs:
+      <ul>
+        <li><a href="{{ SITEURL }}/operator/downloads/crds/{{ SOLR_OPERATOR_LATEST_RELEASE }}/all.yaml">All</a></li>

Review comment:
       https://github.com/apache/solr-site/blob/main/themes/solr/templates/htaccess.template#L85




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [solr-site] HoustonPutman commented on pull request #11: Add Solr operator site

Posted by GitBox <gi...@apache.org>.
HoustonPutman commented on pull request #11:
URL: https://github.com/apache/solr-site/pull/11#issuecomment-802891721


   > I think this "OPERATOR" menu option should come before the download button?
   
   Yeah, I had a hard time with this. I can put it before the Download button.
   
   > Once on the sub site....
   
   Completely agree here. Definitely think we should use a different color. Not sure about stacking the menu's though. If you had an idea for that, I'd like to see it for sure!
   
   Will play around with the colors today though and see if something sticks. 
   
   > Also, I am unsure whether the project needs two SECURITY pages
   
   Fair enough, easily removed.
   
   > A separate NEWS section is perhaps justified for operator, but i'm not 100% convinced?
   
   I think it warrants its own news section, but I could be convinced otherwise. I foresee entries for compatibility warnings with new Kubernetes versions, and things like that.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org