-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
title: Folder Layout | ||
type: docs | ||
--- | ||
|
||
This page should be a guideline to AIT's package structure. | ||
|
||
# `loqor.ait` | ||
The base AIT package. Before 1.0.4 known as `mdteam.ait`. | ||
|
||
## `core` (`loqor.ait.core`) | ||
The core package containing the common side code. | ||
|
||
### `tardis` (`loqor.ait.core.tardis`) | ||
The TARDIS package containing all of the common TARDIS logic, components and utilities. | ||
|
||
--- | ||
|
||
## `client` (`loqor.ait.client`) | ||
Contains all of the client side code. | ||
|
||
### `tardis` | ||
The TARDIS package containing all of the client TARDIS logic and utilities. | ||
|
||
--- | ||
|
||
## `api` | ||
The API package contains interfaces which addon devs can use to implement various features. | ||
|
||
### `link` (`loqor.ait.api.link`) | ||
Contains the standard [linkable](../linkables) classes. |