From 6bb2910b2d39ec2798c88112de444aa6d8674b16 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Tue, 15 Oct 2024 18:11:28 +0100 Subject: [PATCH] Update DeveloperGuide.md --- DeveloperGuide.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/DeveloperGuide.md b/DeveloperGuide.md index 4659d735..a99c8baf 100644 --- a/DeveloperGuide.md +++ b/DeveloperGuide.md @@ -1,17 +1,5 @@ # Stirling-PDF Developer Guide -## Table of Contents -1. [Introduction](#introduction) -2. [Project Overview](#project-overview) -3. [Development Environment Setup](#development-environment-setup) -4. [Project Structure](#project-structure) -5. [Docker-based Development](#docker-based-development) -6. [Testing](#testing) -7. [Contributing](#contributing) -8. [API Documentation](#api-documentation) -9. [Customization](#customization) -10. [Language Translations](#language-translations) - ## 1. Introduction Stirling-PDF is a robust, locally hosted web-based PDF manipulation tool. This guide focuses on Docker-based development and testing, which is the recommended approach for working with the full version of Stirling-PDF.