added other abstractions documentation to P2PRC
This commit is contained in:
6
Docs/Abstractions.md
Normal file
6
Docs/Abstractions.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# Abstractions
|
||||
The Abstractions package consists of blackboxed functions for P2PRC.
|
||||
|
||||
## Functions
|
||||
- ```Init(<Project name>)```: Initialises P2PRC with all the needed configurations.
|
||||
- ```Start()```: Starts p2prc as a server and makes it possible to extend by adding other routes and functionality to P2PRC.
|
||||
@@ -2,6 +2,7 @@
|
||||
# Table of contents
|
||||
1. [Introduction](Introduction.md)
|
||||
2. [Installation](Installation.md)
|
||||
3. [Abstractions](Abstractions.md)
|
||||
3. [Design Architecture](DesignArchtectureIntro.md)
|
||||
1. [Client Module](ClientArchitecture.md)
|
||||
2. [P2P Module](P2PArchitecture.md)
|
||||
@@ -13,6 +14,5 @@
|
||||
4. [Config Module](ConfigImplementation.md)
|
||||
5. [Cli Module](CliImplementation.md)
|
||||
6. [Plugin Module](PluginImplementation.md)
|
||||
7. [Generate Module](GenerateImplementation.md)
|
||||
5. [Problems](https://github.com/Akilan1999/p2p-rendering-computation/issues)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user