mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-09 05:52:45 +00:00
b08d0ff2ab
In optimistic mode, Nimbus will sync optimistically even when the execution client is offline / not available. An optimistic node is less secure because it has not validated block transactions via the execution client and can thus not be used for validation duties.
115 lines
2.4 KiB
YAML
115 lines
2.4 KiB
YAML
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
|
|
|
|
site_name: The Nimbus Guide
|
|
theme:
|
|
name: material
|
|
features:
|
|
- navigation.expand
|
|
- navigation.tabs
|
|
- navigation.top
|
|
- content.tabs.link
|
|
palette:
|
|
scheme: default
|
|
primary: orange
|
|
accent: amber
|
|
|
|
# Support urls previously used by mdbook
|
|
use_directory_urls: false
|
|
repo_url: https://github.com/status-im/nimbus-eth2
|
|
edit_uri: edit/unstable/docs/the_nimbus_book/src
|
|
site_url: https://nimbus.guide
|
|
docs_dir: src
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- meta
|
|
- pymdownx.details
|
|
- pymdownx.highlight:
|
|
anchor_linenums: true
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.snippets
|
|
- pymdownx.superfences
|
|
- pymdownx.tabbed:
|
|
alternate_style: true
|
|
- tables
|
|
- toc:
|
|
toc_depth: 3
|
|
|
|
nav:
|
|
- About:
|
|
- 'index.md'
|
|
- 'philosophy.md'
|
|
- 'preparation.md'
|
|
|
|
- Getting started:
|
|
- 'quick-start.md'
|
|
- 'run-a-validator.md'
|
|
- 'migration.md'
|
|
- 'metrics-pretty-pictures.md'
|
|
- 'pi-guide.md'
|
|
- 'el-light-client.md'
|
|
|
|
- How-to:
|
|
- Beacon node:
|
|
- 'install.md'
|
|
- 'build.md'
|
|
- 'start-syncing.md'
|
|
- 'trusted-node-sync.md'
|
|
- 'web3-backup.md'
|
|
|
|
- Validator:
|
|
- 'deposit.md'
|
|
- 'keys.md'
|
|
- 'connect-eth2.md'
|
|
- 'graffiti.md'
|
|
- 'suggested-fee-recipient.md'
|
|
- 'external-block-builder.md'
|
|
- 'keep-an-eye.md'
|
|
- 'voluntary-exit.md'
|
|
- 'more-keys.md'
|
|
- 'additional-validator.md'
|
|
- 'validator-client.md'
|
|
|
|
- General:
|
|
- 'keep-updated.md'
|
|
- 'eth1.md'
|
|
- 'goerli-eth.md'
|
|
- 'beacon-node-systemd.md'
|
|
- 'log-rotate.md'
|
|
- 'database-backup.md'
|
|
- 'email-notifications.md'
|
|
- 'profits.md'
|
|
- 'health.md'
|
|
- 'prater.md'
|
|
|
|
- Security:
|
|
- 'security_issues.md'
|
|
- 'audit.md'
|
|
- 'distribution_internals.md'
|
|
|
|
- Reference:
|
|
- 'hardware.md'
|
|
- 'options.md'
|
|
- 'networking.md'
|
|
- 'optimistic-sync.md'
|
|
- 'logging.md'
|
|
- 'validator-monitor.md'
|
|
- 'attestation-performance.md'
|
|
- 'rest-api.md'
|
|
- 'keymanager-api.md'
|
|
- 'data-dir.md'
|
|
- 'era-store.md'
|
|
- 'migration-options.md'
|
|
- 'light-client-data.md'
|
|
- 'troubleshooting.md'
|
|
- 'developers.md'
|
|
- 'resources.md'
|
|
- 'faq.md'
|
|
- 'api.md'
|
|
- 'contribute.md'
|
|
|
|
- Downloads:
|
|
- 'binaries.md'
|
|
- 'docker.md'
|
|
- 'checksums.md'
|