diff --git a/Documentation/PROJECT_STRUCTURE.md b/Documentation/PROJECT_STRUCTURE.md index 93db9ab..fe1d12e 100644 --- a/Documentation/PROJECT_STRUCTURE.md +++ b/Documentation/PROJECT_STRUCTURE.md @@ -58,17 +58,20 @@ │ ├── contributor.html │ ├── license.html │ ├── login.html - │ └── signup.html + │ ├── signup.html + │ └── support.html ├── scripts/ │ ├── codeOfconduct.js │ ├── contributor.js │ ├── license.js │ ├── script.js - │ └── sharedUtilities.js + │ ├── sharedUtilities.js + │ └── support.js ├── styles/ │ ├── 404.css │ ├── contributor.css - │ └── style.css + │ ├── style.css + │ └── support.css └── web_images/ ├── 2dglow.png ├── 2dglowhalfbg-removebg-preview.png diff --git a/Documentation/repo_structure.txt b/Documentation/repo_structure.txt index 0d01450..dc31373 100644 --- a/Documentation/repo_structure.txt +++ b/Documentation/repo_structure.txt @@ -54,17 +54,20 @@ │ ├── contributor.html │ ├── license.html │ ├── login.html - │ └── signup.html + │ ├── signup.html + │ └── support.html ├── scripts/ │ ├── codeOfconduct.js │ ├── contributor.js │ ├── license.js │ ├── script.js - │ └── sharedUtilities.js + │ ├── sharedUtilities.js + │ └── support.js ├── styles/ │ ├── 404.css │ ├── contributor.css - │ └── style.css + │ ├── style.css + │ └── support.css └── web_images/ ├── 2dglow.png ├── 2dglowhalfbg-removebg-preview.png