feat(Documents) Notes/Docs page improvements and warning cleanup

This commit is contained in:
2022-04-07 13:30:00 -04:00
parent b270453030
commit d82e60efdf
223 changed files with 4396 additions and 2861 deletions
+8 -4
View File
@@ -3,16 +3,20 @@ using Model.Website.Enums;
namespace Model.Website;
public class WebDeploymentModel {
public class WebDeploymentModel
{
public static WebDeploymentType DeploymentType { get; set; } = WebDeploymentType.Private;
public static List<string> Get() {
public static List<string> Get()
{
return DeploymentType == WebDeploymentType.Immortal ? GetImmortal() : new List<string>();
}
public static List<string> GetImmortal() {
return new List<string> {
public static List<string> GetImmortal()
{
return new List<string>
{
"",
"build-calculator",
"comparison-charts",