From 1e92d19c2f0ebd42d9653261b17def49b529891f Mon Sep 17 00:00:00 2001 From: Diogo Trindade Date: Fri, 7 Jan 2022 23:16:30 +0000 Subject: [PATCH] Documentation - Removed dead links from wiki --- docfx/docfx_project/index.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docfx/docfx_project/index.md b/docfx/docfx_project/index.md index 0cad893cf..0d7007d2d 100644 --- a/docfx/docfx_project/index.md +++ b/docfx/docfx_project/index.md @@ -6,16 +6,12 @@ A large part of this documentation is being generated based on code but over tim ## Plugins Artemis 2.0 has been developed from the ground up with plugins in mind. This means almost all functionality can be expanded. The following plugin types are currently available and fully implemented: - - [DataModelExpansion\](api/Artemis.Core.DataModelExpansions.DataModelExpansion-1.html) - [DeviceProvider](api/Artemis.Core.DeviceProviders.DeviceProvider.html) - [LayerBrush\](api/Artemis.Core.LayerBrushes.LayerBrush-1.html) - [PerLedLayerBrush\](api/Artemis.Core.LayerBrushes.PerLedLayerBrush-1.html) - - [RgbNetLayerBrush\](api/Artemis.Core.LayerBrushes.RgbNetLayerBrush-1.html) - [LayerEffect](api/Artemis.Core.LayerEffects.LayerEffect-1.html) - [Module](api/Artemis.Core.Modules.Module.html) - [Module\](api/Artemis.Core.Modules.Module-1.html) - - [ProfileModule](api/Artemis.Core.Modules.ProfileModule.html), - - [ProfileModule\](api/Artemis.Core.Modules.ProfileModule-1.html) These allow you to expand on Artemis's functionality. For quick and interactive plugin creation, use the [Visual Studio template extension](https://marketplace.visualstudio.com/items?itemName=SpoinkyNL.ArtemisTemplates). @@ -25,6 +21,6 @@ Example implementations of these plugins can be found on [GitHub](https://github Artemis provides plugins with an API through a range of services. All the services are available to plugins by using dependency injection in your plugin's constructor. Dependency injection is also available for the different view models plugins may provide. -- [Core Services](api/Artemis.Core.Services.Interfaces.html) -- [UI Services](api/Artemis.UI.Shared.Services.Interfaces.html) +- [Core Services](api/Artemis.Core.Services.html#interfaces) +- [UI Services](api/Artemis.UI.Shared.Services.html#interfaces)