Skip to content

Commit 4782550

Browse files
committed
took out old references
1 parent 854917f commit 4782550

File tree

9 files changed

+20
-94
lines changed

9 files changed

+20
-94
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 73 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "web",
33
"version": "0.1.0",
44
"private": true,
5-
"proxy": "https://testing.ce-dev.cloud.maiot.io/api/v1",
65
"dependencies": {
76
"@stripe/react-stripe-js": "^1.1.2",
87
"@stripe/stripe-js": "^1.9.0",

public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
<meta property="og:url" content="https://app.zenml.io">
1414
<meta property="og:title" content="ZenML - Dashboard">
1515
<meta property="og:description" content="Create reproducible, production-ready Machine Learning pipelines with ZenML - for free!">
16-
<meta property="og:image" content="https://maiot.io/assets/illustrations/showcase.png">
16+
<meta property="og:image" content="https://zenml.io/_next/image?url=https%3A%2F%2Fzenml-strapi-media.s3.eu-central-1.amazonaws.com%2FZen_ML_Cloud_Mockup_1_1_bb6a25fc34.png&w=3840&q=75">
1717

1818
<!-- Twitter -->
1919
<meta property="twitter:card" content="summary_large_image">
2020
<meta property="twitter:url" content="https://app.zenml.io">
2121
<meta property="twitter:title" content="ZenML - Dashboard">
2222
<meta property="twitter:description" content="Create reproducible, production-ready Machine Learning pipelines with ZenML - for free!">
23-
<meta property="twitter:image" content="https://maiot.io/assets/illustrations/showcase.png">
23+
<meta property="twitter:image" content="https://zenml.io/_next/image?url=https%3A%2F%2Fzenml-strapi-media.s3.eu-central-1.amazonaws.com%2FZen_ML_Cloud_Mockup_1_1_bb6a25fc34.png&w=3840&q=75">
2424

2525
<meta name="viewport" content="width=device-width, initial-scale=1" />
2626
<meta name="theme-color" content="#000000" />

public/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"short_name": "maiot",
3-
"name": "Maiot",
2+
"short_name": "zenml",
3+
"name": "ZenML",
44
"icons": [
55
{
66
"src": "favicon.ico",

src/services/locales/zu.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -254,21 +254,21 @@
254254
"title": "Read our documentation",
255255
"button": {
256256
"text": "Read",
257-
"href": "https://github.com/maiot-io/zenml"
257+
"href": "https://github.com/zenml-io/zenml"
258258
}
259259
},
260260
"cardTwo": {
261261
"title": "Change the settings",
262262
"button": {
263263
"text": "Manage",
264-
"href": "https://docs.maiot.io/infrastructure/google-cloud-platform"
264+
"href": "https://docs.zenml.io/infrastructure/google-cloud-platform"
265265
}
266266
},
267267
"cardThree": {
268268
"title": "Invite new members to your organization",
269269
"button": {
270270
"text": "Invite",
271-
"href": "https://docs.maiot.io/getting-started/quickstart"
271+
"href": "https://docs.zenml.io/getting-started/quickstart"
272272
}
273273
}
274274
},
@@ -425,7 +425,7 @@
425425
"text": "Compare runs"
426426
},
427427
"externalLink": {
428-
"href": "https://docs.maiot.io/v/wip-docs/run-a-pipeline",
428+
"href": "https://docs.zenml.io/v/wip-docs/run-a-pipeline",
429429
"text": "Documentation"
430430
},
431431
"copyWorkspaceCommand": {
@@ -621,7 +621,7 @@
621621
"text": "Create workspace"
622622
},
623623
"externalLink": {
624-
"href": "https://docs.maiot.io/v/wip-docs/collaborate/workspaces",
624+
"href": "https://docs.zenml.io/v/wip-docs/collaborate/workspaces",
625625
"text": "Documentation"
626626
},
627627
"copyWorkspaceCommand": {
@@ -676,7 +676,7 @@
676676
},
677677
"button": {
678678
"text": "View documentation",
679-
"href": "https://docs.maiot.io/v/wip-docs/datasources/connecting-datasources"
679+
"href": "https://docs.zenml.io/v/wip-docs/datasources/connecting-datasources"
680680
},
681681
"tabs": {
682682
"cli": {
@@ -741,7 +741,7 @@
741741
},
742742
"button": {
743743
"text": "View documentation",
744-
"href": "https://docs.maiot.io/v/wip-docs/configuration/preprocessing/writing-custom-preprocessing"
744+
"href": "https://docs.zenml.io/v/wip-docs/configuration/preprocessing/writing-custom-preprocessing"
745745
},
746746
"tabs": {
747747
"cli": {
@@ -806,7 +806,7 @@
806806
},
807807
"button": {
808808
"text": "View documentation",
809-
"href": "https://docs.maiot.io/v/wip-docs/configuration/training-1"
809+
"href": "https://docs.zenml.io/v/wip-docs/configuration/training-1"
810810
},
811811
"tabs": {
812812
"cli": {
@@ -871,7 +871,7 @@
871871
},
872872
"button": {
873873
"text": "View documentation",
874-
"href": "https://docs.maiot.io/v/wip-docs/getting-started/architectural-overview"
874+
"href": "https://docs.zenml.io/v/wip-docs/getting-started/architectural-overview"
875875
},
876876
"tabs": {
877877
"cli": {

src/ui/components/logos/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ import { Image } from '..';
55
import logo from '../../assets/logo.svg';
66
import logoWhite from '../../assets/logo_white.svg';
77

8-
export const MaiotLogo: React.FC = () => (
8+
export const ZenMLLogo: React.FC = () => (
99
<Image style={{ width: 113, height: 32 }} src={logo} />
1010
);
1111

12-
export const MaiotLogoWhite: React.FC = () => (
12+
export const ZenMLLogoWhite: React.FC = () => (
1313
<Image style={{ width: 150, height: 35 }} src={logoWhite} />
1414
);

src/ui/layouts/common/layouts/AuthenticatedLayout/AuthenticatedHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const AuthenticatedHeader: React.FC<{
5050
<FlexBox alignItems="center">
5151
{/* <Box className="d-none d-md-block">
5252
<Link to={routePaths.home}>
53-
<MaiotLogo />
53+
<ZenMLLogo />
5454
</Link>
5555
</Box> */}
5656
<Box className="d-md-none">

src/ui/layouts/common/layouts/AuthenticatedLayout/AuthenticatedSidebar/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import cn from 'classnames';
33
import {
44
FlexBox,
55
Box,
6-
MaiotLogoWhite,
6+
ZenMLLogoWhite,
77
LinkBox,
88
If,
99
} from '../../../../../components';
@@ -43,7 +43,7 @@ export const AuthenticatedSidebar: React.FC<{
4343
style={{ cursor: 'pointer' }}
4444
onClick={() => push('/')}
4545
>
46-
<MaiotLogoWhite />
46+
<ZenMLLogoWhite />
4747
</FlexBox>
4848

4949
<FlexBox

src/ui/layouts/session/ForgotPassword/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
Col,
99
FlexBox,
1010
Box,
11-
MaiotLogo,
11+
ZenMLLogo,
1212
SecondaryLink,
1313
Image,
1414
EaseInBox,
@@ -32,7 +32,7 @@ const ForgotPassword: React.FC = () => {
3232
<Box style={{ overflowY: 'auto', maxHeight: '100vh' }}>
3333
<Box margin="xxl">
3434
<Link to={routePaths.signup}>
35-
<MaiotLogo />
35+
<ZenMLLogo />
3636
</Link>
3737
</Box>
3838
<FlexBox.Column

0 commit comments

Comments
 (0)