From c777e836ffd0980490e6d44151106dbe01b4520d Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Wed, 15 Aug 2018 19:42:46 +0300 Subject: [PATCH] README: Add table of contents --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 1325d4f..4425d88 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,21 @@ README - This repository is mainly for my personal school work in Haaga-Helia University of Applied Sciences related to central management of multiple servers (master/slave model), focusing mainly on Linux environment. It includes exercises which follow file name syntax h1.md h2.md .. (h = harjoitus = meaning "exercise" in finnish language). - Texts in the exercices are written in finnish as the task definitions are presented in finnish on the course these exercices have been done for. + +------------------------- + +# Table of contents + +- [Exercise 1](https://github.com/Fincer/central-management-of-multiple-servers/blob/master/h1.md) + +- [Exercise 2](https://github.com/Fincer/central-management-of-multiple-servers/blob/master/h2.md) + +- [Exercise 3](https://github.com/Fincer/central-management-of-multiple-servers/blob/master/h3.md) + +- [Exercise 4](https://github.com/Fincer/central-management-of-multiple-servers/blob/master/h4.md) + +- [Exercise 5](https://github.com/Fincer/central-management-of-multiple-servers/blob/master/h5.md) + +- [Exercise 6](https://github.com/Fincer/central-management-of-multiple-servers/blob/master/h6.md) + +- [Course module](https://github.com/Fincer/central-management-of-multiple-servers/blob/master/module.md)