@@ -13,47 +13,47 @@ Web UIs for non Javascript Developers
13
13
:header: Dash
14
14
:description: Learn how to add a web UI built in Python with Dash.
15
15
:col_css: col-md-4
16
- :button_link: /workflows/add_web_ui/dash/index.html
16
+ :button_link: ../.. /workflows/add_web_ui/dash/index.html
17
17
:height: 150
18
18
:tag: basic
19
19
20
20
.. displayitem ::
21
21
:header: Gradio
22
22
:description: Learn how to add a web UI built in Python with Gradio.
23
23
:col_css: col-md-4
24
- :button_link: /workflows/add_web_ui/gradio/index.html
24
+ :button_link: ../.. /workflows/add_web_ui/gradio/index.html
25
25
:height: 150
26
26
:tag: basic
27
27
28
28
.. displayitem ::
29
29
:header: Panel
30
30
:description: Learn how to add a web UI built in Python with Panel.
31
31
:col_css: col-md-4
32
- :button_link: /workflows/add_web_ui/panel/index.html
32
+ :button_link: ../.. /workflows/add_web_ui/panel/index.html
33
33
:height: 150
34
34
:tag: basic
35
35
36
36
.. displayitem ::
37
37
:header: Jupyter Notebook
38
38
:description: Learn how to enable a web UI that is a Jupyter Notebook.
39
39
:col_css: col-md-4
40
- :button_link: /workflows/add_web_ui/jupyter_basic.html
40
+ :button_link: ../.. /workflows/add_web_ui/jupyter_basic.html
41
41
:height: 150
42
42
:tag: [docs coming soon]
43
43
44
44
.. displayitem ::
45
45
:header: Streamlit
46
46
:description: Learn how to add a web UI built in Python with Streamlit.
47
47
:col_css: col-md-4
48
- :button_link: /workflows/add_web_ui/streamlit/index.html
48
+ :button_link: ../.. /workflows/add_web_ui/streamlit/index.html
49
49
:height: 150
50
50
:tag: basic
51
51
52
52
.. displayitem ::
53
53
:header: JustPy
54
54
:description: Learn how to add a web UI built in Python with JustPy.
55
55
:col_css: col-md-4
56
- :button_link: /workflows/add_web_ui/justpy/index.html
56
+ :button_link: ../.. /workflows/add_web_ui/justpy/index.html
57
57
:height: 150
58
58
:tag: basic
59
59
@@ -79,39 +79,39 @@ Web UIs for Javascript Developers
79
79
:header: Any javascript framework
80
80
:description: Learn how to link up any javascript framework to a Lightning app.
81
81
:col_css: col-md-4
82
- :button_link: /workflows/add_web_ui/integrate_any_javascript_framework.html
82
+ :button_link: ../.. /workflows/add_web_ui/integrate_any_javascript_framework.html
83
83
:height: 150
84
84
:tag: advanced
85
85
86
86
.. displayitem ::
87
87
:header: Angular.js
88
88
:description: Learn how to add a web UI built in Javascript with Angular.js
89
89
:col_css: col-md-4
90
- :button_link: /workflows/add_web_ui/angular_js_intermediate.html
90
+ :button_link: ../.. /workflows/add_web_ui/angular_js_intermediate.html
91
91
:height: 150
92
92
:tag: [Docs coming soon]
93
93
94
94
.. displayitem ::
95
95
:header: HTML
96
96
:description: Learn how to add a web UI built with html.
97
97
:col_css: col-md-4
98
- :button_link: /workflows/add_web_ui/html/index.html
98
+ :button_link: ../.. /workflows/add_web_ui/html/index.html
99
99
:height: 150
100
100
:tag: basic
101
101
102
102
.. displayitem ::
103
103
:header: React.js
104
104
:description: Learn how to add a web UI built in Javascript with React.js
105
105
:col_css: col-md-4
106
- :button_link: /workflows/add_web_ui/react/index.html
106
+ :button_link: ../.. /workflows/add_web_ui/react/index.html
107
107
:height: 150
108
108
:tag: intermediate
109
109
110
110
.. displayitem ::
111
111
:header: Vue.js
112
112
:description: Learn how to add a web UI built in Javascript with Vue.js
113
113
:col_css: col-md-4
114
- :button_link: /workflows/add_web_ui/vue_js_intermediate.html
114
+ :button_link: ../.. /workflows/add_web_ui/vue_js_intermediate.html
115
115
:height: 150
116
116
:tag: [Docs coming soon]
117
117
0 commit comments