From b085be0064e38263ed24f0c3a839f3f610b5cd61 Mon Sep 17 00:00:00 2001 From: Adam Schmideg Date: Tue, 26 Mar 2019 16:33:22 +0100 Subject: [PATCH] add only _config.yml to see if it breaks redirection --- _config.yml | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 000000000..37fe4147e --- /dev/null +++ b/_config.yml @@ -0,0 +1,53 @@ +repository: ethereum/go-ethereum + +theme: minima + +keep_files: + - static + +favicon: /static/images/favicon.png + +defaults: + - scope: + path: "" + values: + layout: sidebar + - scope: + path: "*" + values: + root: "." + - scope: + path: "*/*" + values: + root: ".." + +default_root: ".." + +collections_dir: docs +collections: + install-and-build: + output: true + caption: Install and build + sidebar_index: 1 + how-to: + output: true + caption: How to use + sidebar_index: 2 + interface: + output: true + caption: Interface documentation + sidebar_index: 3 + support: + output: true + caption: Issues and support + sidebar_index: 4 + developers: + output: true + caption: Developers + sidebar_index: 5 + doc: + output: true + caption: Other + sidebar_index: 6 + +