Skip to content

Commit

Permalink
Update development
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTheodor authored Sep 18, 2024
1 parent 44315f0 commit 45277b6
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions content/development/layout.md
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.

0 comments on commit 45277b6

Please sign in to comment.