Adds buttons to go to the previous/next section of documentation

This commit is contained in:
Chandrashekhar R
2023-07-06 14:24:42 +04:00
committed by GitHub
parent 8f4c2623e3
commit 70aa82a946
4 changed files with 43 additions and 23 deletions

View File

@@ -1,6 +1,14 @@
# Abstractions
| [◀ Previous](Installation.md) | [Next ▶](Implementation.md) |
|:-----------:|---------|
The Abstractions package consists of black-boxed functions for P2PRC.
## Functions
- ```Init(<Project name>)```: Initializes 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.
- ```Start()```: Starts p2prc as a server and makes it possible to extend by adding other routes and functionality to P2PRC.
---
### Next Chapter: [Implementation](Implementation.md)