diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 00000000..a543aa91
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,19 @@
+root = true
+
+[{*.rst,*.rst.txt}]
+charset = utf-8
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true
+indent_style = space
+indent_size = 3
+max_line_length = 80
+
+# MD-Files
+[*.md]
+charset = utf-8
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true
+indent_style = space
+indent_size = 4
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..85e7c1df
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/.idea/
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
new file mode 100644
index 00000000..a82224ef
--- /dev/null
+++ b/CONTRIBUTING.rst
@@ -0,0 +1,38 @@
+=================================
+Contribute to TYPO3 Documentation
+=================================
+
+Create Issues
+=============
+
+* If you find something missing or something is wrong in this manual, you are
+ welcome to write an issue describing the problem.
+* If you can, please try to fix the problem yourself.
+* For minor changes, it is not necessary to create an issue first.
+
+Make changes (create pull requests)
+===================================
+
+* In order to make changes on a `rendered page `__,
+ just click on "Edit me on GitHub".
+* For a step-by-step walkthrough for making a change, see
+ `Contribute to docs.typo3.org `__
+* For a step-by-step walkthrough of alternative workflow, see
+ `Local Editing and Rendering with Docker `__
+
+Get help
+========
+
+* If you need help with contributing to the docs, see
+ `How to get Help `__
+
+Contribute to TYPO3 Core
+========================
+
+* See `TYPO3 Contribution Guide - Core Development `__
+
+General TYPO3 Support
+=====================
+
+If you have some general TYPO3 support questions or need help with TYPO3,
+please see https://typo3.org/help.
diff --git a/README.rst b/README.rst
new file mode 100644
index 00000000..c7680d26
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,14 @@
+\|
+`Contributing `__ \|
+`Help & Support `__ \|
+`Settings `__ \|
+
+================
+TYPO3 Exceptions
+================
+
+These official pages contain distilled community knowledge regarding exceptions
+of the enterprise content management system TYPO3.
+
+:Repository: https://github.com/TYPO3-Documentation/TYPO3CMS-Exceptions
+:Read online: https://docs.typo3.org/typo3cms/exceptions/master/en-us/