From 42bb0d046448c7729c329944d5238de62305f623 Mon Sep 17 00:00:00 2001 From: Cassandra Targett Date: Thu, 31 Aug 2017 11:45:57 -0500 Subject: [PATCH] Ref Guide: fix build errors and warnings --- .../src/cross-data-center-replication-cdcr.adoc | 1 - solr/solr-ref-guide/src/how-to-contribute.adoc | 3 ++- .../src/solrcloud-autoscaling-policy-preferences.adoc | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/solr/solr-ref-guide/src/cross-data-center-replication-cdcr.adoc b/solr/solr-ref-guide/src/cross-data-center-replication-cdcr.adoc index 44a63de2cf5..962d82cb662 100644 --- a/solr/solr-ref-guide/src/cross-data-center-replication-cdcr.adoc +++ b/solr/solr-ref-guide/src/cross-data-center-replication-cdcr.adoc @@ -44,7 +44,6 @@ CDCR is configured to replicate from collections in the Source cluster to collec CDCR can be configured to replicate from one collection to a second collection _within the same cluster_. That is a specialized scenario not covered in this document. -[glossary] == CDCR Glossary Terms used in this document include: diff --git a/solr/solr-ref-guide/src/how-to-contribute.adoc b/solr/solr-ref-guide/src/how-to-contribute.adoc index a590b3a5b56..c6d504338d7 100644 --- a/solr/solr-ref-guide/src/how-to-contribute.adoc +++ b/solr/solr-ref-guide/src/how-to-contribute.adoc @@ -41,7 +41,8 @@ include::meta-docs/asciidoc-syntax.adoc[leveloffset=+2] include::meta-docs/editing-tools.adoc[leveloffset=+2] == Modifying the Output Formats -The Solr Reference Guide is published in two formats, HTML and PDF. Different tools are used for each. +The Solr Reference Guide is published in two formats: HTML and PDF. Different tools are used for each. + include::meta-docs/jekyll.adoc[leveloffset=+2] include::meta-docs/pdf.adoc[leveloffset=+2] diff --git a/solr/solr-ref-guide/src/solrcloud-autoscaling-policy-preferences.adoc b/solr/solr-ref-guide/src/solrcloud-autoscaling-policy-preferences.adoc index 9fafd69ce6a..6638e96f977 100644 --- a/solr/solr-ref-guide/src/solrcloud-autoscaling-policy-preferences.adoc +++ b/solr/solr-ref-guide/src/solrcloud-autoscaling-policy-preferences.adoc @@ -61,7 +61,9 @@ See the section <>. [source,json] -[{"minimize":"cores"}] +[ + {"minimize":"cores"} +] ==== Minimize Cores; Maximize Free Disk In this example, we want to minimize the number of Solr cores and in case of a tie, maximize the amount of free disk space on each node.