From 9161069f96d609bf120d24299101de88ca9f38fc Mon Sep 17 00:00:00 2001 From: Rumperuu Date: Sun, 25 Apr 2021 17:02:30 +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 ea0bfcf..6715f33 100644 --- a/1-Project-Layout.md +++ b/1-Project-Layout.md @@ -2,11 +2,11 @@ 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 -1. Plugin Source directory (`src/`) - 1. Plugin classes sub-directory (`src/class/`) - 1. Plugin Dashboard sub-directory (`src/class/dashboard/`) - 1. Plugin Widgets sub-directory (`src/class/widgets/`) +1. [Repo. Root](https://github.com/markcheret/footnotes/wiki/1.1-Repo.-Root) +1. [Plugin Source directory (`src/`)](https://github.com/markcheret/footnotes/wiki/1.2-Plugin-Source-Directory) + 1. [Plugin classes sub-directory (`src/class/`)](https://github.com/markcheret/footnotes/wiki/1.2.1-Plugin-Classes-Directory) + 1. [Plugin Dashboard sub-directory (`src/class/dashboard/`)](https://github.com/markcheret/footnotes/wiki/1.2.1.1-Plugin-Dashboard-Directory) + 1. [Plugin Widgets sub-directory (`src/class/widgets/`)](https://github.com/markcheret/footnotes/wiki/1.2.1.2-Plugin-Widgets-Directory) 1. Plugin stylesheets sub-directory (`src/css/`) 1. Plugin images sub-directory (`src/img/`) 1. Plugin scripts sub-directory (`src/js/`)