Skip to content

Commit 0a9f1f2

Browse files
committed
feat: move hello welcome content to a separate markdown file
This PR also updates the CodeFlareWidget text to use the same content as we have in the welcome markdown.
1 parent 81f7c2b commit 0a9f1f2

File tree

3 files changed

+18
-21
lines changed

3 files changed

+18
-21
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<img alt="CodeFlare Icon" src="@kui-shell/client/icons/svg/codeflare.svg" width="128" height="128" />
2+
3+
[CodeFlare](https://codeflare.dev) simplifies the
4+
integration, scaling and acceleration of complex multi-step analytics
5+
and machine learning pipelines on the cloud.
6+
7+
> ### Getting Started
8+
>
9+
> - Use the `codeflare` command in your
10+
> terminal, or the one embedded here :material-transfer-right:
11+
> - This CLI guides you through running a job, using a series of
12+
> questions.
13+
> - The answers to your questions are stored as a *profile*.

plugins/plugin-client-default/notebooks/hello.md

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,14 @@
22
title: Hello
33
className: codeflare--welcome-guidebook
44
layout:
5-
1: default
6-
2:
5+
1:
76
position: default
87
maximized: true
9-
3:
8+
2:
109
position: default
1110
maximized: true
1211
---
1312

14-
<img alt="CodeFlare Icon" src="@kui-shell/client/icons/svg/codeflare.svg" width="128" height="128" align="left" />
15-
16-
[CodeFlare](https://codeflare.dev) simplifies the
17-
integration, scaling and acceleration of complex multi-step analytics
18-
and machine learning pipelines on the cloud.
19-
20-
> ### Getting Started
21-
>
22-
> - Use the `codeflare` command in your
23-
> terminal, or the one embedded here :material-transfer-right:
24-
> - This CLI guides you through running a job, using a series of
25-
> questions.
26-
> - The answers to your questions are stored as a *profile*.
27-
28-
---
29-
3013
=== "Your Profiles"
3114
```shell
3215
---
@@ -35,6 +18,7 @@ and machine learning pipelines on the cloud.
3518
---
3619
codeflare get profile
3720
```
21+
3822
---
3923

4024
=== "Use the CodeFlare CLI"

plugins/plugin-client-default/src/CodeFlareWidget.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ export default class CodeFlareWidget extends React.PureComponent {
2929
private static popoverBody() {
3030
return (
3131
<div className="not-very-wide pre-wrap">
32-
With CodeFlare, the time it takes to train an AI system can drop from weeks to a single day in a hybrid cloud
33-
environment.
32+
<a href="https://codeflare.dev">CodeFlare</a> simplifies the integration, scaling and acceleration of complex
33+
multi-step analytics and machine learning pipelines on the cloud.
3434
</div>
3535
)
3636
}

0 commit comments

Comments
 (0)