Browse Source

Merge #1154: Docs finetuning

fcd0d91 Add simple index file (Dennis Reimann)
1acadb7 Self-host redoc js (Dennis Reimann)
master
Adam Gibson 4 years ago
parent
commit
a8516e674f
No known key found for this signature in database
GPG Key ID: 141001A1AF77F20B
  1. 2
      docs/api/index.html
  2. 1738
      docs/api/redoc.standalone.min.js
  3. 17
      docs/index.md

2
docs/api/index.html

@ -10,6 +10,6 @@
</head>
<body>
<redoc spec-url="./wallet-rpc.yaml"></redoc>
<script src="https://cdn.jsdelivr.net/npm/redoc@latest/bundles/redoc.standalone.min.js"></script>
<script src="./redoc.standalone.min.js"></script>
</body>
</html>

1738
docs/api/redoc.standalone.min.js vendored

File diff suppressed because one or more lines are too long

17
docs/index.md

@ -0,0 +1,17 @@
# JoinMarket
## Usage
If you are new, follow and read the links in the [usage guide](docs/USAGE.md).
## Installation
Follow the [install guide](docs/INSTALL.md).
### More installation guides
* [Installation on Windows](docs/INSTALL.md#installation-on-windows).
* [Installation guide for RaspiBlitz](https://github.com/openoms/bitcoin-tutorials/blob/master/joinmarket/README.md).
* [Installation guide for RaspiBolt](https://github.com/kristapsk/raspibolt-extras/blob/master/joinmarket.md).
* [Installation guide for Qubes+Whonix](https://github.com/qubenix/qubes-whonix-bitcoin/blob/master/1_joinmarket.md).
* [Youtube video installation tutorial for Ubuntu](https://www.youtube.com/watch?v=zTCC86IUzWo).
Loading…
Cancel
Save