|
1 | 1 | export const constantCommandsToCreateStack = { |
2 | 2 | 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', |
4 | 5 | body: [ |
5 | 6 | { |
6 | 7 | text: 'Register a stack', |
@@ -31,17 +32,17 @@ export const constantCommandsToCreateStack = { |
31 | 32 | export const constantCommandsToCreateSecret = { |
32 | 33 | title: 'Stack Cheatsheet', |
33 | 34 | 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', |
35 | 36 | }; |
36 | 37 |
|
37 | 38 | export const constantCommandsToCreateRepository = { |
38 | 39 | 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', |
40 | 41 | }; |
41 | 42 |
|
42 | 43 | export const constantCommandsToCreatePipeline = { |
43 | 44 | title: 'Pipeline Cheatsheet', |
44 | | - documentation: 'https://docs.zenml.io/starter-guide/pipelines', |
| 45 | + documentation: 'https://docs.zenml.io/user-guide/starter-guide', |
45 | 46 | body: [ |
46 | 47 | { |
47 | 48 | text: 'Create a pipeline', |
@@ -72,7 +73,8 @@ export const constantCommandsToCreatePipeline = { |
72 | 73 |
|
73 | 74 | export const constantCommandsToCreateRuns = { |
74 | 75 | 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', |
76 | 78 | body: [ |
77 | 79 | { |
78 | 80 | text: 'Create a runs', |
@@ -102,7 +104,8 @@ export const constantCommandsToCreateRuns = { |
102 | 104 | }; |
103 | 105 |
|
104 | 106 | 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', |
106 | 109 | componentCommand: { |
107 | 110 | type: 'alerter', |
108 | 111 | body: [ |
|
0 commit comments