|
181 | 181 | "title": "Check Manim Installation", |
182 | 182 | "description": "Let's see if you have installed ManimGL.\n[Check Manim version](command:manim-notebook.redetectManimVersion)\n[Open installation guide](https://3b1b.github.io/manim/getting_started/installation.html)", |
183 | 183 | "media": { |
184 | | - "markdown": "src/walkthrough/manim-installation.md" |
| 184 | + "markdown": "assets/walkthrough/manim-installation.md" |
185 | 185 | }, |
186 | 186 | "completionEvents": [ |
187 | 187 | "onCommand:manim-notebook.redetectManimVersion" |
|
192 | 192 | "title": "Start with an example", |
193 | 193 | "description": "Open an example file to see how Manim Notebook works.\n[Open Sample](command:manim-notebook-walkthrough.openSample)", |
194 | 194 | "media": { |
195 | | - "svg": "src/walkthrough/preview-cell.svg", |
| 195 | + "svg": "assets/walkthrough/preview-cell.svg", |
196 | 196 | "altText": "Preview Manim Cell" |
197 | 197 | }, |
198 | 198 | "completionEvents": [ |
|
204 | 204 | "title": "Show all available commands", |
205 | 205 | "description": "Get a list of all available commands in Manim Notebook.\n[Show Commands](command:manim-notebook-walkthrough.showCommands)", |
206 | 206 | "media": { |
207 | | - "svg": "src/walkthrough/commands.svg", |
| 207 | + "svg": "assets/walkthrough/commands.svg", |
208 | 208 | "altText": "Manim Notebook commands" |
209 | 209 | }, |
210 | 210 | "completionEvents": [ |
|
216 | 216 | "title": "Show keyboard shortcuts", |
217 | 217 | "description": "See all available keyboard shortcuts in Manim Notebook and modify them to whatever you like.\n[Show Shortcuts](command:manim-notebook-walkthrough.showShortcuts)", |
218 | 218 | "media": { |
219 | | - "svg": "src/walkthrough/shortcuts.svg", |
| 219 | + "svg": "assets/walkthrough/shortcuts.svg", |
220 | 220 | "altText": "Manim Notebook keyboard shortcuts" |
221 | 221 | }, |
222 | 222 | "completionEvents": [ |
|
228 | 228 | "title": "Show settings", |
229 | 229 | "description": "Customize your Manim Notebook experience by changing settings.\n[Show Settings](command:manim-notebook-walkthrough.showSettings)", |
230 | 230 | "media": { |
231 | | - "svg": "src/walkthrough/settings.svg", |
| 231 | + "svg": "assets/walkthrough/settings.svg", |
232 | 232 | "altText": "Manim Notebook settings" |
233 | 233 | }, |
234 | 234 | "completionEvents": [ |
|
240 | 240 | "title": "Open Wiki", |
241 | 241 | "description": "Learn more about Manim Notebook on the GitHub Wiki.\n[Open Wiki](command:manim-notebook-walkthrough.openWiki)", |
242 | 242 | "media": { |
243 | | - "svg": "src/walkthrough/wiki.svg", |
| 243 | + "svg": "assets/walkthrough/wiki.svg", |
244 | 244 | "altText": "Manim Notebook Wiki" |
245 | 245 | }, |
246 | 246 | "completionEvents": [ |
|
0 commit comments