mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-02 09:33:46 +00:00
This PR: - reorganizes all documentation pages so they live in the right category - removes lots of legacy docs - contains many improvements to active documentation pages Geth user documentation is now spread across five major categories: - Install and Build: installation and compile instructions - Using Geth: this is for pages about general geth usage. - For dApp Developers: this is for programming guides and functionality specific to dapp development. All the dev guides for mobile framework and Go APIs live here. - JSON-RPC APIs: this has its own section because there is now a sub-page for every name space. I have also added an overview text that explains how to set up the API servers. - For Geth Developers: this is for geth contributors
73 lines
1.5 KiB
YAML
73 lines
1.5 KiB
YAML
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:
|
|
getting-started:
|
|
output: true
|
|
caption: Getting Started
|
|
sidebar_index: 1
|
|
frontpage: _getting-started/index.md
|
|
install-and-build:
|
|
output: true
|
|
permalink: docs/:collection/:slug
|
|
caption: Install and Build
|
|
sidebar_index: 2
|
|
frontpage: _install-and-build/Installing-Geth.md
|
|
interface:
|
|
output: true
|
|
permalink: docs/:collection/:slug
|
|
caption: Using Geth
|
|
sidebar_index: 3
|
|
dapp:
|
|
output: true
|
|
permalink: docs/:collection/:slug
|
|
caption: For dApp Developers
|
|
frontpage: _dapp/native.md
|
|
sidebar_index: 4
|
|
rpc:
|
|
output: true
|
|
permalink: docs/:collection/:slug
|
|
caption: JSON RPC APIs
|
|
frontpage: _rpc/server.md
|
|
sidebar_index: 5
|
|
developers:
|
|
output: true
|
|
permalink: docs/:collection/:slug
|
|
caption: For Geth Developers
|
|
frontpage: _developers/devguide.md
|
|
sidebar_index: 6
|
|
clef:
|
|
output: true
|
|
permalink: docs/:collection/:slug
|
|
caption: Clef
|
|
sidebar_index: 7
|
|
frontpage: _clef/Tutorial.md
|
|
whisper:
|
|
output: true
|
|
permalink: docs/:collection/:slug
|
|
caption: Whisper
|
|
sidebar_index: 8
|
|
frontpage: _whisper/Whisper-Overview.md
|