rostrum 6.0.0

An efficient implementation of Electrum Server
Documentation
site_name: Rostrum Documentation
site_description: Documentation for Rostrum - Electrum Server in Rust
site_author: Bitcoin Unlimited

repo_url: https://gitlab.com/bitcoinunlimited/rostrum
docs_dir: doc
site_dir: build-docs

theme:
  name: material
  palette:
    scheme: slate

nav:
  - index.md
  - Protocol Reference:
    - protocol/basics.md
    - protocol/methods.md
    - protocol/discovery.md
  - Usage:
    - usage.md
    - install.md
    - build.md
    - configuration.md
    - bitcoind.md
    - connecting.md
    - ssl.md
    - monitoring.md
  - Technical:
    - ports.md
    - websockets.md
    - tor.md
    - low-memory.md
    - rpc.md
    - systemd.md
    - cookie_deprecation.md
  - Developers:
    - reference.md
    - tests.md
    - schema.md
    - cross-compile.md