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:45:57 UTC

svn commit: r1651938 - in /lucene/dev/trunk: dev-tools/scripts/checkJavadocLinks.py solr/site/quickstart.mdtext

Author: ehatcher
Date: Thu Jan 15 02:45:57 2015
New Revision: 1651938

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

Modified:
    lucene/dev/trunk/dev-tools/scripts/checkJavadocLinks.py
    lucene/dev/trunk/solr/site/quickstart.mdtext

Modified: lucene/dev/trunk/dev-tools/scripts/checkJavadocLinks.py
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/scripts/checkJavadocLinks.py?rev=1651938&r1=1651937&r2=1651938&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/scripts/checkJavadocLinks.py (original)
+++ lucene/dev/trunk/dev-tools/scripts/checkJavadocLinks.py Thu Jan 15 02:45:57 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/trunk/solr/site/quickstart.mdtext
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/site/quickstart.mdtext?rev=1651938&r1=1651937&r2=1651938&view=diff
==============================================================================
--- lucene/dev/trunk/solr/site/quickstart.mdtext (original)
+++ lucene/dev/trunk/solr/site/quickstart.mdtext Thu Jan 15 02:45:57 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,