From f7209bbfd77274fba1b4a9d2067a516deb937848 Mon Sep 17 00:00:00 2001 From: dni Date: Fri, 29 Jul 2022 12:53:29 +0200 Subject: [PATCH 1/3] fix links to docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c6b702a..eb423874 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ LNbits is a very simple Python server that sits on top of any funding source, an LNbits can run on top of any lightning-network funding source, currently there is support for LND, c-lightning, Spark, LNpay, OpenNode, lntxbot, with more being added regularly. -See [lnbits.org](https://lnbits.org) for more detailed documentation. +See [legend.lnbits.org](https://legend.lnbits.org) for more detailed documentation. Checkout the LNbits [YouTube](https://www.youtube.com/playlist?list=PLPj3KCksGbSYG0ciIQUWJru1dWstPHshe) video series. @@ -70,7 +70,7 @@ Wallets can be easily generated and given out to people at events (one click mul If you like this project and might even use or extend it, why not [send some tip love](https://legend.lnbits.com/paywall/GAqKguK5S8f6w5VNjS9DfK)! -[docs]: https://lnbits.org/ +[docs]: https://legend.lnbits.org/ [docs-badge]: https://img.shields.io/badge/docs-lnbits.org-673ab7.svg [github-mypy]: https://github.com/lnbits/lnbits/actions?query=workflow%3Amypy [github-mypy-badge]: https://github.com/lnbits/lnbits/workflows/mypy/badge.svg From 909691bd9b2a3be422bd1d0c72bdaa51db64f179 Mon Sep 17 00:00:00 2001 From: dni Date: Fri, 29 Jul 2022 13:01:03 +0200 Subject: [PATCH 2/3] add swagger api docs --- docs/devs/api.md | 2 +- docs/devs/swagger.html | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 docs/devs/swagger.html diff --git a/docs/devs/api.md b/docs/devs/api.md index a0938d62..29f58bbf 100644 --- a/docs/devs/api.md +++ b/docs/devs/api.md @@ -9,4 +9,4 @@ nav_order: 3 API reference ============= -Coming soon... +[Swagger Docs](https://legend.lnbits.com/openapi.json) diff --git a/docs/devs/swagger.html b/docs/devs/swagger.html new file mode 100644 index 00000000..c787eb2b --- /dev/null +++ b/docs/devs/swagger.html @@ -0,0 +1,29 @@ + + + + + + My New API + + +
+ + + From 096778eb43b6b0a38013f1b05798462aa13bbe6a Mon Sep 17 00:00:00 2001 From: dni Date: Fri, 29 Jul 2022 13:02:43 +0200 Subject: [PATCH 3/3] wrong link --- docs/devs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devs/api.md b/docs/devs/api.md index 29f58bbf..a8217b9c 100644 --- a/docs/devs/api.md +++ b/docs/devs/api.md @@ -9,4 +9,4 @@ nav_order: 3 API reference ============= -[Swagger Docs](https://legend.lnbits.com/openapi.json) +[Swagger Docs](https://legend.lnbits.org/devs/swagger.html)