(no ticket) User Guide: Remove nonfunctional archive drop-down from page headers
Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/0f8fdd12 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/0f8fdd12 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/0f8fdd12 Branch: refs/heads/feature/GEM-1483 Commit: 0f8fdd128536b5c3be2ece4ec417c2038b8e568d Parents: 47c8578 Author: Dave Barnes <dbar...@pivotal.io> Authored: Tue Jul 18 09:57:31 2017 -0700 Committer: Dave Barnes <dbar...@pivotal.io> Committed: Tue Jul 18 09:57:31 2017 -0700 ---------------------------------------------------------------------- geode-book/config.yml | 5 ----- geode-book/redirects.rb | 2 -- 2 files changed, 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/geode/blob/0f8fdd12/geode-book/config.yml ---------------------------------------------------------------------- diff --git a/geode-book/config.yml b/geode-book/config.yml index ae1489b..3f37b55 100644 --- a/geode-book/config.yml +++ b/geode-book/config.yml @@ -24,11 +24,6 @@ sections: directory: docs/guide/12 subnav_template: geode-subnav -archive_menu: - - v1.2 - - v1.1: index-11.html - - v1.0: index-10.html - template_variables: support_url: http://geode.apache.org/community product_url: http://geode.apache.org/ http://git-wip-us.apache.org/repos/asf/geode/blob/0f8fdd12/geode-book/redirects.rb ---------------------------------------------------------------------- diff --git a/geode-book/redirects.rb b/geode-book/redirects.rb index 1329716..be8bad8 100644 --- a/geode-book/redirects.rb +++ b/geode-book/redirects.rb @@ -14,7 +14,5 @@ #permissions and limitations under the License. r301 %r{/releases/latest/javadoc/(.*)}, 'http://geode.apache.org/releases/latest/javadoc/$1' -r302 '/index-10.html', 'http://geode.apache.org/docs/guide/10/about_geode.html' -r302 '/index-11.html', 'http://geode.apache.org/docs/guide/11/about_geode.html' rewrite '/', '/docs/guide/12/about_geode.html' rewrite '/index.html', '/docs/guide/12/about_geode.html'