You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jon Haddad (JIRA)" <ji...@apache.org> on 2017/03/02 03:19:45 UTC

[jira] [Comment Edited] (CASSANDRA-13253) include a search on the doc home

    [ https://issues.apache.org/jira/browse/CASSANDRA-13253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15891551#comment-15891551 ] 

Jon Haddad edited comment on CASSANDRA-13253 at 3/2/17 3:19 AM:
----------------------------------------------------------------

It was broken for me for a while, and now it's working again.  I don't know why.

{code}
pip install -U sphinx sphinx_rtd_theme
ant gen-doc
cd doc/build/html
python -m SimpleHTTPServer 8000
{code}

See attached screenshot of the search results.

The patch still applies cleanly on trunk. 


was (Author: rustyrazorblade):
It was broken for me for a while, and now it's working again.  I don't know why.

{code}
pip install -U sphinx sphinx_rtd_theme
ant gen-doc
cd doc/build/html
python -m SimpleHTTPServer 8000
{code}

See attached screenshot of the search results.


> include a search on the doc home
> --------------------------------
>
>                 Key: CASSANDRA-13253
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13253
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Documentation and Website
>            Reporter: Jon Haddad
>            Assignee: Jon Haddad
>         Attachments: screenshot-1.png
>
>
> Current doc homepage doesn't have a search.  
> http://cassandra.apache.org/doc/latest/



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)