diff --git a/docs/_includes/themes/zeppelin/_navigation.html b/docs/_includes/themes/zeppelin/_navigation.html index 7481e3253f2..bc99ed2e460 100644 --- a/docs/_includes/themes/zeppelin/_navigation.html +++ b/docs/_includes/themes/zeppelin/_navigation.html @@ -31,6 +31,7 @@
  • Dynamic Form
  • +
  • Publish your Paragraph
  • @@ -87,4 +88,4 @@ - + \ No newline at end of file diff --git a/docs/assets/themes/zeppelin/img/docs-img/copy-the-link.png b/docs/assets/themes/zeppelin/img/docs-img/copy-the-link.png new file mode 100644 index 00000000000..b8f82a851cf Binary files /dev/null and b/docs/assets/themes/zeppelin/img/docs-img/copy-the-link.png differ diff --git a/docs/assets/themes/zeppelin/img/docs-img/link-the-paragraph.png b/docs/assets/themes/zeppelin/img/docs-img/link-the-paragraph.png new file mode 100644 index 00000000000..f0f4d9aa5e6 Binary files /dev/null and b/docs/assets/themes/zeppelin/img/docs-img/link-the-paragraph.png differ diff --git a/docs/assets/themes/zeppelin/img/docs-img/your-website.png b/docs/assets/themes/zeppelin/img/docs-img/your-website.png new file mode 100644 index 00000000000..bca0dbdf55b Binary files /dev/null and b/docs/assets/themes/zeppelin/img/docs-img/your-website.png differ diff --git a/docs/index.md b/docs/index.md index 1648f450830..2c566b9c51a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -37,7 +37,6 @@ limitations under the License.
    -
    ### Multiple language backend @@ -86,7 +85,6 @@ With simple drag and drop Zeppelin aggeregates the values and display them in pi Learn more about Zeppelin's Display system. ( [text](./displaysystem/display.html), [html](./displaysystem/display.html#html), [table](./displaysystem/table.html), [angular](./displaysystem/angular.html) ) -
    ### Dynamic forms @@ -96,7 +94,6 @@ Zeppelin can dynamically create some input forms into your notebook. Learn more about [Dynamic Forms](./manual/dynamicform.html). -
    ### Collaboration @@ -114,6 +111,8 @@ This way, you can easily embed it as an iframe inside of your website.

    +If you want to learn more about this feature, please visit [this page](./manual/publish.html). +
    ### 100% Opensource @@ -124,5 +123,4 @@ Join the [Mailing list](./community.html) and report issues on our [Issue tracke
    ### Undergoing Incubation -Apache Zeppelin is an effort undergoing [incubation](https://incubator.apache.org/index.html) at The Apache Software Foundation (ASF), sponsored by the Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. - +Apache Zeppelin is an effort undergoing [incubation](https://incubator.apache.org/index.html) at The Apache Software Foundation (ASF), sponsored by the Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. \ No newline at end of file diff --git a/docs/manual/publish.md b/docs/manual/publish.md new file mode 100644 index 00000000000..1559fba2f8e --- /dev/null +++ b/docs/manual/publish.md @@ -0,0 +1,48 @@ +--- +layout: page +title: "Publish your Paragraph" +description: "" +group: manual +--- + +{% include JB/setup %} + +## How can you publish your paragraph ? +Zeppelin provides a feature for publishing your notebook paragraph results. Using this feature, you can show Zeppelin notebook paragraph results in your own website. +It's very straightforward. Just use ` +``` + +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.