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:
|
2019-10-30 06:34:07 -05:00
|
|
|
getting-started:
|
|
|
|
output: true
|
2019-11-05 06:46:00 -06:00
|
|
|
caption: Getting Started
|
2021-01-25 05:45:02 -06:00
|
|
|
permalink: docs/:collection/:slug
|
2019-10-30 06:34:07 -05:00
|
|
|
sidebar_index: 1
|
|
|
|
frontpage: _getting-started/index.md
|
2019-03-26 10:33:22 -05:00
|
|
|
install-and-build:
|
|
|
|
output: true
|
2019-10-01 03:40:09 -05:00
|
|
|
permalink: docs/:collection/:slug
|
2019-11-05 06:46:00 -06:00
|
|
|
caption: Install and Build
|
2019-10-30 06:34:07 -05:00
|
|
|
sidebar_index: 2
|
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-11-05 06:46:00 -06:00
|
|
|
caption: Using Geth
|
2019-10-30 06:34:07 -05:00
|
|
|
sidebar_index: 3
|
2019-11-05 06:46:00 -06:00
|
|
|
dapp:
|
2019-03-26 10:33:22 -05:00
|
|
|
output: true
|
2019-10-01 03:40:09 -05:00
|
|
|
permalink: docs/:collection/:slug
|
2019-11-05 06:46:00 -06:00
|
|
|
caption: For dApp Developers
|
|
|
|
frontpage: _dapp/native.md
|
2019-10-30 06:34:07 -05:00
|
|
|
sidebar_index: 4
|
2019-11-05 06:46:00 -06:00
|
|
|
rpc:
|
2019-03-26 10:33:22 -05:00
|
|
|
output: true
|
2019-10-01 03:40:09 -05:00
|
|
|
permalink: docs/:collection/:slug
|
2019-11-05 06:46:00 -06:00
|
|
|
caption: JSON RPC APIs
|
|
|
|
frontpage: _rpc/server.md
|
2019-10-30 06:34:07 -05:00
|
|
|
sidebar_index: 5
|
2019-11-05 06:46:00 -06:00
|
|
|
developers:
|
2019-04-03 07:04:56 -05:00
|
|
|
output: true
|
2019-10-01 03:40:09 -05:00
|
|
|
permalink: docs/:collection/:slug
|
2019-11-05 06:46:00 -06:00
|
|
|
caption: For Geth Developers
|
|
|
|
frontpage: _developers/devguide.md
|
2019-10-30 06:34:07 -05:00
|
|
|
sidebar_index: 6
|
2019-11-05 06:46:00 -06:00
|
|
|
clef:
|
2019-04-03 12:49:24 -05:00
|
|
|
output: true
|
2019-10-01 03:40:09 -05:00
|
|
|
permalink: docs/:collection/:slug
|
2019-11-05 06:46:00 -06:00
|
|
|
caption: Clef
|
2019-10-30 06:34:07 -05:00
|
|
|
sidebar_index: 7
|
2019-11-05 06:46:00 -06:00
|
|
|
frontpage: _clef/Tutorial.md
|
2020-11-24 06:13:29 -06:00
|
|
|
vulnerabilities:
|
|
|
|
output: true
|
|
|
|
permalink: docs/:collection/:slug
|
|
|
|
caption: Vulnerabilities
|
2021-07-05 17:19:21 -05:00
|
|
|
sidebar_index: 8
|
2020-11-24 06:13:29 -06:00
|
|
|
frontpage: _vulnerabilies/vulnerabilities.md
|