diff --git a/docfx/docfx_project/index.md b/docfx/docfx_project/index.md index 0389c5447..0cad893cf 100644 --- a/docfx/docfx_project/index.md +++ b/docfx/docfx_project/index.md @@ -6,16 +6,16 @@ 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.Plugins.DataModelExpansions.DataModelExpansion-1.html) - - [DeviceProvider](api/Artemis.Core.Plugins.DeviceProviders.DeviceProvider.html) - - [LayerBrush\](api/Artemis.Core.Plugins.LayerBrushes.LayerBrush-1.html) - - [PerLedLayerBrush\](api/Artemis.Core.Plugins.LayerBrushes.PerLedLayerBrush-1.html) - - [RgbNetLayerBrush\](api/Artemis.Core.Plugins.LayerBrushes.RgbNetLayerBrush-1.html) - - [LayerEffect](api/Artemis.Core.Plugins.LayerEffects.LayerEffect-1.html) - - [Module](api/Artemis.Core.Plugins.Modules.Module.html) - - [Module\](api/Artemis.Core.Plugins.Modules.Module-1.html) - - [ProfileModule](api/Artemis.Core.Plugins.Modules.ProfileModule.html), - - [ProfileModule\](api/Artemis.Core.Plugins.Modules.ProfileModule-1.html) + - [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 +25,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.Interfaces.html) +- [UI Services](api/Artemis.UI.Shared.Services.Interfaces.html)