Steve Rowe created SOLR-7763:
--------------------------------
Summary: Solr website: In the Docs section of the Resource page,
invisible release docs text and missing link
Key: SOLR-7763
URL: https://issues.apache.org/jira/browse/SOLR-7763
Project: Solr
Issue Type: Bug
Components: website
Reporter: Steve Rowe
Priority: Minor
>From Konstantin Gribov on the dev list:
{quote}
Currently API docs for Lucene can be found in 2 clicks from lucene.apache.org
("lucene core" link, then 5.2.1 in "release docs").
But it isn't so easy for Solr. I haven't found it on lucene.apache.org/solr/
site anywhere (maybe it can be found somewhere in cwiki, but not on front page
of reference guide there). Only google helped me with it.
[...]
I think, link to lucene.apache.org/solr/api/ should be added to resources/docs
on Solr site.
{quote}
The text “Latest Release” directly under the “Documentation” heading at
<http://lucene.apache.org/solr/resources.html#documentation> is supposed to
link to the Solr equivalent of the Lucene release docs - if you look at the
source for the page it’s:
{code:html}
<h2 id="documentation">Documentation</h2>
<h3 class="offset" id="release-documentation>Release Documentation</h3>
<p>In each Solr binary release artifact, you can find a copy of the Solr
tutorial, a detailed list of changes, and JavaDocs for all included code.
Copies of this documentation for the most recent release of each major branch
under active development can also be found online:</p>
<ul>
<li><a href="/solr/5_2_0/index.html">Latest Release</a></li>
</ul>
{code}
But for me on Safari on OS X, most of this text is invisible (including the
"Release Documentation" header and the paragraph starting "In each Solr binary
release artifact"), and the “Latest Release” text does not link to the release
docs.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]