finished first version of documentation

This commit is contained in:
2024-12-03 00:33:28 +00:00
parent faabb4651f
commit 2ba8355fb1
18 changed files with 1528 additions and 47 deletions

View File

@@ -45,7 +45,9 @@ import API
{-|
This function starts and bootstraps the P2PRC runtime that associates the a specific host's machine port to a DNS address to expose a certain application to the P2PRC network. You will only need to also import the 'MkMapPortRequest' data constructor to represent the this port request.
__This example demonstrates how it can be ran on the IO context:__
==== __Example__
This example demonstrates how it can be ran on the IO context:
@
example :: IO ()