From c53b550a76294e4f210c5de81e0e2fb2b35db488 Mon Sep 17 00:00:00 2001 From: saloui Date: Mon, 3 Jul 2023 10:07:50 +0200 Subject: [PATCH] updated docs --- docs/dev/db_infos.md | 2 ++ docs/index.md | 10 +++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/dev/db_infos.md b/docs/dev/db_infos.md index 7f39c6b8..a300ab54 100644 --- a/docs/dev/db_infos.md +++ b/docs/dev/db_infos.md @@ -1,4 +1,6 @@ # Database Documentation +* TOC +{:toc} ## Introduction This project implements a discussion forum and utilizes a SQLite database to store discussions and messages. diff --git a/docs/index.md b/docs/index.md index 502b7270..7e65a1d3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,2 +1,10 @@ # Documentation -Under construction \ No newline at end of file + +Here are some useful documents: +For developers: + [Database information](dev/db_infos.md) + [Full endpoints list](dev/full_endpoints_list.md) +Tutorials: + [Noobs](tutorials/noobs_tutorial.md) + [Personalities](tutorials/personalities_tutorial.md) +