Mark BlueWallet LNDhub fragment as deprecated (#917)
* Mark BlueWallet LNDhub fragment as deprecated See https://github.com/btcpayserver/btcpayserver/issues/6070#issuecomment-2205892096 * Add deprecated flag and skip those images in README generator * Update generated files
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace DockerFileBuildHelper
|
||||
namespace DockerFileBuildHelper
|
||||
{
|
||||
public class DockerInfo
|
||||
{
|
||||
@@ -13,6 +9,7 @@ namespace DockerFileBuildHelper
|
||||
public string GitLink { get; set; }
|
||||
public string GitRef { get; set; }
|
||||
public bool SupportedByUs { get; set; }
|
||||
public bool Deprecated { get; set; }
|
||||
public Image Image { get; internal set; }
|
||||
public string RawLink { get; set; }
|
||||
public string GetGithubLinkOf(string path)
|
||||
|
||||
Reference in New Issue
Block a user