From 50dd37fb139304a06684a1a3a8405787ed7a5d20 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Thu, 31 Oct 2019 12:38:44 +0100 Subject: [PATCH] move developer guide and issue workflow into geth dev category --- docs/_developers/Developer-Guide.md | 15 --------------- .../devguide.md} | 5 +++-- .../issue-handling-workflow.md} | 0 3 files changed, 3 insertions(+), 17 deletions(-) delete mode 100644 docs/_developers/Developer-Guide.md rename docs/{_install-and-build/Developers-Guide.md => _developers/devguide.md} (98%) rename docs/{_support/Issue-handling-workflow.md => _developers/issue-handling-workflow.md} (100%) diff --git a/docs/_developers/Developer-Guide.md b/docs/_developers/Developer-Guide.md deleted file mode 100644 index 3c9c48c37a..0000000000 --- a/docs/_developers/Developer-Guide.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Developer guide ---- -### Native DApps - -[Introduction and packages](Native:-Introduction) - -[Account management](Native:-Account-management) - -### Mobile platforms - -[Introduction and packages](Mobile:-Introduction) - -[Account management](Mobile:-Account-management) - diff --git a/docs/_install-and-build/Developers-Guide.md b/docs/_developers/devguide.md similarity index 98% rename from docs/_install-and-build/Developers-Guide.md rename to docs/_developers/devguide.md index 1136ff7aaf..1247dcf55f 100644 --- a/docs/_install-and-build/Developers-Guide.md +++ b/docs/_developers/devguide.md @@ -1,8 +1,9 @@ --- -title: Developers' guide +title: Developer guide --- + **NOTE: These instructions are for people who want to contribute Go source code changes. -If you just want to run ethereum, use the normal [Installation Instructions](installing-geth)** +If you just want to run ethereum, use the normal [Installation Instructions](../install-and-build/installing-geth)** This document is the entry point for developers of the Go implementation of Ethereum. Developers here refer to the hands-on: who are interested in build, develop, debug, submit a bug report or pull request or contribute code to go-ethereum. diff --git a/docs/_support/Issue-handling-workflow.md b/docs/_developers/issue-handling-workflow.md similarity index 100% rename from docs/_support/Issue-handling-workflow.md rename to docs/_developers/issue-handling-workflow.md