(chore): Bulk out the docs #1
Add some info to the documentation website
Relates to issue #1
0/1 thread resolved
changed the description
- Last updated by Olivia Madrid
31 35 └───Traits 32 36 ``` 33 37 38 # Core 39 34 40 ## Modules 35 41 36 42 Modules reside under the `Core` folder and must be registered in `Core\Minds.php`. 37 43 38 ### Creating your modules 44 ### Abstraction design 45 46 Minds follows an abstraction design pattern - by separating complex processes into standalone chunks with singular responsibilities, it's easier to conduct tests and update infrastructure. 47 48 > TODO add diagram here 49  - Owner
@omadrid should this not be a relative path?
changed this line in version 2 of the diff
approved this merge request
unmarked as a Work In Progress
merged
mentioned in commit 5c84557c