From b51c26850b7fa4cdf5f0db1f0d2a94795c5e2c50 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Thu, 22 Apr 2021 18:03:14 +0200 Subject: Update Directory-Structure.md --- docs/Directory-Structure.md | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) (limited to 'docs') diff --git a/docs/Directory-Structure.md b/docs/Directory-Structure.md index b1b2ede..792fc3c 100644 --- a/docs/Directory-Structure.md +++ b/docs/Directory-Structure.md @@ -11,22 +11,20 @@ azerothcore/ ├── [conf][3]
├── [data][4]
├── [deps][5]
-├── [docker][6]
-├── [env][7]
-├── [modules][8]
-├── [src][9]
-└── [var][10]
+├── [env][6]
+├── [modules][7]
+├── [src][8]
+└── [var][9]
[1]: #apps [2]: #bin [3]: #conf [4]: #data [5]: #deps -[6]: #docker -[7]: #env -[8]: #modules -[9]: #src -[10]: #var +[6]: #env +[7]: #modules +[8]: #src +[9]: #var ##  AzerothCore Wotlk directory structure in detail: @@ -61,8 +59,6 @@ azerothcore/ An example of module are the transmog, the autobalance, the crossbattlegrounds etc. -### docker - ### env This folder is used for the default distribution environment. By default the compiler will generate binaries, configuration files and everything is needed by the server application inside the /env/dist folder. However, as explained in the directory-structure standard, this folder can be used to create any kind of nested encapsulated environments. -- cgit