This is an automated email from the ASF dual-hosted git repository.

houston pushed a change to branch production
in repository https://gitbox.apache.org/repos/asf/solr-site.git.


    from 3dd8cf0  Merge branch 'main' into production
     add 87eacf2  Add Solr operator site (#11)
     add b3f6ec7  Fixes for the new Operator Site. (#18)
     add 8b14cad  Adding news for Solr Operator release v0.3.0
     add bcaa69c  DOAP changes for Solr Operator release v0.3.0
     add d401d81  Fix v0.3.0 operator release notes.
     add 8a96d05  Fix Operator archive link.
     new 0a2772f  Merge pull request #20 from apache/main

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md                                          |   2 +-
 content/doap/solr-operator.rdf                     |  21 +-
 content/pages/operator/community.md                |  66 ++++++
 content/pages/operator/downloads.md                |  11 +
 content/pages/operator/features.md                 |   4 +
 content/pages/operator/index.md                    |   4 +
 content/pages/operator/logos-and-assets.md         |   4 +
 content/pages/operator/news.md                     |   6 +
 content/pages/operator/resources.md                |  49 +++++
 .../news/2021-01-14-solr-operator-donation.md      |  25 +++
 .../operator/news/2021-04-29-v0-3-0-available.md   |  36 ++++
 pelicanconf.py                                     |   4 +
 themes/solr/static/css/base.css                    |   5 +
 themes/solr/static/css/{base.css => operator.css}  |  37 ++--
 themes/solr/templates/_header.html                 |   3 +
 themes/solr/templates/downloads.html               |   2 +-
 themes/solr/templates/{ => operator}/_css.html     |   2 +-
 themes/solr/templates/operator/_footer.html        |  58 ++++++
 themes/solr/templates/{ => operator}/_head.html    |   2 +-
 themes/solr/templates/{ => operator}/_header.html  |  21 +-
 themes/solr/templates/{ => operator}/base.html     |  32 +--
 .../solr/templates/{ => operator}/community.html   |   4 +-
 themes/solr/templates/operator/downloads.html      | 166 +++++++++++++++
 themes/solr/templates/operator/features.html       | 231 +++++++++++++++++++++
 .../solr/templates/{ => operator}/fullwidth.html   |   6 +-
 themes/solr/templates/{ => operator}/index.html    |  78 +++----
 .../templates/{ => operator}/logos-and-assets.html |   8 +-
 themes/solr/templates/{ => operator}/news.html     |  10 +-
 themes/solr/templates/{ => operator}/page.html     |   2 +-
 .../solr/templates/{ => operator}/resources.html   |   5 +-
 themes/solr/templates/{ => operator}/subnav.html   |   2 +-
 31 files changed, 796 insertions(+), 110 deletions(-)
 create mode 100644 content/pages/operator/community.md
 create mode 100644 content/pages/operator/downloads.md
 create mode 100644 content/pages/operator/features.md
 create mode 100644 content/pages/operator/index.md
 create mode 100644 content/pages/operator/logos-and-assets.md
 create mode 100644 content/pages/operator/news.md
 create mode 100644 content/pages/operator/resources.md
 create mode 100644 
content/solr/operator/news/2021-01-14-solr-operator-donation.md
 create mode 100644 content/solr/operator/news/2021-04-29-v0-3-0-available.md
 copy themes/solr/static/css/{base.css => operator.css} (97%)
 copy themes/solr/templates/{ => operator}/_css.html (86%)
 create mode 100644 themes/solr/templates/operator/_footer.html
 copy themes/solr/templates/{ => operator}/_head.html (96%)
 copy themes/solr/templates/{ => operator}/_header.html (61%)
 copy themes/solr/templates/{ => operator}/base.html (50%)
 copy themes/solr/templates/{ => operator}/community.html (77%)
 create mode 100644 themes/solr/templates/operator/downloads.html
 create mode 100644 themes/solr/templates/operator/features.html
 copy themes/solr/templates/{ => operator}/fullwidth.html (71%)
 copy themes/solr/templates/{ => operator}/index.html (71%)
 copy themes/solr/templates/{ => operator}/logos-and-assets.html (91%)
 copy themes/solr/templates/{ => operator}/news.html (71%)
 copy themes/solr/templates/{ => operator}/page.html (84%)
 copy themes/solr/templates/{ => operator}/resources.html (63%)
 copy themes/solr/templates/{ => operator}/subnav.html (93%)

Reply via email to