Updated 1 Project Layout (markdown)
parent
69a8557fd4
commit
c54ccee0d4
1 changed files with 10 additions and 10 deletions
|
@ -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/).
|
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. [Repo. Root](https://github.com/markcheret/footnotes/wiki/Repo.-Root)
|
||||||
1. [Plugin Source directory](https://github.com/markcheret/footnotes/wiki/1.2-Plugin-Source-Directory) (`src/`)
|
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/1.2.1-Plugin-Classes-Directory) (`src/class/`)
|
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/1.2.1.1-Plugin-Dashboard-Directory) (`src/class/dashboard/`)
|
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/1.2.1.2-Plugin-Widgets-Directory) (`src/class/widgets/`)
|
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/1.3.2-Plugin-Stylesheets-Directory) (`src/css/`)
|
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/1.3.3-Plugin-Images-Directory) (`src/img/`)
|
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/1.3.4-Plugin-Scripts-Directory) (`src/js/`)
|
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/1.3.5-Plugin-Translations-Directory) (`src/languages/`)
|
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/1.3.6-Plugin-Templates-Directory) (`src/templates/`)
|
1. [Plugin templates sub-directory](https://github.com/markcheret/footnotes/wiki/Plugin-Templates-Directory) (`src/templates/`)
|
Reference in a new issue