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