From a2997ebdcd2a0e46b2c49790d6aae5a1261ff39a Mon Sep 17 00:00:00 2001 From: Adam Schmideg Date: Tue, 19 Feb 2019 12:12:19 +0100 Subject: [PATCH] Move docs to their collection folder --- _config.yml | 18 +++++++++++++++--- .../Active-go-ethereum-projects.md | 0 .../Go-bindings-to-Ethereum-contracts.md | 0 .../Libraries-and-Inproc-Ethereum-Nodes.md | 0 docs/{ => _developers}/other-documents.md | 0 docs/{ => _how-to}/Contract-Tutorial.md | 0 docs/{ => _how-to}/Managing-your-accounts.md | 0 docs/{ => _how-to}/Mining.md | 0 .../Building-Ethereum.md | 0 .../Developers-Guide.md | 0 docs/{ => _interface}/Command-Line-Options.md | 0 docs/{ => _interface}/JavaScript-Console.md | 0 docs/{ => _interface}/Management-APIs.md | 0 docs/{ => _support}/FAQ.md | 0 docs/{ => _support}/Issue-handling-workflow.md | 0 15 files changed, 15 insertions(+), 3 deletions(-) rename docs/{ => _developers}/Active-go-ethereum-projects.md (100%) rename docs/{Native-DApps => _developers}/Go-bindings-to-Ethereum-contracts.md (100%) rename docs/{Mobile-Clients => _developers}/Libraries-and-Inproc-Ethereum-Nodes.md (100%) rename docs/{ => _developers}/other-documents.md (100%) rename docs/{ => _how-to}/Contract-Tutorial.md (100%) rename docs/{ => _how-to}/Managing-your-accounts.md (100%) rename docs/{ => _how-to}/Mining.md (100%) rename docs/{ => _install-and-build}/Building-Ethereum.md (100%) rename docs/{ => _install-and-build}/Developers-Guide.md (100%) rename docs/{ => _interface}/Command-Line-Options.md (100%) rename docs/{ => _interface}/JavaScript-Console.md (100%) rename docs/{ => _interface}/Management-APIs.md (100%) rename docs/{ => _support}/FAQ.md (100%) rename docs/{ => _support}/Issue-handling-workflow.md (100%) diff --git a/_config.yml b/_config.yml index 5fff0010ea..3d8515842f 100644 --- a/_config.yml +++ b/_config.yml @@ -20,7 +20,19 @@ collections: output: true caption: Install and build sidebar: true - Mobile: + how-to: output: true - caption: Mobile-related - sidebar: true \ No newline at end of file + caption: How to use + sidebar: true + interface: + output: true + caption: Interface documentation + sidebar: true + support: + output: true + caption: Issues and support + sidebar: true + developers: + output: true + caption: Developers + sidebar: true diff --git a/docs/Active-go-ethereum-projects.md b/docs/_developers/Active-go-ethereum-projects.md similarity index 100% rename from docs/Active-go-ethereum-projects.md rename to docs/_developers/Active-go-ethereum-projects.md diff --git a/docs/Native-DApps/Go-bindings-to-Ethereum-contracts.md b/docs/_developers/Go-bindings-to-Ethereum-contracts.md similarity index 100% rename from docs/Native-DApps/Go-bindings-to-Ethereum-contracts.md rename to docs/_developers/Go-bindings-to-Ethereum-contracts.md diff --git a/docs/Mobile-Clients/Libraries-and-Inproc-Ethereum-Nodes.md b/docs/_developers/Libraries-and-Inproc-Ethereum-Nodes.md similarity index 100% rename from docs/Mobile-Clients/Libraries-and-Inproc-Ethereum-Nodes.md rename to docs/_developers/Libraries-and-Inproc-Ethereum-Nodes.md diff --git a/docs/other-documents.md b/docs/_developers/other-documents.md similarity index 100% rename from docs/other-documents.md rename to docs/_developers/other-documents.md diff --git a/docs/Contract-Tutorial.md b/docs/_how-to/Contract-Tutorial.md similarity index 100% rename from docs/Contract-Tutorial.md rename to docs/_how-to/Contract-Tutorial.md diff --git a/docs/Managing-your-accounts.md b/docs/_how-to/Managing-your-accounts.md similarity index 100% rename from docs/Managing-your-accounts.md rename to docs/_how-to/Managing-your-accounts.md diff --git a/docs/Mining.md b/docs/_how-to/Mining.md similarity index 100% rename from docs/Mining.md rename to docs/_how-to/Mining.md diff --git a/docs/Building-Ethereum.md b/docs/_install-and-build/Building-Ethereum.md similarity index 100% rename from docs/Building-Ethereum.md rename to docs/_install-and-build/Building-Ethereum.md diff --git a/docs/Developers-Guide.md b/docs/_install-and-build/Developers-Guide.md similarity index 100% rename from docs/Developers-Guide.md rename to docs/_install-and-build/Developers-Guide.md diff --git a/docs/Command-Line-Options.md b/docs/_interface/Command-Line-Options.md similarity index 100% rename from docs/Command-Line-Options.md rename to docs/_interface/Command-Line-Options.md diff --git a/docs/JavaScript-Console.md b/docs/_interface/JavaScript-Console.md similarity index 100% rename from docs/JavaScript-Console.md rename to docs/_interface/JavaScript-Console.md diff --git a/docs/Management-APIs.md b/docs/_interface/Management-APIs.md similarity index 100% rename from docs/Management-APIs.md rename to docs/_interface/Management-APIs.md diff --git a/docs/FAQ.md b/docs/_support/FAQ.md similarity index 100% rename from docs/FAQ.md rename to docs/_support/FAQ.md diff --git a/docs/Issue-handling-workflow.md b/docs/_support/Issue-handling-workflow.md similarity index 100% rename from docs/Issue-handling-workflow.md rename to docs/_support/Issue-handling-workflow.md