summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2021-10-13 00:20:07 +0200
committerGitHub <noreply@github.com>2021-10-13 00:20:07 +0200
commit1e350d281b5fbb0fcdb073bb334e25a1dc6e3ff2 (patch)
tree7c624322481cf69ced41fddf12a42845402f7bdd /docs
parenta70e07c9acb0e09a627a76f055e3f08aebea2c3f (diff)
downloadwiki-1e350d281b5fbb0fcdb073bb334e25a1dc6e3ff2.tar.gz
wiki-1e350d281b5fbb0fcdb073bb334e25a1dc6e3ff2.tar.bz2
wiki-1e350d281b5fbb0fcdb073bb334e25a1dc6e3ff2.zip
chore(directory.-structure): Learn more about SQL
Diffstat (limited to 'docs')
-rw-r--r--docs/directory-structure.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/directory-structure.md b/docs/directory-structure.md
index 3c62de9..d450927 100644
--- a/docs/directory-structure.md
+++ b/docs/directory-structure.md
@@ -52,7 +52,9 @@ azerothcore/
### data
All static data not compiled with the sources.
- An example of data are the sql files, the assets etc.
+ An example of data are the sql files, the assets etc.
+
+ You can learn more about the SQL Directory [here](sql-directory.md).
### deps
This is a domain-oriented folder structure. Therefore, all folders define a specific business domain . In this case each folder represent a standalone component that is needed by the project to work. All components are stored with a [monorepo strategy](https://en.wikipedia.org/wiki/Monorepo). All code that is generic and not related to the logic of Wotlk should be moved under a separated component of the deps layer and handled by a proper VCS.