mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-12 18:50:23 +01:00
update docs
This commit is contained in:
@@ -23,15 +23,6 @@ namespace MediaBrowser.Server.Startup.Common.Browser
|
||||
OpenUrl(url, logger);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Opens the github.
|
||||
/// </summary>
|
||||
/// <param name="logger">The logger.</param>
|
||||
public static void OpenGithub(ILogger logger)
|
||||
{
|
||||
OpenUrl("https://github.com/MediaBrowser/MediaBrowser", logger);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Opens the community.
|
||||
/// </summary>
|
||||
@@ -61,18 +52,6 @@ namespace MediaBrowser.Server.Startup.Common.Browser
|
||||
OpenDashboardPage("dashboard.html", appHost, logger);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Opens the swagger.
|
||||
/// </summary>
|
||||
/// <param name="appHost">The app host.</param>
|
||||
/// <param name="logger">The logger.</param>
|
||||
public static void OpenSwagger(IServerApplicationHost appHost, ILogger logger)
|
||||
{
|
||||
var url = appHost.GetLocalApiUrl("localhost") + "/swagger-ui/index.html";
|
||||
|
||||
OpenUrl(url, logger);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Opens the URL.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user