diff --git a/vscode-extensions/boot-dev-pack/walkthroughs/live-information.md b/vscode-extensions/boot-dev-pack/walkthroughs/live-information.md
deleted file mode 100644
index d67d61cd4..000000000
--- a/vscode-extensions/boot-dev-pack/walkthroughs/live-information.md
+++ /dev/null
@@ -1,29 +0,0 @@
-## Look inside of your running Spring Boot application
-
-Spring Tools 4 can display live metadata information of a running Spring Boot application direclty in place in the source code.
-
-### Configure the launch config
-
-The live information is provided by [Spring Boot Actuators](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#actuator), so you need to have he Spring Boot Actuator module on the classpath of your project. In addition to that the information is exchanged between the running app and the tools via JMX, so you need to enable JMX for your app. This can be done by adding a specific JVM argument to the [launch configuration](command:workbench.action.debug.configure):
-
-`"vmArgs": "-Dspring.jmx.enabled=true"`
-
-### Show the live information
-
-In order to connect to a running application, you need to execute the [Manage Live Spring Boot Process Connections](vscode-spring-boot.live-hover.connect) command (e.g. via the command palette).
-
-
-
-Then, the command shows up a list of running processes, from which you can select the app to connect to.
-
-
-
-Once connected, the live information shows up in place with the source code of your application.
-
-
-
-### Update and disconnect
-
-If you have VS Code connected to a running app, you can execute the same command again to refresh the information or to disconnect from the running app again. The quick pick choices will show you up with those options for connected processes.
-
-
diff --git a/vscode-extensions/boot-dev-pack/walkthroughs/live-information.svg b/vscode-extensions/boot-dev-pack/walkthroughs/live-information.svg
new file mode 100644
index 000000000..034aa5051
--- /dev/null
+++ b/vscode-extensions/boot-dev-pack/walkthroughs/live-information.svg
@@ -0,0 +1,342 @@
+
\ No newline at end of file
diff --git a/vscode-extensions/boot-dev-pack/walkthroughs/spring-initializr-integration.png b/vscode-extensions/boot-dev-pack/walkthroughs/spring-initializr-integration.png
deleted file mode 100644
index 6c4f1095d..000000000
Binary files a/vscode-extensions/boot-dev-pack/walkthroughs/spring-initializr-integration.png and /dev/null differ
diff --git a/vscode-extensions/boot-dev-pack/walkthroughs/spring-initializr-integration.svg b/vscode-extensions/boot-dev-pack/walkthroughs/spring-initializr-integration.svg
new file mode 100644
index 000000000..bb0a6f322
--- /dev/null
+++ b/vscode-extensions/boot-dev-pack/walkthroughs/spring-initializr-integration.svg
@@ -0,0 +1,155 @@
+
\ No newline at end of file
diff --git a/vscode-extensions/boot-dev-pack/walkthroughs/spring-run-app.png b/vscode-extensions/boot-dev-pack/walkthroughs/spring-run-app.png
deleted file mode 100644
index a7bba41c9..000000000
Binary files a/vscode-extensions/boot-dev-pack/walkthroughs/spring-run-app.png and /dev/null differ
diff --git a/vscode-extensions/boot-dev-pack/walkthroughs/spring-run-app.svg b/vscode-extensions/boot-dev-pack/walkthroughs/spring-run-app.svg
new file mode 100644
index 000000000..99e3df961
--- /dev/null
+++ b/vscode-extensions/boot-dev-pack/walkthroughs/spring-run-app.svg
@@ -0,0 +1,329 @@
+
\ No newline at end of file
diff --git a/vscode-extensions/boot-dev-pack/walkthroughs/spring-symbols-navigation.png b/vscode-extensions/boot-dev-pack/walkthroughs/spring-symbols-navigation.png
deleted file mode 100644
index b6f7361d7..000000000
Binary files a/vscode-extensions/boot-dev-pack/walkthroughs/spring-symbols-navigation.png and /dev/null differ
diff --git a/vscode-extensions/boot-dev-pack/walkthroughs/spring-symbols-navigation.svg b/vscode-extensions/boot-dev-pack/walkthroughs/spring-symbols-navigation.svg
new file mode 100644
index 000000000..ed7ce9421
--- /dev/null
+++ b/vscode-extensions/boot-dev-pack/walkthroughs/spring-symbols-navigation.svg
@@ -0,0 +1,367 @@
+
\ No newline at end of file