did basic conversion to org mode for the docs folder

This commit is contained in:
2025-01-18 17:30:10 +00:00
parent f38b6d2871
commit ca46b20be1
21 changed files with 1844 additions and 0 deletions

18
Docs/README.md.org Normal file
View File

@@ -0,0 +1,18 @@
* Table of contents
:PROPERTIES:
:CUSTOM_ID: table-of-contents
:END:
1. [[file:Introduction.md][Introduction]]
2. [[file:Installation.md][Installation]]
3. [[file:Abstractions.md][Abstractions]]
4. [[file:Implementation.md][Implementation]]
1. [[file:ClientImplementation.md][Client Module]]
2. [[file:P2PImplementation.md][P2P Module]]
3. [[file:ServerImplementation.md][Server Module]]
4. [[file:ConfigImplementation.md][Config Module]]
5. [[file:CliImplementation.md][Cli Module]]
6. [[file:PluginImplementation.md][Plugin Module]]
7. [[file:Bindings.md][Language bindings]]
8. [[file:Bindings.md][Domain name mappings]]
5. Language bindings
1. [[file:haskell/][Haskell]]