Commit graph

5 commits

Author SHA1 Message Date
Elle Mouton
fe85443b6c
doc: rename doc directory to docs 2024-06-11 11:25:00 -04:00
Oliver Gugger
e84fd9257c
doc+config: move network config to top-level struct
Since we know that only the Bitcoin network is used and that all
components must operate on the same network, we can make the
configuration a lot easier for the user by allowing them to only specify
a single option for the network. We'll then go ahead and set that in all
the necessary sub structs.
2021-02-18 12:22:47 +01:00
Oliver Gugger
a0190334fd
doc: unify shell code block formatting
The code blocks aren't displayed correctly in GitBook when using the
"shell script" markup hint. We unify all code blocks to use the same
"shell" hint. While doing so, we also use an explicit unicode character
to represent the shell. This should make it more clear that the
character isn't part of the command itself.
2021-01-18 15:41:19 +01:00
Oliver Gugger
ef624d8e63
docs: add pool examples 2020-11-02 13:18:18 +01:00
jamaljsr
306ffdd2eb docs: add documentation for configuring the Let's Encrypt cert 2020-10-13 09:30:01 -04:00