From d0c911bfd97412dbe2bc80952ca86127945c8013 Mon Sep 17 00:00:00 2001 From: Ahyoung Date: Thu, 18 Feb 2016 17:33:11 +0900 Subject: [PATCH] ZEPPELIN-585: Add troubleshooting information --- docs/manual/publish.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/manual/publish.md b/docs/manual/publish.md index 1559fba2f8e..d5186845b26 100644 --- a/docs/manual/publish.md +++ b/docs/manual/publish.md @@ -42,7 +42,25 @@ For example, ``` +Don't forget to also add below lines in your page for loading the Twitter Bootstrap themes and CSS used for Zeppelin notebook style, or your paragraph will be shown ugly. + +``` + + .... + + + .... + +``` + Finally, you can show off your beautiful visualization results in your website.
> **Note**: To embed the paragraph in a website, Zeppelin needs to be reachable by that website. + +## Troubleshooting +Regarding to this feature, a bug was reported by [ZEPPELIN-413](https://issues.apache.org/jira/browse/ZEPPELIN-413) before. +It says, when you click **Link this paragraph** menu, it always redirects to notebook page. +So after then, this issue was fixed by [Pull Request #464](https://github.com/apache/incubator-zeppelin/pull/464) and the stable feature was included to **0.5.6-incubating release**. + +If you have been troubled with this issue, please check your **Zeppelin release version**.