Small eye-candy changes to dockerizor recipe.
diff --git a/recipe-custom-virgo/src/docs/asciidoc/recipe-custom-runtime.adoc b/recipe-custom-virgo/src/docs/asciidoc/recipe-custom-runtime.adoc
index bf5cf6c..b91e6af 100644
--- a/recipe-custom-virgo/src/docs/asciidoc/recipe-custom-runtime.adoc
+++ b/recipe-custom-virgo/src/docs/asciidoc/recipe-custom-runtime.adoc
@@ -2,6 +2,7 @@
 :guide-short-name: custom-runtime
 :recipe-name: Create a Custom Virgo Runtime with Dockerizor
 :recipe-short-name: recipe-{guide-short-name}
+:experimental: true
 
 include::../../../../recipe-template/src/docs/asciidoc/00_title.adoc[]
 
@@ -23,11 +24,9 @@
 == Preparations
 
 include::../../../../recipe-template/src/docs/asciidoc/051_get-the-code.adoc[]
-include::../../../../recipe-template/src/docs/asciidoc/052_create-recipe-runtime.adoc[]
 include::../../../../recipe-template/src/docs/asciidoc/053_create-eclipse-project-metadata.adoc[]
 include::../../../../recipe-template/src/docs/asciidoc/054_prepare-virgo-tooling.adoc[]
 include::../../../../recipe-template/src/docs/asciidoc/055_import-the-code.adoc[]
-include::../../../../recipe-template/src/docs/asciidoc/056_create-new-virgo-server.adoc[]
 
 == A closer look
 
diff --git a/recipe-template/src/docs/asciidoc/055_import-the-code.adoc b/recipe-template/src/docs/asciidoc/055_import-the-code.adoc
index 75397c2..dd7d68f 100644
--- a/recipe-template/src/docs/asciidoc/055_import-the-code.adoc
+++ b/recipe-template/src/docs/asciidoc/055_import-the-code.adoc
@@ -2,7 +2,7 @@
 === Import the code into your Eclipse IDE
 
 Now you can menu:Import[Gradle > Gradle Project] into your IDE.
-The project folder is  called `{recipe-short-name}` and lies directly in the "Sample Applications" folder you created previously with the Git clone command. (`org.eclipse.virgo.samples`).
+The project folder is  called {recipe-short-name} and lies directly in the "Sample Applications" folder you created previously with the Git clone command. (`org.eclipse.virgo.samples`).
 
 [NOTE]
 --