Skip to content

Commit d659e31

Browse files
Merge pull request #363 from zenml-io/UAT
Release
2 parents 82ab5d3 + d89e3af commit d659e31

File tree

14 files changed

+31
-24
lines changed

14 files changed

+31
-24
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The app takes the following env variables:
106106
REACT_APP_BASE_API_URL="<YOUR_ZENML_SERVER_DEPOLOYMENT_URL>/api/v1"
107107
```
108108

109-
To learn how to get the `YOUR_ZENML_SERVER_DEPOLOYMENT_URL`, read the [deployment guide](https://docs.zenml.io/getting-started/deploying-zenml/deployment).
109+
To learn how to get the `YOUR_ZENML_SERVER_DEPOLOYMENT_URL`, read the [deployment guide](https://docs.zenml.io/platform-guide/set-up-your-mlops-platform/deploy-zenml).
110110

111111
Lastly, if you would like to use Docker, then the ZenML team provides [DockerHub] images to serve the ZenML Server and Dashboard in one image:
112112

@@ -122,7 +122,7 @@ The ZenML Dashboard is a Javascript React-based application that lives inside th
122122

123123
> **Note** - The ZenML Dashboard is meant to be used with the ZenML Server as a backend and cannot be used standalone.
124124
125-
The dashboard build files come bundled into the [ZenML PyPi package](https://pypi.org/workspace/zenml/) and can be [served locally](https://docs.zenml.io/getting-started/deploying-zenml/using-cli.md) and/or [deployed on the cloud](https://docs.zenml.io/getting-started/deploying-zenml/deployment.md) through the main ZenML python package.
125+
The dashboard build files come bundled into the [ZenML PyPi package](https://pypi.org/workspace/zenml/) and can be [served locally](https://docs.zenml.io/platform-guide/set-up-your-mlops-platform/deploy-zenml/deploy-with-zenml-cli) and/or [deployed on the cloud](https://docs.zenml.io) through the main ZenML python package.
126126

127127
Basically, each ZenML `Python` package comes with the build files (generated by `yarn build`) of a certain version of this dashboard (all build files of the dashboard can be seen in the [releases](https://github.com/zenml-io/zenml-dashboard/releases) section of this GitHub repo). Therefore, each ZenML PyPi package has bundled in it a corresponding version of this dashboard.
128128

@@ -144,7 +144,7 @@ You can deploy this dashboard on supported cloud providers with ZenML python pac
144144
zenml deploy
145145
```
146146

147-
The above command deploys the dashboard in the [same process as the ZenML Server](https://docs.zenml.io/getting-started/deploying-zenml/deployment.md), and automates a lot of the nitty gritties for you.
147+
The above command deploys the dashboard in the [same process as the ZenML Server](https://docs.zenml.io/platform-guide/set-up-your-mlops-platform/deploy-zenml), and automates a lot of the nitty gritties for you.
148148

149149
However, the option to deploy standalone is also available. `yarn build` creates a build directory with a production build of the dashboard. Set up your favorite HTTP server so that a visitor to your site is served index.html. Here are [8 ways to deploy a React app for free](https://blog.logrocket.com/8-ways-deploy-react-app-free/) as a starting point.
150150

src/constants/constantCommands.ts

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export const constantCommandsToCreateStack = {
22
title: 'Stack Cheatsheet',
3-
documentation: 'https://docs.zenml.io/starter-guide/stacks',
3+
documentation:
4+
'https://docs.zenml.io/user-guide/starter-guide/understand-stacks',
45
body: [
56
{
67
text: 'Register a stack',
@@ -31,17 +32,17 @@ export const constantCommandsToCreateStack = {
3132
export const constantCommandsToCreateSecret = {
3233
title: 'Stack Cheatsheet',
3334
documentation:
34-
'https://docs.zenml.io/starter-guide/production-fundamentals/secrets-management',
35+
'https://docs.zenml.io/platform-guide/set-up-your-mlops-platform/use-the-secret-store',
3536
};
3637

3738
export const constantCommandsToCreateRepository = {
3839
documentation:
39-
'https://docs.zenml.io/starter-guide/production-fundamentals/code-repositories',
40+
'https://docs.zenml.io/user-guide/advanced-guide/connect-your-git-repository',
4041
};
4142

4243
export const constantCommandsToCreatePipeline = {
4344
title: 'Pipeline Cheatsheet',
44-
documentation: 'https://docs.zenml.io/starter-guide/pipelines',
45+
documentation: 'https://docs.zenml.io/user-guide/starter-guide',
4546
body: [
4647
{
4748
text: 'Create a pipeline',
@@ -72,7 +73,8 @@ export const constantCommandsToCreatePipeline = {
7273

7374
export const constantCommandsToCreateRuns = {
7475
title: 'Runs Cheatsheet',
75-
documentation: 'https://docs.zenml.io/starter-guide/runs',
76+
documentation:
77+
'https://docs.zenml.io/user-guide/starter-guide/fetch-runs-after-execution',
7678
body: [
7779
{
7880
text: 'Create a runs',
@@ -102,7 +104,8 @@ export const constantCommandsToCreateRuns = {
102104
};
103105

104106
export const constantCommandsToCreateComponent = {
105-
documentation: 'https://docs.zenml.io/starter-guide/stacks',
107+
documentation:
108+
'https://docs.zenml.io/user-guide/starter-guide/understand-stacks',
106109
componentCommand: {
107110
type: 'alerter',
108111
body: [

src/services/locales/zu.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -288,14 +288,14 @@
288288
"title": "Change the settings",
289289
"button": {
290290
"text": "Manage",
291-
"href": "https://docs.zenml.io/infrastructure/google-cloud-platform"
291+
"href": "https://docs.zenml.io/"
292292
}
293293
},
294294
"cardThree": {
295295
"title": "Invite new members to your organization",
296296
"button": {
297297
"text": "Invite",
298-
"href": "https://docs.zenml.io/getting-started/quickstart"
298+
"href": "https://github.com/zenml-io/zenml/blob/main/examples/quickstart/README.md"
299299
}
300300
}
301301
},
@@ -491,7 +491,7 @@
491491
"text": "Compare runs"
492492
},
493493
"externalLink": {
494-
"href": "https://docs.zenml.io/v/wip-docs/run-a-pipeline",
494+
"href": "https://docs.zenml.io/user-guide/starter-guide",
495495
"text": "Documentation"
496496
},
497497
"copyWorkspaceCommand": {
@@ -766,7 +766,7 @@
766766
"text": "Create workspace"
767767
},
768768
"externalLink": {
769-
"href": "https://docs.zenml.io/v/wip-docs/collaborate/workspaces",
769+
"href": "https://docs.zenml.io/",
770770
"text": "Documentation"
771771
},
772772
"copyWorkspaceCommand": {

src/ui/components/lineage/sidebarTabsSwitchers/ArtifactVisualization.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ const ArtifactVisualization = ({
236236
<a
237237
rel="noopener noreferrer"
238238
target="_blank"
239-
href="https://docs.zenml.io/component-gallery/artifact-stores/custom#enabling-artifact-visualizations-with-custom-artifact-stores"
239+
href="https://docs.zenml.io/user-guide/component-guide/artifact-stores/custom"
240240
>
241241
docs
242242
</a>

src/ui/components/lineage/sidebarTabsSwitchers/stepTabSwitcher.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,9 @@ const StepnodeTabHeader: React.FC<any> = ({ node, logs, fetching }) => {
221221
<tr>
222222
<td className="td_key">Cache enabled</td>
223223
<td className="td_value">
224-
{node?.enable_cache || 'false'}
224+
{node?.step?.config?.enable_cache !== null
225+
? node?.step?.config?.enable_cache.toString()
226+
: 'true'}
225227
</td>
226228
</tr>
227229
<tr>

src/ui/components/runDetailCards/Cards/EnvironmentCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const EnvironmentCard = ({ run }: EnvironmentCardProps) => {
5757
style={{ display: 'inline' }}
5858
className={styles.card__key}
5959
>
60-
Orchestrator Environment
60+
Execution Environment
6161
</Paragraph>
6262
</summary>
6363
<div className={styles.card__detailsContainer}>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function DeploymentBanner() {
1010
<a
1111
target="_blank"
1212
rel="noopener noreferrer"
13-
href="https://docs.zenml.io/getting-started/deploying-zenml"
13+
href="https://docs.zenml.io/platform-guide/set-up-your-mlops-platform/deploy-zenml"
1414
>
1515
{' '}
1616
docs

src/ui/layouts/plugins/ListPlugins/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ const ListPlugins: React.FC = () => {
142142
<a
143143
target="_blank"
144144
rel="noopener noreferrer"
145-
href="https://docs.zenml.io/starter-guide/collaborate/zenml-hub"
145+
href="https://docs.zenml.io/user-guide/advanced-guide/leverage-community-contributed-plugins"
146146
>
147147
here
148148
</a>

src/ui/layouts/plugins/shared/Layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const PluginsLayout: React.FC<{
1313
<Paragraph color="grey" style={{ fontSize: '14px' }}>
1414
Check out our easy to read{' '}
1515
<a
16-
href="https://docs.zenml.io/starter-guide/collaborate/zenml-hub"
16+
href="https://docs.zenml.io/user-guide/advanced-guide/leverage-community-contributed-plugins"
1717
target="__blank"
1818
rel="noopener noreferrer"
1919
>

src/ui/layouts/secrets/RegisterSecret/Register/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ export const Register: React.FC<Props> = (state: any) => {
265265
required={true}
266266
label={'Secret name'}
267267
labelColor="rgba(66, 66, 64, 0.5)"
268-
placeholder={'Ex.John Doe'}
268+
placeholder={'unique_secret_name'}
269269
value={secretName}
270270
onChange={(val: string) => setSecretName(val)}
271271
/>

0 commit comments

Comments
 (0)