diff --git a/README.md b/README.md index ed5474fe10..b0e185ccb7 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Code. This extension uses [DVC](https://dvc.org/), an open-source data versioning and ML experiment management tool. No additional services or databases are required. -![Extension Overview](https://raw.githubusercontent.com/iterative/vscode-dvc/main/extension/images/overview.gif) +![Extension Overview](https://raw.githubusercontent.com/iterative/vscode-dvc/main/extension/docs/overview.gif) - **Experiment tracking**: Record training data, parameters, and metrics on top of [Git](https://git-scm.com/). Navigate your experiments, compare their @@ -61,7 +61,7 @@ databases are required. > 💡 Feel free to try our [example DVC project] first! Opening it [with Github > Codespaces] will include this extension automatically. -![Initial Get Started page](https://raw.githubusercontent.com/iterative/vscode-dvc/main/extension/images/walkthroughs.png) +![Initial Get Started page](https://raw.githubusercontent.com/iterative/vscode-dvc/main/extension/docs/walkthroughs.png) [this extension]: https://marketplace.visualstudio.com/items?itemName=Iterative.dvc @@ -91,7 +91,7 @@ This extension augments VS Code in the following ways: status]. You can [restore] or reset project versions (based on the current Git `HEAD` commit) as well as manage new and existing data from here. - Adds a brand-new new **[DVC View]** (DVC logo icon in the Activity Bar) with panels to visualize and manage [DVC Experiments]. - Provides special _Editors_ to manage **[Experiments]** and display **[Plots]** diff --git a/extension/images/dvc.png b/extension/docs/dvc.png similarity index 100% rename from extension/images/dvc.png rename to extension/docs/dvc.png diff --git a/extension/images/overview.gif b/extension/docs/overview.gif similarity index 100% rename from extension/images/overview.gif rename to extension/docs/overview.gif diff --git a/extension/images/walkthroughs.png b/extension/docs/walkthroughs.png similarity index 100% rename from extension/images/walkthroughs.png rename to extension/docs/walkthroughs.png diff --git a/extension/package.json b/extension/package.json index 2282be7063..64f0b1a8df 100644 --- a/extension/package.json +++ b/extension/package.json @@ -5,7 +5,7 @@ "displayName": "%displayName%", "description": "%description%", "publisher": "iterative", - "icon": "images/dvc.png", + "icon": "docs/dvc.png", "extensionDependencies": [ "vscode.git" ],