2019-03-26 10:33:22 -05:00
|
|
|
repository: ethereum/go-ethereum
|
|
|
|
|
|
|
|
theme: minima
|
|
|
|
|
|
|
|
keep_files:
|
|
|
|
- static
|
|
|
|
|
|
|
|
favicon: /static/images/favicon.png
|
|
|
|
|
|
|
|
defaults:
|
|
|
|
- scope:
|
|
|
|
path: ""
|
|
|
|
values:
|
|
|
|
layout: sidebar
|
|
|
|
- scope:
|
|
|
|
path: "*"
|
|
|
|
values:
|
2019-10-01 03:40:09 -05:00
|
|
|
root: "../.."
|
2019-03-26 10:33:22 -05:00
|
|
|
- scope:
|
|
|
|
path: "*/*"
|
|
|
|
values:
|
2019-10-28 10:45:19 -05:00
|
|
|
root: "../.."
|
2019-03-26 10:33:22 -05:00
|
|
|
|
2019-10-28 10:45:19 -05:00
|
|
|
default_root: "../.."
|
2019-03-26 10:33:22 -05:00
|
|
|
|
|
|
|
collections_dir: docs
|
|
|
|
collections:
|
|
|
|
install-and-build:
|
|
|
|
output: true
|
2019-10-01 03:40:09 -05:00
|
|
|
permalink: docs/:collection/:slug
|
2019-03-26 10:33:22 -05:00
|
|
|
caption: Install and build
|
|
|
|
sidebar_index: 1
|
2019-04-04 17:21:15 -05:00
|
|
|
frontpage: _install-and-build/Installing-Geth.md
|
2019-03-26 10:33:22 -05:00
|
|
|
interface:
|
2019-08-12 09:50:40 -05:00
|
|
|
output: true
|
2019-10-01 03:40:09 -05:00
|
|
|
permalink: docs/:collection/:slug
|
2019-04-04 17:21:15 -05:00
|
|
|
caption: Interacting with Geth
|
|
|
|
sidebar_index: 2
|
2019-03-26 10:33:22 -05:00
|
|
|
support:
|
|
|
|
output: true
|
2019-10-01 03:40:09 -05:00
|
|
|
permalink: docs/:collection/:slug
|
2019-03-26 10:33:22 -05:00
|
|
|
caption: Issues and support
|
2019-04-04 17:21:15 -05:00
|
|
|
sidebar_index: 3
|
2019-03-26 10:33:22 -05:00
|
|
|
developers:
|
|
|
|
output: true
|
2019-10-01 03:40:09 -05:00
|
|
|
permalink: docs/:collection/:slug
|
2019-04-04 17:21:15 -05:00
|
|
|
caption: Developer docs
|
|
|
|
sidebar_index: 4
|
2019-04-03 07:04:56 -05:00
|
|
|
clef:
|
|
|
|
output: true
|
2019-10-01 03:40:09 -05:00
|
|
|
permalink: docs/:collection/:slug
|
2019-04-03 07:04:56 -05:00
|
|
|
caption: Clef
|
2019-04-04 17:21:15 -05:00
|
|
|
sidebar_index: 5
|
|
|
|
frontpage: _clef/Overview.md
|
2019-04-03 12:49:24 -05:00
|
|
|
whisper:
|
|
|
|
output: true
|
2019-10-01 03:40:09 -05:00
|
|
|
permalink: docs/:collection/:slug
|
2019-04-03 12:49:24 -05:00
|
|
|
caption: Whisper
|
2019-04-04 17:21:15 -05:00
|
|
|
sidebar_index: 6
|
|
|
|
frontpage: _whisper/Whisper-Overview.md
|
2019-08-12 09:50:40 -05:00
|
|
|
rpc:
|
|
|
|
output: true
|
2019-10-01 03:40:09 -05:00
|
|
|
permalink: docs/:collection/:slug
|
2019-08-12 09:50:40 -05:00
|
|
|
caption: JSON RPC APIs
|
|
|
|
sidebar_index: 7
|
2019-03-26 10:33:22 -05:00
|
|
|
doc:
|
|
|
|
output: true
|
2019-10-01 03:40:09 -05:00
|
|
|
permalink: docs/:collection/:slug
|
2019-03-26 10:33:22 -05:00
|
|
|
caption: Other
|
2019-08-12 09:50:40 -05:00
|
|
|
sidebar_index: 8
|
2019-04-04 17:21:15 -05:00
|
|
|
legacy:
|
|
|
|
output: true
|
2019-10-01 03:40:09 -05:00
|
|
|
permalink: docs/:collection/:slug
|
2019-04-04 17:21:15 -05:00
|
|
|
caption: Legacy content
|
2019-08-12 09:50:40 -05:00
|
|
|
sidebar_index: 9
|