Skip to content

Commit

Permalink
updated wiki again
Browse files Browse the repository at this point in the history
  • Loading branch information
shysolocup committed Sep 30, 2024
1 parent 0d6a828 commit 3223342
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion wiki/Home.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

Welcome to the aepl wiki pages, where you can find documentation about pretty much everything.<br><br>

If you have any issues, bugs or suggestions report them [here](https://github.com/paigeroid/aepl/issues)
If you have any issues, bugs or suggestions report them [here](https://github.com/shysolocup/aepl/issues)

</div>
2 changes: 1 addition & 1 deletion wiki/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
npm i aepl
```
```console
npm i paishee/aepl
npm i shysolocup/aepl
```
4 changes: 2 additions & 2 deletions wiki/_Footer.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Change Logs
If you want to check out the different versions and changes check out the [releases](https://github.com/paigeroid/aepl/releases)
If you want to check out the different versions and changes check out the [releases](https://github.com/shysolocup/aepl/releases)

# Source Code
For a look into the development side check out the [src folder](https://github.com/paigeroid/aepl/tree/main/src)
For a look into the development side check out the [src folder](https://github.com/shysolocup/aepl/tree/main/src)
74 changes: 37 additions & 37 deletions wiki/_Sidebar.md
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
# aepl docs 🍎
### [Home](https://github.com/paigeroid/aepl/wiki)
### [Home](https://github.com/shysolocup/aepl/wiki)

> ### Introduction
> [Installation](https://github.com/paigeroid/aepl/wiki/Installation)<br>
> [Classes](https://github.com/paigeroid/aepl/wiki/Classes)<br>
> [parent](https://github.com/paigeroid/aepl/wiki/parent)<br>
> [inspect](https://github.com/paigeroid/aepl/wiki/inspect)<br>
> [calls](https://github.com/paigeroid/aepl/wiki/calls)<br>
> [Installation](https://github.com/shysolocup/aepl/wiki/Installation)<br>
> [Classes](https://github.com/shysolocup/aepl/wiki/Classes)<br>
> [parent](https://github.com/shysolocup/aepl/wiki/parent)<br>
> [inspect](https://github.com/shysolocup/aepl/wiki/inspect)<br>
> [calls](https://github.com/shysolocup/aepl/wiki/calls)<br>
<br>

> ### Functions
> [init()](https://github.com/paigeroid/aepl/wiki/init())<br>
> [from()](https://github.com/paigeroid/aepl/wiki/from())<br>
> [inspect()](https://github.com/paigeroid/aepl/wiki/inspect())<br>
> [new()](https://github.com/paigeroid/aepl/wiki/new())<br>
> [addClass()](https://github.com/paigeroid/aepl/wiki/addClass())<br>
> [addFunc()](https://github.com/paigeroid/aepl/wiki/addFunc())<br>
> [addProp()](https://github.com/paigeroid/aepl/wiki/addProp())<br>
> [addChore()](https://github.com/paigeroid/aepl/wiki/addChore())<br>
> [addAsyncChore()](https://github.com/paigeroid/aepl/wiki/addAsyncChore())<br>
> [addPreClass()](https://github.com/paigeroid/aepl/wiki/addPreClass())<br>
> [addPreFunc()](https://github.com/paigeroid/aepl/wiki/addPreFunc())<br>
> [addPreProp()](https://github.com/paigeroid/aepl/wiki/addPreProp())<br>
> [addPreChore()](https://github.com/paigeroid/aepl/wiki/addPreChore())<br>
> [addPreAChore()](https://github.com/paigeroid/aepl/wiki/addPreAChore())<br>
> [setName()](https://github.com/paigeroid/aepl/wiki/setName())<br>
> [setInspect()](https://github.com/paigeroid/aepl/wiki/setInspect())<br>
> [init()](https://github.com/shysolocup/aepl/wiki/init())<br>
> [from()](https://github.com/shysolocup/aepl/wiki/from())<br>
> [inspect()](https://github.com/shysolocup/aepl/wiki/inspect())<br>
> [new()](https://github.com/shysolocup/aepl/wiki/new())<br>
> [addClass()](https://github.com/shysolocup/aepl/wiki/addClass())<br>
> [addFunc()](https://github.com/shysolocup/aepl/wiki/addFunc())<br>
> [addProp()](https://github.com/shysolocup/aepl/wiki/addProp())<br>
> [addChore()](https://github.com/shysolocup/aepl/wiki/addChore())<br>
> [addAsyncChore()](https://github.com/shysolocup/aepl/wiki/addAsyncChore())<br>
> [addPreClass()](https://github.com/shysolocup/aepl/wiki/addPreClass())<br>
> [addPreFunc()](https://github.com/shysolocup/aepl/wiki/addPreFunc())<br>
> [addPreProp()](https://github.com/shysolocup/aepl/wiki/addPreProp())<br>
> [addPreChore()](https://github.com/shysolocup/aepl/wiki/addPreChore())<br>
> [addPreAChore()](https://github.com/shysolocup/aepl/wiki/addPreAChore())<br>
> [setName()](https://github.com/shysolocup/aepl/wiki/setName())<br>
> [setInspect()](https://github.com/shysolocup/aepl/wiki/setInspect())<br>
<br>

> ### Classes
> [Subclass](https://github.com/paigeroid/aepl/wiki/Subclass)<br>
> [Function](https://github.com/paigeroid/aepl/wiki/Function)<br>
> [Property](https://github.com/paigeroid/aepl/wiki/Property)<br>
> [Chore](https://github.com/paigeroid/aepl/wiki/Chore)<br>
> [AsyncChore](https://github.com/paigeroid/aepl/wiki/AsyncChore)<br>
> [Preclass](https://github.com/paigeroid/aepl/wiki/Preclass)<br>
> [PreFunction](https://github.com/paigeroid/aepl/wiki/PreFunction)<br>
> [PreProperty](https://github.com/paigeroid/aepl/wiki/PreProperty)<br>
> [PreChore](https://github.com/paigeroid/aepl/wiki/PreChore)<br>
> [PreAsyncChore](https://github.com/paigeroid/aepl/wiki/PreAsyncChore)<br>
> [Subclass](https://github.com/shysolocup/aepl/wiki/Subclass)<br>
> [Function](https://github.com/shysolocup/aepl/wiki/Function)<br>
> [Property](https://github.com/shysolocup/aepl/wiki/Property)<br>
> [Chore](https://github.com/shysolocup/aepl/wiki/Chore)<br>
> [AsyncChore](https://github.com/shysolocup/aepl/wiki/AsyncChore)<br>
> [Preclass](https://github.com/shysolocup/aepl/wiki/Preclass)<br>
> [PreFunction](https://github.com/shysolocup/aepl/wiki/PreFunction)<br>
> [PreProperty](https://github.com/shysolocup/aepl/wiki/PreProperty)<br>
> [PreChore](https://github.com/shysolocup/aepl/wiki/PreChore)<br>
> [PreAsyncChore](https://github.com/shysolocup/aepl/wiki/PreAsyncChore)<br>
<br>

> ### Advanced Examples
> [compact](https://github.com/paigeroid/aepl/wiki/compact)<br>
> [multiple-layers](https://github.com/paigeroid/aepl/wiki/multiple-layers)<br>
> [event handler](https://github.com/paigeroid/aepl/wiki/event-handler)<br>
> [alternate names](https://github.com/paigeroid/aepl/wiki/alternate-names)<br>
> [setting and getting inspects](https://github.com/paigeroid/aepl/wiki/settings-and-getting-inspects)<br>
> [compact](https://github.com/shysolocup/aepl/wiki/compact)<br>
> [multiple-layers](https://github.com/shysolocup/aepl/wiki/multiple-layers)<br>
> [event handler](https://github.com/shysolocup/aepl/wiki/event-handler)<br>
> [alternate names](https://github.com/shysolocup/aepl/wiki/alternate-names)<br>
> [setting and getting inspects](https://github.com/shysolocup/aepl/wiki/settings-and-getting-inspects)<br>
<br>
2 changes: 1 addition & 1 deletion wiki/event-handler.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NOTE: this example uses [stews](https://github.com/paigeroid/stews)
NOTE: this example uses [stews](https://github.com/shysolocup/stews)

<br>

Expand Down

0 comments on commit 3223342

Please sign in to comment.