You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extension/package.json
+62-54Lines changed: 62 additions & 54 deletions
Original file line number
Diff line number
Diff line change
@@ -1341,115 +1341,112 @@
1341
1341
"walkthroughs": [
1342
1342
{
1343
1343
"id": "welcome",
1344
-
"title": "Get Started with DVC",
1345
-
"description": "Your first steps to set up a DVC project with all the powerful tools and features that the DVC extension has to offer!",
1344
+
"title": "Get Started",
1345
+
"description": "Your first steps to build better models faster with experiment tracking and dataset versioning",
1346
1346
"steps": [
1347
1347
{
1348
1348
"id": "dvc.installDVC",
1349
1349
"title": "Install DVC",
1350
-
"description": "The DVC extension requires DVC to be installed. To install follow the guide shown on [dvc.org](https://dvc.org).\n\n[Install DVC](https://dvc.org/doc/install)\n",
1350
+
"description": "This extension requires DVC to be installed.\n\n[Install DVC](https://dvc.org/doc/install)\n",
"description": "Setup the workspace for the DVC extension.\n[Setup The Workspace](command:dvc.setupWorkspace)",
1361
+
"id": "dvc.setupProject",
1362
+
"title": "Setup a DVC Project",
1363
+
"description": "Try an example DVC project or setup a new quickly, and start tracking datasets, models, metrics, and plots\n\n[Example Project](https://github.com/iterative/example-get-started)\n",
"description": "View the DVC output channel.\n[View Output](command:dvc.showOutput)",
1385
+
"id": "dvc.viewContainer",
1386
+
"title": "Control from the Side Bar",
1387
+
"description": "Use rich views to quickly access, control, or overview your experiments and plots.\n[Show Views](command:workbench.view.extension.dvc-views)",
"description": "Navigate and manage datasets, models, and any large files that are tracked by DVC.\n[Show Tracked](command:dvc.views.trackedExplorerTree.focus)",
0 commit comments