Skip to content

hiero-ledger/solo-docs

Solo Documentation Site

What is Solo?

Solo is a command-line tool for deploying and managing Hedera network nodes and services on Kubernetes. This repository contains the official technical documentation site for Solo, built with Hugo and the Docsy theme.

The documentation covers:

  • Simple Setup: Quick start guides for basic Solo deployments
  • Advanced Setup: Complex network configurations and custom deployments
  • Using Solo: Command reference and operational guides
  • Troubleshooting: Common issues and solutions

Quick Start

Prerequisites

  • Node.js 22+
  • Go (for Hugo extended)
  • Hugo extended 0.145.0+

Build and Preview

  1. Install dependencies:

    npm install
  2. Build the site:

    hugo --cleanDestinationDir
  3. Preview locally:

    hugo server -D --baseURL http://localhost:1313/ --cleanDestinationDir

    or simply

    hugo serve

    Open http://localhost:1313/ in your browser.

How to Contribute

We welcome contributions to improve the Solo documentation! Whether you're fixing typos, adding new guides, or improving existing content, here's how to get started:

For Content Contributors

For Developers

  • Technical contributions: See CONTRIBUTING.md for development setup
  • Auto-generated content: Documentation is automatically updated from Solo releases via GitHub Actions

Documentation Structure

  • content/en/docs/ - Main documentation content
  • content/en/docs/simple-solo-setup/ - Getting started guides
  • content/en/docs/advanced-solo-setup/ - Advanced configuration
  • content/en/docs/using-solo/ - Usage and operations
  • content/en/docs/troubleshooting.md - Common issues and solutions

Deployment

The site is automatically deployed to solo.hiero.org when new Solo releases are published. Manual deployments can be triggered via GitHub Actions.

Support

About

Solo is a command-line tool for deploying and managing Hedera network nodes and services on Kubernetes. This repository contains the official technical documentation site for Solo, built with Hugo and the Docsy theme.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors