From 0e920ce3f481a23c00c22c10565463ce58c0aac2 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 21 Jun 2018 07:31:38 +0300 Subject: Reorganize docs for easier deploys MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With the current docs directory setup, I'm making too many mistakes and have to manually address path changes and directory moves on deploy. This makes for a frustrating experience developing locally and shipping releases. With this PR, we're basically back to the same setup from v3—duplicating the dist directory into our docs directory. Not the most ideal, but very straightforward for me as the release manager. --- _includes/scripts.html | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 _includes/scripts.html (limited to '_includes/scripts.html') diff --git a/_includes/scripts.html b/_includes/scripts.html deleted file mode 100644 index 37c04f983..000000000 --- a/_includes/scripts.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - -{%- if site.github -%} - -{%- else -%} - -{%- endif -%} - -{%- if page.layout == "docs" -%} - -{%- endif -%} - -{%- if site.github -%} - -{%- else -%} - - - - - - - -{%- endif -%} -- cgit v1.2.3