Remove unused variables in book.json
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/34de2d42 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/34de2d42 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/34de2d42 Branch: refs/heads/master Commit: 34de2d42775c1e89f8e7b3b2edcfe7d9d146e867 Parents: 3e292b6 Author: Richard Downer <[email protected]> Authored: Tue Oct 10 15:43:53 2017 +0100 Committer: Thomas Bouron <[email protected]> Committed: Mon Oct 16 14:56:02 2017 +0100 ---------------------------------------------------------------------- book.json | 42 ++---------------------------------------- 1 file changed, 2 insertions(+), 40 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/34de2d42/book.json ---------------------------------------------------------------------- diff --git a/book.json b/book.json index 0aca217..2a5361c 100644 --- a/book.json +++ b/book.json @@ -40,50 +40,12 @@ }, "variables": { "brooklyn_version": "1.0.0-SNAPSHOT", - - - - - - - - "encoding": "utf-8", - "markdown": "kramdown", - + "brooklyn-stable-version": "0.12.0", "url_root": "http://0.0.0.0:4000", - "path": { - "style": "/style", "guide": "/guide", "website": "/website", "v": "/v" - }, - - "dependency_mode": "local", - "dependency_urls": { - "bootstrap.css": "https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css", - "bootstrap.js": "https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js", - "jquery.js": "https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js" - }, - - "root_menu_page": "/website/index.md", - - "exclude": ["/Gemfile*", "/README.md"], - - "sass": { - "sass_dir": "style/css" - }, - - "brooklyn-stable-version": "0.11.0", - "pdf-default-base-url": "http://brooklyn.apache.org", - "pdf-default-versioned-url-subpath": "/v/0.11.0", - - "pdf-rewrite-prefixes": { - "/guide": "/v/0.11.0", - "/website": "" - }, - - "brooklyn-version": "0.13.0-SNAPSHOT", - "brooklyn-snapshot-git-branch": "master" + } } }
