You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ja...@apache.org on 2022/05/11 22:25:38 UTC

[solr-site] branch main updated (ae826f320 -> 647b7dba0)

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

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


    from ae826f320 Fix download links for 9.0 - new repo, no zip file
     new 2309f0bf3 Link to the 9.0 ref guide
     new 647b7dba0 Fix bugs that made pelican site not build

The 2 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:
 content/pages/guide.md | 5 ++---
 pelicanconf.py         | 2 +-
 requirements.txt       | 3 +++
 3 files changed, 6 insertions(+), 4 deletions(-)


[solr-site] 02/02: Fix bugs that made pelican site not build

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janhoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-site.git

commit 647b7dba0784150656ffc2802125ae759ae5b3b5
Author: Jan Høydahl <ja...@users.noreply.github.com>
AuthorDate: Thu May 12 00:25:24 2022 +0200

    Fix bugs that made pelican site not build
---
 pelicanconf.py   | 2 +-
 requirements.txt | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index 840ad2d2d..d2e9f577f 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -11,7 +11,7 @@ SITEURL = ''
 CURRENTYEAR = date.today().year
 
 SOLR_LATEST_RELEASE = '9.0.0'
-SOLR_LATEST_RELEASE_DATE = datetime(2022, 05, 12)
+SOLR_LATEST_RELEASE_DATE = datetime(2022, 5, 12)
 SOLR_PREVIOUS_MAJOR_RELEASE = '8.11.1'
 
 SOLR_OPERATOR_LATEST_RELEASE = 'v0.5.1'
diff --git a/requirements.txt b/requirements.txt
index 0f26cf292..587624dff 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,3 +9,6 @@ beautifulsoup4>=4.9.3
 # Dev tools
 invoke>=1.5.0
 livereload>=2.6.3
+
+# Patch for bug https://github.com/pallets/markupsafe/issues/284
+markupsafe==2.0.1


[solr-site] 01/02: Link to the 9.0 ref guide

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janhoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-site.git

commit 2309f0bf325a42998b21e2c150a191947fec68ff
Author: Jan Høydahl <ja...@users.noreply.github.com>
AuthorDate: Thu May 12 00:25:06 2022 +0200

    Link to the 9.0 ref guide
---
 content/pages/guide.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/content/pages/guide.md b/content/pages/guide.md
index 3d8a07918..21654ed98 100644
--- a/content/pages/guide.md
+++ b/content/pages/guide.md
@@ -7,14 +7,13 @@ template: page
 
 The Apache Solr Reference Guide is the official Solr documentation.
 
-As of Solr 8.2, it is published only in HTML format.
-
 **Latest release**:
 
-- [Solr 8.11](8_11/)
+  - [Solr 9.0](solr/9_0/)
 
 **Earlier versions**:
 
+  - [Solr 8.11](8_11/)
   - [Solr 8.10](8_10/)
   - [Solr 8.9](8_9/)
   - [Solr 8.8](8_8/)