From ec9e559ec0c3f350bd009afd437652347789b180 Mon Sep 17 00:00:00 2001 From: Geoffrey Booth Date: Sun, 11 Dec 2016 00:02:38 -0800 Subject: [PATCH] Split body into nav and body --- docs/v1/index.html | 2 +- documentation/index.html | 1 + documentation/v1/body.html | 82 -------------------------------------- documentation/v1/nav.html | 81 +++++++++++++++++++++++++++++++++++++ 4 files changed, 83 insertions(+), 83 deletions(-) create mode 100644 documentation/v1/nav.html diff --git a/docs/v1/index.html b/docs/v1/index.html index 78418b7e49..afdf6d2f00 100644 --- a/docs/v1/index.html +++ b/docs/v1/index.html @@ -516,7 +516,6 @@ -
@@ -605,6 +604,7 @@
+
diff --git a/documentation/index.html b/documentation/index.html index 03fb957283..77e20e38f1 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -16,6 +16,7 @@ <%= include('styles.html') %> +<%= include('nav.html') %> <%= include('body.html') %> diff --git a/documentation/v1/body.html b/documentation/v1/body.html index f9a711b6da..1f3751d6c2 100644 --- a/documentation/v1/body.html +++ b/documentation/v1/body.html @@ -1,85 +1,3 @@ -
- - -
<%= htmlFor('introduction', 'top') %> <%= htmlFor('overview') %> diff --git a/documentation/v1/nav.html b/documentation/v1/nav.html new file mode 100644 index 0000000000..2580c04d6e --- /dev/null +++ b/documentation/v1/nav.html @@ -0,0 +1,81 @@ +
+ +