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

@@ -116,8 +116,8 @@ same data stream used by L3 packets. As such, intermediate nodes can't distingui
and message data.
The primary way to interact with the message system is through [the API](#API). The message API is
documented in [here](./api_yaml.md). For some more info about how to
use the message system, see [the Message section](./message.md).
documented in [here](api_yaml.md). For some more info about how to
use the message system, see [the Message section](message.md).
## Inspecting Node Keys

View File

@@ -13,7 +13,7 @@
The message subsystem can be used to send arbitrary length messages to receivers. A receiver is any
other node in the network. It can be identified both by its public key, or an IP address in its announced
range. The message subsystem can be interacted with both via the HTTP API, which is
[documented here](./api_yaml.md), or via the `mycelium` binary. By default, the messages do not interpret
[documented here](api_yaml.md), or via the `mycelium` binary. By default, the messages do not interpret
the data in any way. When using the binary, the message is slightly modified to include an optional
topic at the start of the message. Note that in the HTTP API, all messages are encoded in base64. This
might make it difficult to consume these messages without additional tooling.

View File

@@ -5,10 +5,10 @@ In this section, we present [Mycelium](https://github.com/threefoldtech/mycelium
<h2>Table of Contents</h2>
- [Overview](./overview.md)
- [Installation](./installation.md)
- [Additional Information](./information.md)
- [Message](./message.md)
- [Packet](./packet.md)
- [Data Packet](./data_packet.md)
- [API YAML](./api_yaml.md)
- [Overview](overview.md)
- [Installation](installation.md)
- [Additional Information](information.md)
- [Message](message.md)
- [Packet](packet.md)
- [Data Packet](data_packet.md)
- [API YAML](api_yaml.md)