1
0

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:
d11n
2024-08-29 11:18:43 +02:00
committed by GitHub
parent 3c63fc3697
commit 5557e224bb
5 changed files with 858 additions and 861 deletions

View File

@@ -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)