You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ct...@apache.org on 2017/05/01 20:36:35 UTC

[1/3] lucene-solr:jira/solr-10290: SOLR-10301: small edits to how to write in asciidoc

Repository: lucene-solr
Updated Branches:
  refs/heads/jira/solr-10290 8b5f96933 -> 1664ab87c


SOLR-10301: small edits to how to write in asciidoc


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/42871f86
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/42871f86
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/42871f86

Branch: refs/heads/jira/solr-10290
Commit: 42871f86bdaa12cc5fe68670a1145ee36d5571f4
Parents: 8b5f969
Author: Cassandra Targett <ct...@apache.org>
Authored: Mon May 1 14:33:48 2017 -0500
Committer: Cassandra Targett <ct...@apache.org>
Committed: Mon May 1 14:33:48 2017 -0500

----------------------------------------------------------------------
 solr/solr-ref-guide/meta-docs/asciidoc-syntax.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/42871f86/solr/solr-ref-guide/meta-docs/asciidoc-syntax.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/meta-docs/asciidoc-syntax.adoc b/solr/solr-ref-guide/meta-docs/asciidoc-syntax.adoc
index b6e7136..3f0eb74 100644
--- a/solr/solr-ref-guide/meta-docs/asciidoc-syntax.adoc
+++ b/solr/solr-ref-guide/meta-docs/asciidoc-syntax.adoc
@@ -13,7 +13,7 @@ More info: http://asciidoctor.org/docs/user-manual/#bold-and-italic
 
 === Italics
 
-Use underlines to put text into _italics_.
+Use underlines on either side of a string to put text into _italics_.
 
 More info: http://asciidoctor.org/docs/user-manual/#bold-and-italic
 


[2/3] lucene-solr:jira/solr-10290: SOLR-10593: change to "solr-refguide" site for comments

Posted by ct...@apache.org.
SOLR-10593: change to "solr-refguide" site for comments


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/276db77b
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/276db77b
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/276db77b

Branch: refs/heads/jira/solr-10290
Commit: 276db77bf30e3c23f86ac8d5107014f84d2b7d16
Parents: 42871f8
Author: Cassandra Targett <ct...@apache.org>
Authored: Mon May 1 14:55:06 2017 -0500
Committer: Cassandra Targett <ct...@apache.org>
Committed: Mon May 1 14:55:06 2017 -0500

----------------------------------------------------------------------
 solr/solr-ref-guide/src/_layouts/page.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/276db77b/solr/solr-ref-guide/src/_layouts/page.html
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/_layouts/page.html b/solr/solr-ref-guide/src/_layouts/page.html
index 2c90f69..8c8f94e 100755
--- a/solr/solr-ref-guide/src/_layouts/page.html
+++ b/solr/solr-ref-guide/src/_layouts/page.html
@@ -74,10 +74,10 @@ layout: default
 
 <div id="comments_thread">
 </div>
-<script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=solrcwiki&style=https://home.apache.org/~ctargett/RefGuidePOC/jekyll/css/comments.css&page={{ page.shortname }}" async="true">
+<script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=solr-refguide&style=css/comments.css&page={{ page.shortname }}" async="true">
 </script>
 <noscript>
-<iframe width="100%" height="500" src="https://comments.apache.org/iframe.lua?site=solrcwiki&style=https://home.apache.org/~ctargett/RefGuidePOC/jekyll/css/comments.css&page={{ page.shortname }}"></iframe>
+<iframe width="100%" height="500" src="https://comments.apache.org/iframe.lua?site=solr-refguide&style=css/comments.css&page={{ page.shortname }}"></iframe>
 </noscript>
 
 {% include footer.html %}


[3/3] lucene-solr:jira/solr-10290: SOLR-10593: add comments.css to head include file so comments are styled properly

Posted by ct...@apache.org.
SOLR-10593: add comments.css to head include file so comments are styled properly


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/1664ab87
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/1664ab87
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/1664ab87

Branch: refs/heads/jira/solr-10290
Commit: 1664ab87cf09f12a6f547425f05f4bd30f1af735
Parents: 276db77
Author: Cassandra Targett <ct...@apache.org>
Authored: Mon May 1 15:36:01 2017 -0500
Committer: Cassandra Targett <ct...@apache.org>
Committed: Mon May 1 15:36:01 2017 -0500

----------------------------------------------------------------------
 solr/solr-ref-guide/src/_includes/head.html | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/1664ab87/solr/solr-ref-guide/src/_includes/head.html
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/_includes/head.html b/solr/solr-ref-guide/src/_includes/head.html
index 29e4ec6..03b0db8 100755
--- a/solr/solr-ref-guide/src/_includes/head.html
+++ b/solr/solr-ref-guide/src/_includes/head.html
@@ -11,6 +11,7 @@
 <link rel="stylesheet" href="{{ "css/customstyles.css" }}">
 <link rel="stylesheet" href="{{ "css/theme-solr.css" }}">
 <link rel="stylesheet" href="{{ "css/ref-guide.css" }}">
+<link rel="stylesheet" href="{{ "css/comments.css" }}">
 
 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>