manual, set internal collections to filename.md template

This commit is contained in:
Mik-TF
2024-05-13 19:28:23 -04:00
parent 280652166f
commit 1836179a75
169 changed files with 709 additions and 709 deletions

View File

@@ -48,7 +48,7 @@ Starting from this we came up with a more detailed requirements:
***
## Specifications
For details about protocol itself please check the [specs](./rmb_specs.md).
For details about protocol itself please check the [specs](rmb_specs.md).
***
## How to Use RMB
@@ -83,7 +83,7 @@ think of `rmb-peer` as a gateway that stands between you and the `relay`. `rmb-p
Then it provide a simple (plain-text) api over `redis`. means to send messages (or handle requests) you just need to be able to push and pop messages from some redis queues. Messages are simple plain text json.
> More details can be found [here](./rmb_specs.md)
> More details can be found [here](rmb_specs.md)
***
## Download