From dded367f0459b63b24be87b60bc7181f929f40df Mon Sep 17 00:00:00 2001 From: Rumperuu Date: Sun, 25 Apr 2021 17:19:18 +0100 Subject: [PATCH] Updated 1 Project Layout (markdown) --- 1-Project-Layout.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/1-Project-Layout.md b/1-Project-Layout.md index c2018f5..2f16c18 100644 --- a/1-Project-Layout.md +++ b/1-Project-Layout.md @@ -7,8 +7,8 @@ It has been initially produced as part of [Issue #87](https://github.com/markche 1. [Plugin classes sub-directory](https://github.com/markcheret/footnotes/wiki/1.2.1-Plugin-Classes-Directory) (`src/class/`) 1. [Plugin Dashboard sub-directory](https://github.com/markcheret/footnotes/wiki/1.2.1.1-Plugin-Dashboard-Directory) (`src/class/dashboard/`) 1. [Plugin Widgets sub-directory](https://github.com/markcheret/footnotes/wiki/1.2.1.2-Plugin-Widgets-Directory) (`src/class/widgets/`) - 1. Plugin stylesheets sub-directory (`src/css/`) - 1. Plugin images sub-directory (`src/img/`) - 1. Plugin scripts sub-directory (`src/js/`) - 1. Plugin translations sub-directory (`src/languages/`) - 1. Plugin templates sub-directory (`src/templates/`) \ No newline at end of file + 1. [Plugin stylesheets sub-directory](https://github.com/markcheret/footnotes/wiki/1.3.2-Plugin-Stylesheets-Directory) (`src/css/`) + 1. [Plugin images sub-directory](https://github.com/markcheret/footnotes/wiki/1.3.3-Plugin-Images-Directory) (`src/img/`) + 1. [Plugin scripts sub-directory](https://github.com/markcheret/footnotes/wiki/1.3.4-Plugin-Scripts-Directory) (`src/js/`) + 1. [Plugin translations sub-directory](https://github.com/markcheret/footnotes/wiki/1.3.5-Plugin-Translations-Directory) (`src/languages/`) + 1. [Plugin templates sub-directory](https://github.com/markcheret/footnotes/wiki/1.3.6-Plugin-Templates-Directory) (`src/templates/`) \ No newline at end of file