From 21a6ffb7176763e83a873a95c957540e7d80791d Mon Sep 17 00:00:00 2001 From: Fabio Manganiello <fabio@manganiello.tech> Date: Mon, 24 Mar 2025 00:59:18 +0100 Subject: [PATCH] Added TOC to README --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index f6c03a6..04a0899 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,24 @@ ##### Track your GPS data, from any data source +<!-- toc --> + +- [Configuration](#configuration) +- [Docker installation](#docker-installation) +- [Local installation](#local-installation) + * [Build](#build) + * [Run](#run) +- [Usage](#usage) + * [Initial setup](#initial-setup) + * [Ingestion](#ingestion) + * [External data sources](#external-data-sources) +- [Development](#development) + * [Compile and Hot-Reload for Development](#compile-and-hot-reload-for-development) + + [Backend](#backend) + + [Frontend](#frontend) + +<!-- tocstop --> + GPSTracker is a simple Webapp that consists of: - A backend that: