From 70907bca06cedc4fbe1cd8efbf02da97e48bfad8 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Tue, 18 Mar 2025 10:35:02 +0100 Subject: [PATCH] fix: json path --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d907277..0aec5ab 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ These documents cover the coding standards for the following types of files in o - **`install/$AppName-install.sh` Scripts**: These scripts are responsible for the installation of applications. - **`ct/$AppName.sh` Scripts**: These scripts handle the creation and updating of containers. -- **`json/$AppName.json`**: These files store structured data and are used for the website. +- **`frontend/public/json/$AppName.json`**: These files store structured data and are used for the website. Each section provides detailed guidelines on various aspects of coding, including shebang usage, comments, variable naming, function naming, indentation, error handling, command substitution, quoting, script structure, and logging. Additionally, examples are provided to illustrate the application of these standards.