diff --git a/Documentation/Doxygen/DeveloperManual/API/DevelopmentAPI.dox b/Documentation/Doxygen/DeveloperManual/API/DevelopmentAPI.dox
new file mode 100644
index 0000000000..4f1263355b
--- /dev/null
+++ b/Documentation/Doxygen/DeveloperManual/API/DevelopmentAPI.dox
@@ -0,0 +1,5 @@
+/**
+\page DevelopmentAPI API-Documentation
+
+TODO
+*/
diff --git a/Documentation/Doxygen/DeveloperManual/DeveloperManual.dox b/Documentation/Doxygen/DeveloperManual/DeveloperManual.dox
index d06ef087cc..bc11b7b82f 100644
--- a/Documentation/Doxygen/DeveloperManual/DeveloperManual.dox
+++ b/Documentation/Doxygen/DeveloperManual/DeveloperManual.dox
@@ -1,57 +1,72 @@
/**
\page DeveloperManual Developer Manual
-Development with MITK can happen under several disctinct conditions. Depending on whether you are using the Toolkit or the entire Application, different sections may apply to you. In case you are unsure about what you need, please refer to \link The Architecture of MITK text\endlink. An extensive Introduction to MITK is available under \link StartingDevelopment Starting your MITK Development\endlink.
-
-Depending on whether you are working with the \link DevelopmentToolkit Toolkit\endlink or the \link DevelopmentApplication Application\endlink, you can refer to their respective pages.
-
+Development with MITK can happen under several disctinct conditions. Depending on whether you are using the Toolkit or the entire Application, different sections may apply to you. In case you are unsure about what you need, please refer to \link Architecture The Architecture of MITK text\endlink. An extensive Introduction to MITK is available under \link StartingDevelopment Starting your MITK Development\endlink.
+
+Depending on whether you are working with the \link DevelopmentToolkit Toolkit\endlink or the \link DevelopmentApplication Application\endlink, you can refer to their respective pages. Generated API-Documentation can be found \link DevelopmentAPI here\endlink.
+
+\section Starting your MITK Development
+
+
+ - \subpage StartingDevelopment
+
+ - \subpage Architecture
+ - \subpage SettingUpMitk
+ - \subpage GettingToKnowMitk
+ - \subpage FirstSteps
+ - \subpage Testing
+
+ - \subpage DevelopmentToolkit
+ - \subpage DevelopmentApplication
+ - \subpage DevelopmentAPI
+
OLD TEXT BELOW
Some abstract concepts of MITK are described in \ref Concepts
\section DevelopmentSetup Setting Up MITK
\li \subpage SupportedPlatformsPage
\li \subpage BuildInstructionsPage
\li \subpage thirdpartylibs
\li \ref HowToNewProject
\section DevelopmentGettingToKnow Getting To Know MITK
\li \subpage DirectoryStructurePage
\li \subpage TutorialPage
\section DevelopmentWith Developing With MITK
\li \subpage CMAKE_FAQ
\li \subpage DICOMTesting
\li \subpage NewPluginPage
\li \subpage StatemachineEditor
\li \subpage mitkExtPointsIndex
\li \subpage DeploymentPage
\li \subpage KnownProblemsPage
\section DevelopmentContributing Contributing To MITK
\li \subpage DocumentationGuide
\li \subpage StyleGuideAndNotesPage
\section DevelopmentGettingToKnowBlueberry Getting To Know BlueBerry
\li \subpage BlueBerryExamples
\section DevelopmentFurtherInfo Further Information
This section lists some ressources you might want to look at if you could not find what you need in
the \ref Development or \ref Concepts sections.
We hold regular internal seminars which may or may not have something to do with MITK directly. The slides can be found
here.
If you have some problems with MITK you might want to take a look at the FAQ.
If the above does not prove sufficient you can contact the Mailinglist.
*/
diff --git a/Documentation/Doxygen/DeveloperManual/Starting/FirstSteps/FirstSteps.dox b/Documentation/Doxygen/DeveloperManual/Starting/FirstSteps/FirstSteps.dox
new file mode 100644
index 0000000000..580aad2633
--- /dev/null
+++ b/Documentation/Doxygen/DeveloperManual/Starting/FirstSteps/FirstSteps.dox
@@ -0,0 +1,5 @@
+/**
+\page FirstSTeps First steps in Development
+
+TODO
+*/
diff --git a/Documentation/Doxygen/DeveloperManual/Starting/GettingToKnow/GettingToKnowMITK.dox b/Documentation/Doxygen/DeveloperManual/Starting/GettingToKnow/GettingToKnowMITK.dox
new file mode 100644
index 0000000000..79bc9b39bd
--- /dev/null
+++ b/Documentation/Doxygen/DeveloperManual/Starting/GettingToKnow/GettingToKnowMITK.dox
@@ -0,0 +1,5 @@
+/**
+\page GettingToKnowMITK Getting to know MITK
+
+TODO
+*/
diff --git a/Documentation/Doxygen/DeveloperManual/Starting/SettingUpMITK/SettingUpMITK.dox b/Documentation/Doxygen/DeveloperManual/Starting/SettingUpMITK/SettingUpMITK.dox
new file mode 100644
index 0000000000..1743f96939
--- /dev/null
+++ b/Documentation/Doxygen/DeveloperManual/Starting/SettingUpMITK/SettingUpMITK.dox
@@ -0,0 +1,5 @@
+/**
+\page SettingUpMitk Setting Up Mitk
+
+TODO
+*/
diff --git a/Documentation/Doxygen/DeveloperManual/Starting/Testing/Testing.dox b/Documentation/Doxygen/DeveloperManual/Starting/Testing/Testing.dox
new file mode 100644
index 0000000000..2551574251
--- /dev/null
+++ b/Documentation/Doxygen/DeveloperManual/Starting/Testing/Testing.dox
@@ -0,0 +1,5 @@
+/**
+\page Testing Testing
+
+TODO
+*/