You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by eh...@apache.org on 2015/01/15 03:47:17 UTC

svn commit: r1651940 - in /lucene/dev/branches/lucene_solr_5_0: ./ dev-tools/ dev-tools/scripts/checkJavadocLinks.py solr/ solr/site/ solr/site/quickstart.mdtext

Author: ehatcher
Date: Thu Jan 15 02:47:17 2015
New Revision: 1651940

URL: http://svn.apache.org/r1651940
Log:
Fix doc build issues with new Solr quickstart

Modified:
    lucene/dev/branches/lucene_solr_5_0/   (props changed)
    lucene/dev/branches/lucene_solr_5_0/dev-tools/   (props changed)
    lucene/dev/branches/lucene_solr_5_0/dev-tools/scripts/checkJavadocLinks.py
    lucene/dev/branches/lucene_solr_5_0/solr/   (props changed)
    lucene/dev/branches/lucene_solr_5_0/solr/site/   (props changed)
    lucene/dev/branches/lucene_solr_5_0/solr/site/quickstart.mdtext

Modified: lucene/dev/branches/lucene_solr_5_0/dev-tools/scripts/checkJavadocLinks.py
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_5_0/dev-tools/scripts/checkJavadocLinks.py?rev=1651940&r1=1651939&r2=1651940&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_5_0/dev-tools/scripts/checkJavadocLinks.py (original)
+++ lucene/dev/branches/lucene_solr_5_0/dev-tools/scripts/checkJavadocLinks.py Thu Jan 15 02:47:17 2015
@@ -206,10 +206,7 @@ def checkAll(dirName):
         elif link.find('lucene.apache.org/solr/mirrors-solr-latest-redir.html') != -1:
           # OK
           pass
-        elif link.find('lucene.apache.org/solr/discussion.html') != -1:
-          # OK
-          pass
-        elif link.find('lucene.apache.org/solr/features.html') != -1:
+        elif link.find('lucene.apache.org/solr/quickstart.html') != -1:
           # OK
           pass
         elif (link.find('svn.apache.org') != -1

Modified: lucene/dev/branches/lucene_solr_5_0/solr/site/quickstart.mdtext
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_5_0/solr/site/quickstart.mdtext?rev=1651940&r1=1651939&r2=1651940&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_5_0/solr/site/quickstart.mdtext (original)
+++ lucene/dev/branches/lucene_solr_5_0/solr/site/quickstart.mdtext Thu Jan 15 02:47:17 2015
@@ -1,11 +1,5 @@
 # Solr Quick Start
 
-<!-- Should these breadcrumbs be here?  If not, how to make them on the site but not here? -->
-<ul class="breadcrumbs">
-  <li><a href="/solr">Home</a></li>
-  <li><a href="/solr/resources.html">Resources</a></li>
-</ul>
-
 ## Overview
 
 This document covers getting Solr up and running, ingesting a variety of data sources into multiple collections,