GitHub user AhyoungRyu opened a pull request:

    https://github.com/apache/zeppelin/pull/995

    [ZEPPELIN-990] Add header anchor for Zeppelin documentation site

    ### What is this PR for?
    Sometimes we want to share some docs title link as github markdown page 
does. This PR enables this feature also in Zeppelin documentation site. 
    
    
    ### What type of PR is it?
    Improvement
    
    ### Todos
    * [x] - Add `anchor.min.js` under `docs/assets/themes/zeppelin/js/`
    * [x] - Add integration js code to `docs.js`
    * [x] - Disable default decoration below anchor icon 
    
    ### What is the Jira issue?
    [ZEPPELIN-990](https://issues.apache.org/jira/browse/ZEPPELIN-990)
    
    ### How should this be tested?
    1. Apply this patch
    2.  [Build docs site using 
jekyll](https://github.com/apache/zeppelin/tree/master/docs#build-documentation)
 and browse [localhost:4000](http://localhost:4000/)
    3. Hover any titles in any docs 
    
    ### Screenshots (if appropriate)
    
![anchor](https://cloud.githubusercontent.com/assets/10060731/15981499/2fbfcf04-2f2b-11e6-8115-f1596adfb6ea.gif)
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/AhyoungRyu/incubator-zeppelin ZEPPELIN-990

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zeppelin/pull/995.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #995
    
----
commit 281107261ce1a42dc1f471c5ef78850753e0b5c6
Author: AhyoungRyu <fbdkdu...@hanmail.net>
Date:   2016-06-10T23:36:49Z

    Add anchor.min.js

commit f2064e39cb8ce2d288e65f35b4f987c4a6f75f49
Author: AhyoungRyu <fbdkdu...@hanmail.net>
Date:   2016-06-10T23:37:42Z

    Enable anchor.min.js in Zeppelin docs site

commit ab4895cfa0ab5ecfeaedc086870e6544c38abba4
Author: AhyoungRyu <fbdkdu...@hanmail.net>
Date:   2016-06-10T23:38:24Z

    Disable decoration below the anchor

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to