Skip to content

Commit

Permalink
Nw documentation (#182)
Browse files Browse the repository at this point in the history
* `[Exiled::Events]` `[Exiled::API]` New event + new property (#31)

* new ev + previous role

* suggestions

* uwu

* suj

* fix

* uwu

---------

Co-authored-by: Yamato <66829532+louis1706@users.noreply.github.com>

* [EXILED::Events] BeingObserved event stolen (#91)

* Scp173 Observing, Stolen from https://github.com/ExMod-Team/EXILED/pull/72/files

* Remove old comment

* Fix Error

Co-Authored-By: SrLicht <cerberus.tk.sl@gmail.com>

* NW Documentation

* moving forward

* YES

* Fix

* Update

* Index Update

* Change Order

* OrderBy

* Revert "Fix Error"

This reverts commit d53d84d.

* Revert "[EXILED::Events] BeingObserved event stolen (#91)"

This reverts commit cc7c183.

* Revert "`[Exiled::Events]` `[Exiled::API]` New event + new property (#31)"

This reverts commit 043d9a9.

* remove using

* NW_Documentation

* SCPSLRessources NW doc

* Change

* try to fix labeller

try to fix labeler

* Update DamageHandler Doc

* Revert partially

This reverts commit 03122a3.

---------

Co-authored-by: VALERA771 <72030575+VALERA771@users.noreply.github.com>
Co-authored-by: X <24619207+Undid-Iridium@users.noreply.github.com>
Co-authored-by: SrLicht <cerberus.tk.sl@gmail.com>
  • Loading branch information
4 people authored Nov 17, 2024
1 parent 1a94875 commit f0174d3
Show file tree
Hide file tree
Showing 6 changed files with 4,159 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ GitHub:
- any-glob-to-any-file: .github/** # Any modifications to github related files

Events: # Add the 'Events' label
- changed-files:
- any-glob-to-any-file: EXILED/Exiled.Events/** # Any Modifications to events
- all-globs-to-all-files: '!EXILED/Exiled.Events/Patches/**/*' # Exept modifications to transpiler files

- all:
- changed-files:
- any-glob-to-any-file: 'EXILED/Exiled.Events/**/*'
- all-globs-to-all-files: '!EXILED/Exiled.Events/Patches/**/*'
API: # Add the 'API' label
- changed-files:
- any-glob-to-any-file: EXILED/Exiled.API/** # Any modifications to the API
Expand Down
8 changes: 8 additions & 0 deletions EXILED/EXILED.sln
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Exiled.CreditTags", "Exiled
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Exiled.CustomRoles", "Exiled.CustomRoles\Exiled.CustomRoles.csproj", "{417C3309-8B93-4218-A1D1-D4BB7B09BE0F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "docs", "docs\docs.csproj", "{BE130A80-6819-44C6-AA1B-BF068DEA67FF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -74,6 +76,12 @@ Global
{417C3309-8B93-4218-A1D1-D4BB7B09BE0F}.Installer|Any CPU.ActiveCfg = Installer|Any CPU
{417C3309-8B93-4218-A1D1-D4BB7B09BE0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{417C3309-8B93-4218-A1D1-D4BB7B09BE0F}.Release|Any CPU.Build.0 = Release|Any CPU
{BE130A80-6819-44C6-AA1B-BF068DEA67FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE130A80-6819-44C6-AA1B-BF068DEA67FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE130A80-6819-44C6-AA1B-BF068DEA67FF}.Installer|Any CPU.ActiveCfg = Installer|Any CPU
{BE130A80-6819-44C6-AA1B-BF068DEA67FF}.Installer|Any CPU.Build.0 = Installer|Any CPU
{BE130A80-6819-44C6-AA1B-BF068DEA67FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE130A80-6819-44C6-AA1B-BF068DEA67FF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Loading

0 comments on commit f0174d3

Please sign in to comment.