Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docs/app): broken links in the intermediate/web-ui section #15691

Merged
merged 1 commit into from
Nov 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions docs/source-app/workflows/add_web_ui/index_content.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,47 +13,47 @@ Web UIs for non Javascript Developers
:header: Dash
:description: Learn how to add a web UI built in Python with Dash.
:col_css: col-md-4
:button_link: /workflows/add_web_ui/dash/index.html
:button_link: ../../workflows/add_web_ui/dash/index.html
:height: 150
:tag: basic

.. displayitem::
:header: Gradio
:description: Learn how to add a web UI built in Python with Gradio.
:col_css: col-md-4
:button_link: /workflows/add_web_ui/gradio/index.html
:button_link: ../../workflows/add_web_ui/gradio/index.html
:height: 150
:tag: basic

.. displayitem::
:header: Panel
:description: Learn how to add a web UI built in Python with Panel.
:col_css: col-md-4
:button_link: /workflows/add_web_ui/panel/index.html
:button_link: ../../workflows/add_web_ui/panel/index.html
:height: 150
:tag: basic

.. displayitem::
:header: Jupyter Notebook
:description: Learn how to enable a web UI that is a Jupyter Notebook.
:col_css: col-md-4
:button_link: /workflows/add_web_ui/jupyter_basic.html
:button_link: ../../workflows/add_web_ui/jupyter_basic.html
:height: 150
:tag: [docs coming soon]

.. displayitem::
:header: Streamlit
:description: Learn how to add a web UI built in Python with Streamlit.
:col_css: col-md-4
:button_link: /workflows/add_web_ui/streamlit/index.html
:button_link: ../../workflows/add_web_ui/streamlit/index.html
:height: 150
:tag: basic

.. displayitem::
:header: JustPy
:description: Learn how to add a web UI built in Python with JustPy.
:col_css: col-md-4
:button_link: /workflows/add_web_ui/justpy/index.html
:button_link: ../../workflows/add_web_ui/justpy/index.html
:height: 150
:tag: basic

Expand All @@ -79,39 +79,39 @@ Web UIs for Javascript Developers
:header: Any javascript framework
:description: Learn how to link up any javascript framework to a Lightning app.
:col_css: col-md-4
:button_link: /workflows/add_web_ui/integrate_any_javascript_framework.html
:button_link: ../../workflows/add_web_ui/integrate_any_javascript_framework.html
:height: 150
:tag: advanced

.. displayitem::
:header: Angular.js
:description: Learn how to add a web UI built in Javascript with Angular.js
:col_css: col-md-4
:button_link: /workflows/add_web_ui/angular_js_intermediate.html
:button_link: ../../workflows/add_web_ui/angular_js_intermediate.html
:height: 150
:tag: [Docs coming soon]

.. displayitem::
:header: HTML
:description: Learn how to add a web UI built with html.
:col_css: col-md-4
:button_link: /workflows/add_web_ui/html/index.html
:button_link: ../../workflows/add_web_ui/html/index.html
:height: 150
:tag: basic

.. displayitem::
:header: React.js
:description: Learn how to add a web UI built in Javascript with React.js
:col_css: col-md-4
:button_link: /workflows/add_web_ui/react/index.html
:button_link: ../../workflows/add_web_ui/react/index.html
:height: 150
:tag: intermediate

.. displayitem::
:header: Vue.js
:description: Learn how to add a web UI built in Javascript with Vue.js
:col_css: col-md-4
:button_link: /workflows/add_web_ui/vue_js_intermediate.html
:button_link: ../../workflows/add_web_ui/vue_js_intermediate.html
:height: 150
:tag: [Docs coming soon]

Expand Down