From c54ccee0d4c088bcd36f69964585b09157cff379 Mon Sep 17 00:00:00 2001 From: Rumperuu Date: Thu, 29 Apr 2021 18:30:48 +0100 Subject: [PATCH] Updated 1 Project Layout (markdown) --- 1-Project-Layout.md => Project-Layout.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) rename 1-Project-Layout.md => Project-Layout.md (59%) diff --git a/1-Project-Layout.md b/Project-Layout.md similarity index 59% rename from 1-Project-Layout.md rename to Project-Layout.md index 2f16c18..498e155 100644 --- a/1-Project-Layout.md +++ b/Project-Layout.md @@ -2,13 +2,13 @@ This Wiki page outlines how the Plugin is constructed and what does what. It has been initially produced as part of [Issue #87](https://github.com/markcheret/footnotes/issues/87), but is a living document and is intended to keep up-to-date with changes to the project structure. As such, it is only intended to provide a high-level overview; more detailed documentation can be found in the automatically-generated documentation [here](https://markcheret.github.io/footnotes/). -1. [Repo. Root](https://github.com/markcheret/footnotes/wiki/1.1-Repo.-Root) -1. [Plugin Source directory](https://github.com/markcheret/footnotes/wiki/1.2-Plugin-Source-Directory) (`src/`) - 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](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 +1. [Repo. Root](https://github.com/markcheret/footnotes/wiki/Repo.-Root) +1. [Plugin Source directory](https://github.com/markcheret/footnotes/wiki/Plugin-Source-Directory) (`src/`) + 1. [Plugin classes sub-directory](https://github.com/markcheret/footnotes/wiki/Plugin-Classes-Directory) (`src/class/`) + 1. [Plugin Dashboard sub-directory](https://github.com/markcheret/footnotes/wiki/Plugin-Dashboard-Directory) (`src/class/dashboard/`) + 1. [Plugin Widgets sub-directory](https://github.com/markcheret/footnotes/wiki/Plugin-Widgets-Directory) (`src/class/widgets/`) + 1. [Plugin stylesheets sub-directory](https://github.com/markcheret/footnotes/wiki/Plugin-Stylesheets-Directory) (`src/css/`) + 1. [Plugin images sub-directory](https://github.com/markcheret/footnotes/wiki/Plugin-Images-Directory) (`src/img/`) + 1. [Plugin scripts sub-directory](https://github.com/markcheret/footnotes/wiki/Plugin-Scripts-Directory) (`src/js/`) + 1. [Plugin translations sub-directory](https://github.com/markcheret/footnotes/wiki/Plugin-Translations-Directory) (`src/languages/`) + 1. [Plugin templates sub-directory](https://github.com/markcheret/footnotes/wiki/Plugin-Templates-Directory) (`src/templates/`) \ No newline at end of file