bitcoin-ring / boltring-docs

BoltRing Documentation Site

Home Page:https://docs.bolt-ring.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BoltRing Documentation

Source code for BoltRing documentation static site

Introduction

This repository hosts the markdown based documentation and mkdocs based static site builder for https://docs.bolt-ring.com.

Development

Requirements

  • Python 3.7 or higher for static site building and publishing.
  • Poetry for installation and dependency management.

Installation

git clone https://github.com/bitcoin-ring/boltring-docs.git
cd boltring-docs
poetry install

Running

To start the developmnet server run:

mkdocs serve

Tasks

Before committing any changes you should run all formatting tasks with

poe all

Publishing

To publish the latest version the site run:

mkdocs gh-deploy

About

BoltRing Documentation Site

https://docs.bolt-ring.com/

License:Apache License 2.0