Skip to content

Commit

Permalink
feat(plugin): update default documentation path
Browse files Browse the repository at this point in the history
The default documentation path for plugins has been updated from "/Docs" to "/docs".
  • Loading branch information
SakuraIsayeki committed Sep 8, 2024
1 parent ed6fafb commit 05cabf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YumeChan.PluginBase/Infrastructure/PluginDocsAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace YumeChan.PluginBase.Infrastructure;
[PublicAPI, AttributeUsage(AttributeTargets.Class | AttributeTargets.Assembly)]
public sealed class PluginDocsAttribute : Attribute
{
public const string DefaultPath = "/Docs";
public const string DefaultPath = "/docs";

/// <summary>
/// Defines whether documentation is available for this plugin.
Expand Down

0 comments on commit 05cabf8

Please sign in to comment.