diff --git a/docs/build/index.md b/docs/build/index.md
index 5d7908c7971676338149556688734518be4c825e..862628dc48fbf48f742e10b9fa4034c06fa403be 100644
--- a/docs/build/index.md
+++ b/docs/build/index.md
@@ -12,6 +12,7 @@
 
 - [Introduction](man/introduction.md#Introduction-1)
 - [Installation instructions](man/installation.md#Installation-instructions-1)
+- [Development](man/development.md#Package-Development-1)
 
 
 <a id='Examples-1'></a>
@@ -62,4 +63,3 @@
 - [`LabConnections.BeagleBone.write!`](lib/functions.md#LabConnections.BeagleBone.write!)
 - [`LabConnections.BeagleBone.write!`](lib/functions.md#LabConnections.BeagleBone.write!)
 - [`LabConnections.BeagleBone.write!`](lib/functions.md#LabConnections.BeagleBone.write!)
-
diff --git a/docs/makeOld.jl b/docs/makeOld.jl
deleted file mode 100644
index be2ee4ff5a10e3be86e563ddff74a2fbef792dd3..0000000000000000000000000000000000000000
--- a/docs/makeOld.jl
+++ /dev/null
@@ -1,30 +0,0 @@
-push!(LOAD_PATH,"../src/")
-println(LOAD_PATH)
-using Documenter, LabConnections
-# makedocs()
-# deploydocs(
-# deps   = Deps.pip("pygments", "mkdocs", "python-markdown-math", "mkdocs-cinder"),
-# repo   = "gitlab.control.lth.se/processes/LabProcesses.jl",
-# branch = "gh-pages",
-# julia  = "0.6",
-# osname = "linux"
-# )
-
-makedocs(
-    format = :html,
-    sitename = "LabConnections",
-    pages = [
-        "index.md",
-        "installation.md",
-        "systemConfiguration.md",
-        "testing.md",
-        "examples.md",
-    ]
-)
-
-deploydocs(
-    repo   = "gitlab.control.lth.se/labdev/LabConnections.jl.git",
-    target = "build",
-    deps   = nothing,
-    make   = nothing
-)
diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml
index 47530e9405c64cf882d5a8109d73c955ceae3358..30f1baf62ba868cc291a5b1d0b641492c26c97c2 100644
--- a/docs/mkdocs.yml
+++ b/docs/mkdocs.yml
@@ -29,6 +29,7 @@ pages:
   - Guide:
     - Introduction: 'man/introduction.md'
     - Installation: 'man/installation.md'
+    - Development: 'man/development.md'
   - API:
     - IO devices: 'lib/io_devices.md'
     - Functions: 'lib/functions.md'