move developer guide and issue workflow into geth dev category

This commit is contained in:
Felix Lange 2019-10-31 12:38:44 +01:00
parent be778966f7
commit 50dd37fb13
3 changed files with 3 additions and 17 deletions

View file

@ -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)

View file

@ -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.