2019-03-26 16:33:22 +01: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 10:40:09 +02:00
|
|
|
root: "../.."
|
2019-03-26 16:33:22 +01:00
|
|
|
- scope:
|
|
|
|
path: "*/*"
|
|
|
|
values:
|
2019-10-28 16:45:19 +01:00
|
|
|
root: "../.."
|
2019-03-26 16:33:22 +01:00
|
|
|
|
2019-10-28 16:45:19 +01:00
|
|
|
default_root: "../.."
|
2019-03-26 16:33:22 +01:00
|
|
|
|
|
|
|
collections_dir: docs
|
|
|
|
collections:
|
2019-10-30 12:34:07 +01:00
|
|
|
getting-started:
|
|
|
|
output: true
|
2019-11-05 13:46:00 +01:00
|
|
|
caption: Getting Started
|
2021-01-25 12:45:02 +01:00
|
|
|
permalink: docs/:collection/:slug
|
2019-10-30 12:34:07 +01:00
|
|
|
sidebar_index: 1
|
|
|
|
frontpage: _getting-started/index.md
|
2019-03-26 16:33:22 +01:00
|
|
|
install-and-build:
|
|
|
|
output: true
|
2019-10-01 10:40:09 +02:00
|
|
|
permalink: docs/:collection/:slug
|
2019-11-05 13:46:00 +01:00
|
|
|
caption: Install and Build
|
2019-10-30 12:34:07 +01:00
|
|
|
sidebar_index: 2
|
2019-04-05 00:21:15 +02:00
|
|
|
frontpage: _install-and-build/Installing-Geth.md
|
2019-03-26 16:33:22 +01:00
|
|
|
interface:
|
2019-08-12 17:50:40 +03:00
|
|
|
output: true
|
2019-10-01 10:40:09 +02:00
|
|
|
permalink: docs/:collection/:slug
|
2019-11-05 13:46:00 +01:00
|
|
|
caption: Using Geth
|
2019-10-30 12:34:07 +01:00
|
|
|
sidebar_index: 3
|
2019-11-05 13:46:00 +01:00
|
|
|
dapp:
|
2019-03-26 16:33:22 +01:00
|
|
|
output: true
|
2019-10-01 10:40:09 +02:00
|
|
|
permalink: docs/:collection/:slug
|
2019-11-05 13:46:00 +01:00
|
|
|
caption: For dApp Developers
|
|
|
|
frontpage: _dapp/native.md
|
2019-10-30 12:34:07 +01:00
|
|
|
sidebar_index: 4
|
2019-11-05 13:46:00 +01:00
|
|
|
rpc:
|
2019-03-26 16:33:22 +01:00
|
|
|
output: true
|
2019-10-01 10:40:09 +02:00
|
|
|
permalink: docs/:collection/:slug
|
2019-11-05 13:46:00 +01:00
|
|
|
caption: JSON RPC APIs
|
|
|
|
frontpage: _rpc/server.md
|
2019-10-30 12:34:07 +01:00
|
|
|
sidebar_index: 5
|
2019-11-05 13:46:00 +01:00
|
|
|
developers:
|
2019-04-03 14:04:56 +02:00
|
|
|
output: true
|
2019-10-01 10:40:09 +02:00
|
|
|
permalink: docs/:collection/:slug
|
2019-11-05 13:46:00 +01:00
|
|
|
caption: For Geth Developers
|
|
|
|
frontpage: _developers/devguide.md
|
2019-10-30 12:34:07 +01:00
|
|
|
sidebar_index: 6
|
2019-11-05 13:46:00 +01:00
|
|
|
clef:
|
2019-04-03 19:49:24 +02:00
|
|
|
output: true
|
2019-10-01 10:40:09 +02:00
|
|
|
permalink: docs/:collection/:slug
|
2019-11-05 13:46:00 +01:00
|
|
|
caption: Clef
|
2019-10-30 12:34:07 +01:00
|
|
|
sidebar_index: 7
|
2022-07-18 19:42:12 +01:00
|
|
|
frontpage: _clef/Introduction.md
|
2022-11-04 15:26:26 +00:00
|
|
|
evm-tracing:
|
|
|
|
output: true
|
|
|
|
permalink: docs/:collection/:slug
|
|
|
|
caption: EVM tracing
|
|
|
|
sidebar_index: 8
|
|
|
|
frontpage: _evm-tracing/index.md
|
2020-11-24 13:13:29 +01:00
|
|
|
vulnerabilities:
|
|
|
|
output: true
|
|
|
|
permalink: docs/:collection/:slug
|
|
|
|
caption: Vulnerabilities
|
2022-11-04 15:26:26 +00:00
|
|
|
sidebar_index: 9
|
2020-11-24 13:13:29 +01:00
|
|
|
frontpage: _vulnerabilies/vulnerabilities.md
|