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,5 +1,8 @@
# Chapter 1: Introduction
| [◀ Back to TOC](README.md) | [Next ▶](Installation.md) |
|:-----------:|---------|
## Abstract
This project focuses on creating a framework on running heavy tasks that a regular computer
cannot run easily such as graphically demanding video games, rendering 3D animations , protein
@@ -34,3 +37,7 @@ rendering tools and tools to batch any sort of tasks.
- Creating p2p network
- Server to create a containerised environment
- The client node to run tasks on Server containerised node -->
---
### Next Chapter: [Installation](Installation.md)