fix(docs/app): broken links in the intermediate/web-ui section (#15691)
This commit is contained in:
parent
8f44bb544d
commit
4837df47bd
|
@ -13,7 +13,7 @@ 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
|
||||
|
||||
|
@ -21,7 +21,7 @@ Web UIs for non Javascript Developers
|
|||
: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
|
||||
|
||||
|
@ -29,7 +29,7 @@ Web UIs for non Javascript Developers
|
|||
: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
|
||||
|
||||
|
@ -37,7 +37,7 @@ Web UIs for non Javascript Developers
|
|||
: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]
|
||||
|
||||
|
@ -45,7 +45,7 @@ Web UIs for non Javascript Developers
|
|||
: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
|
||||
|
||||
|
@ -53,7 +53,7 @@ Web UIs for non Javascript Developers
|
|||
: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
|
||||
|
||||
|
@ -79,7 +79,7 @@ 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
|
||||
|
||||
|
@ -87,7 +87,7 @@ Web UIs for Javascript Developers
|
|||
: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]
|
||||
|
||||
|
@ -95,7 +95,7 @@ Web UIs for Javascript Developers
|
|||
: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
|
||||
|
||||
|
@ -103,7 +103,7 @@ Web UIs for Javascript Developers
|
|||
: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
|
||||
|
||||
|
@ -111,7 +111,7 @@ Web UIs for Javascript Developers
|
|||
: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]
|
||||
|
||||
|
|
Loading…
Reference in New Issue