+
diff --git a/vendor/middleman/source/includes/_javascripts.html.hbs b/vendor/middleman/source/includes/_javascripts.html.hbs
new file mode 100644
index 000000000..afa75fdff
--- /dev/null
+++ b/vendor/middleman/source/includes/_javascripts.html.hbs
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/vendor/middleman/source/index.html.md b/vendor/middleman/source/index.html.md
new file mode 100644
index 000000000..bc3ad8183
--- /dev/null
+++ b/vendor/middleman/source/index.html.md
@@ -0,0 +1,11 @@
+---
+layout: index
+title: DataCite REST API
+description: The API to interact with all DataCite resources.
+---
+
+The DataCite REST API allows users to interact with DataCite resources such as dois, clients, providers and prefixes. Please use
+[DOI Fabrica](https://doi.datacite.org) if you are looking for a web interface. The API follows the [JSONAPI](http://jsonapi.org/)
+specification. The API requires authentication for some actions.
+
+You will find more information about the REST API in our [documentation portal](https://support.datacite.org/docs/api).
diff --git a/vendor/middleman/source/layouts/index.erb b/vendor/middleman/source/layouts/index.erb
new file mode 100644
index 000000000..e74de28c0
--- /dev/null
+++ b/vendor/middleman/source/layouts/index.erb
@@ -0,0 +1,23 @@
+<% wrap_layout :layout do %>
+