You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ct...@apache.org on 2021/12/12 19:26:54 UTC

[solr] 02/02: Modify UI bundle location for local development; enable favicon

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

ctargett pushed a commit to branch jira/solr-15556-antora
in repository https://gitbox.apache.org/repos/asf/solr.git

commit 561a1522ee7602b5af0bd27f5f875ec40b6810b0
Author: Cassandra Targett <ct...@apache.org>
AuthorDate: Sun Dec 12 13:26:19 2021 -0600

    Modify UI bundle location for local development; enable favicon
---
 solr/solr-ref-guide/playbook.yml                   | 5 ++++-
 solr/solr-ref-guide/ui/src/partials/head-icons.hbs | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/solr/solr-ref-guide/playbook.yml b/solr/solr-ref-guide/playbook.yml
index dd9a35e..f956bf3 100644
--- a/solr/solr-ref-guide/playbook.yml
+++ b/solr/solr-ref-guide/playbook.yml
@@ -13,7 +13,10 @@ content:
     start_path: solr/solr-ref-guide
 ui:
   bundle:
-    url: https://nightlies.apache.org/solr/draft-guides/ui-bundle.zip
+# Uncomment next line when developing UI for local access
+    url: ./ui/build/ui-bundle.zip
+# Uncomment next line when pulling stable UI build from nightlies
+#    url: https://nightlies.apache.org/solr/draft-guides/ui-bundle.zip
     snapshot: true
 output:
   clean: true
diff --git a/solr/solr-ref-guide/ui/src/partials/head-icons.hbs b/solr/solr-ref-guide/ui/src/partials/head-icons.hbs
index 4400e2f..eb06a4b 100644
--- a/solr/solr-ref-guide/ui/src/partials/head-icons.hbs
+++ b/solr/solr-ref-guide/ui/src/partials/head-icons.hbs
@@ -1 +1 @@
-    {{!-- <link rel="icon" href="{{{uiRootPath}}}/img/favicon.ico" type="image/x-icon"> --}}
+    <link rel="icon" href="{{{uiRootPath}}}/img/favicon.ico" type="image/x-icon">