diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md
index ce5f0c387e..c8e6ac1211 100644
--- a/docs/CONTRIBUTING.md
+++ b/docs/CONTRIBUTING.md
@@ -90,6 +90,3 @@ To build your own minified version of Marked:
npm run build
```
-## Publishing
-
-Creating GitHub releases and publishing to NPM is limited to conributors and owners. If you would like more information, please see our [publishing documentation](#/PUBLISHING.md).
diff --git a/LICENSE.md b/docs/LICENSE.md
similarity index 100%
rename from LICENSE.md
rename to docs/LICENSE.md
diff --git a/docs/README.md b/docs/README.md
index f41160ce9f..84f272ea0f 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -1,17 +1,3 @@
-
-
Marked is
1. built for speed.*
@@ -97,18 +83,3 @@ The only completely secure system is the one that doesn't exist in the first pla
Therefore, please disclose potential security issues by email to the project [committers](#/AUTHORS.md) as well as the [listed owners within NPM](https://docs.npmjs.com/cli/owner). We will provide an initial assessment of security reports within 48 hours and should apply patches within 2 weeks (also, feel free to contribute a fix for the issue).
-
Contributing
-
-The marked community enjoys a spirit of collaboration and contribution from all comers. Whether you're just getting started with Markdown, JavaScript, and Marked or you're a veteran with it all figured out, we're here to help each other improve as professionals while helping Marked improve technically. Please see our [contributing documentation](#/CONTRIBUTING.md) for more details.
-
-For our Contribution License Agreement, see our [license](https://github.com/markedjs/marked/blob/master/LICENSE.md).
-
-
Authors
-
-For list of credited authors and contributors, please see our [authors page](#/AUTHORS.md).
-
-
License
-
-Copyright (c) 2011-2018, Christopher Jeffrey. (MIT License)
-
-See [license](https://github.com/markedjs/marked/blob/master/LICENSE.md) for more details.
diff --git a/docs/USING_PRO.md b/docs/USING_PRO.md
index e3ab6935f4..0ae4a98d3b 100644
--- a/docs/USING_PRO.md
+++ b/docs/USING_PRO.md
@@ -2,12 +2,6 @@
To champion the single-reponsibility and open/closed prinicples, we have tried to make it relatively painless to extend marked. If you are looking to add custom functionality, this is the place to start.
-
var content = document.querySelector('#content');
var body = document.querySelector('html');
+ var navLinks = document.querySelectorAll('nav a');
var currentPage = 'README.md';
var currentHash = '';
var renderedPage = '';
@@ -125,7 +216,14 @@