From 8c10e6e63f7fbe26e24ee4d243d86bb75bd489bf Mon Sep 17 00:00:00 2001 From: Theis Gaedigk Date: Thu, 13 Nov 2025 20:48:06 +0100 Subject: [PATCH] refactored docs --- Docs/CHANGELOG.md | 22 ---------------------- Docs/README.md | 4 +++- 2 files changed, 3 insertions(+), 23 deletions(-) delete mode 100644 Docs/CHANGELOG.md diff --git a/Docs/CHANGELOG.md b/Docs/CHANGELOG.md deleted file mode 100644 index 308b3a5..0000000 --- a/Docs/CHANGELOG.md +++ /dev/null @@ -1,22 +0,0 @@ -# Changelog -v1.1 - -## Current hosted version -v1.1 - -> No changelog available. - -## Upcoming changes - -v1.2 - -### Fixes and improvements - -- Implement user roles and permissions -- Improve form validation and error handling -- Add loading indicators for async actions -- Optimize performance for large datasets - -### New features - -- Admin panel for managing users, permissions and all of the system settings and database \ No newline at end of file diff --git a/Docs/README.md b/Docs/README.md index 2f9fe65..a54138b 100644 --- a/Docs/README.md +++ b/Docs/README.md @@ -2,4 +2,6 @@ This document provides an overview of the backend API endpoints and their usage. -To get to that information, go to the `backend_API_docs` directory. \ No newline at end of file +To get to that information, go to the `backend_API_docs` directory. + +If you need help, see HELP.md file in this directory. \ No newline at end of file