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/03/30 20:05:07 UTC

[2/2] lucene-solr:jira/solr-10290: Small edits to PDF meta-docs

Small edits to PDF meta-docs


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

Branch: refs/heads/jira/solr-10290
Commit: 8071d3f4a2aac2b8a3b2e38bc1896f507a7e7763
Parents: 3b592f1
Author: Cassandra Targett <ct...@apache.org>
Authored: Thu Mar 30 15:04:32 2017 -0500
Committer: Cassandra Targett <ct...@apache.org>
Committed: Thu Mar 30 15:04:32 2017 -0500

----------------------------------------------------------------------
 solr/solr-ref-guide/meta-docs/pdf.adoc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/8071d3f4/solr/solr-ref-guide/meta-docs/pdf.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/meta-docs/pdf.adoc b/solr/solr-ref-guide/meta-docs/pdf.adoc
index fda8139..74921be 100644
--- a/solr/solr-ref-guide/meta-docs/pdf.adoc
+++ b/solr/solr-ref-guide/meta-docs/pdf.adoc
@@ -18,13 +18,13 @@ Since it is a binding for the Ruby implementations of these three projects, they
 
 Nearly all of the styling and layout of the PDF is controlled by a single YAML file that is called a theme.
 
-Our theme is `refguide-theme.yml`, found in `solr/solr-ref-guide/pdf/themes`.
+See the section <<Modifying the Theme>> for information on how to update the theme.
 
-New themes must be named so they include `-theme.yml` at the end. They must also be in proper YAML format.
+=== Declaring the Theme to Use
 
-See the section <<Modifying the Theme>> for more about how to update the theme.
+Our theme is `refguide-theme.yml`, found in `solr/solr-ref-guide/pdf/themes`.
 
-=== Declaring the Theme to Use
+New themes must be named to include `-theme.yml` at the end. They must also be in proper YAML format.
 
 The theme to use when generating the PDF is defined with the `pdf-style` attribute. Only the first part of the file name is used. So, a theme file named `refguide-theme.yml` is selected by defining `pdf-style=refguide`.