diff --git a/content/developer/_index.md b/content/developer/_index.md
index 75fb024da7ee5c681c77df0a9d3fe84743189cdf..807dd51faa63803170ffaea23a433a3c1bac26be 100644
--- a/content/developer/_index.md
+++ b/content/developer/_index.md
@@ -1,28 +1,21 @@
 +++
-short-description = "Apertis application developer portal"
 license = "CC-BY-SAv4.0"
-title = "Index"
+title = "Developer Guide"
 weight = 100
 aliases = [ "/old-developer/latest/index.html", "/old-developer/v2019/index.html", "/old-developer/v2020/index.html", "/old-developer/v2021pre/index.html", "/old-developer/v2022dev0/index.html",]
 outputs = [ "html", "pdf-in",]
 +++
 
-# Apertis application developer guide
-
-Welcome to the Apertis application developer guide!
-
 The [FOSS](https://en.wikipedia.org/wiki/Free_and_open-source_software) ([Free](http://en.wikipedia.org/wiki/Free_software) and [open source](http://en.wikipedia.org/wiki/Open-source_software)) GNU/Linux-based Apertis platform provides a set of APIs and services that allow you to create automotive information and entertainment apps.  These APIs and services are made available in the Apertis SDK.
 
 The SDK is a linux virtual machine running a standard desktop environment on top of the Apertis distribution.  It contains Apertis development libraries, developer tools, documentation, debugging libraries and the Apertis simulator.  The SDK VM image can be run on Windows, Mac OS, or different Linux distributions using the virtualization software [VirtualBox](vm-setup.md).
 
 ### Next
 
-|-|
-| ![](/images/continue-arrow.png) **Questions?** Read the [FAQ](faq.md). |
-| ![](/images/continue-arrow.png) **Ready to start development?** [Install the SDK](install.md). |
-| ![](/images/continue-arrow.png) **Want to create or update Apertis apps?**  Find out [What's new in the latest version of Apertis](#whats-new-in-this-version) or use the [API quick links](#apertis-api-quick-links) below. |
-| ![](/images/continue-arrow.png) **Ready to distribute your app?**  Continue on to [Distribution](app-distribution.md). |
-
+* **Questions?** Read the [FAQ](faq.md).
+* **Ready to start development?** [Install the SDK](install.md).
+* **Want to create or update Apertis apps?**  Find out [What's new in the latest version of Apertis](#whats-new-in-this-version) or use the [API quick links](#apertis-api-quick-links) below.
+* **Ready to distribute your app?**  Continue on to [Distribution](app-distribution.md).
 
 ## Support
 
@@ -98,4 +91,3 @@ If you encounter any problems using the SDK and need help, please send us an ema
 [Soup](https://developer.gnome.org/libsoup/stable/): Network protocol  
 [LLVM](http://llvm.org/docs/): Compiler technology  
 
-```