feat(Documents) Notes/Docs page improvements and warning cleanup
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
namespace Model.Website.Enums;
|
||||
|
||||
public enum NavSelectionType {
|
||||
public enum NavSelectionType
|
||||
{
|
||||
None,
|
||||
Section,
|
||||
Page
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
namespace Model.Website.Enums;
|
||||
|
||||
public class NavigationStateType {
|
||||
public class NavigationStateType
|
||||
{
|
||||
public const string Default = "Default";
|
||||
public const string Hovering_Menu = "Hovering_Menu";
|
||||
}
|
||||
@@ -1,6 +1,7 @@
|
||||
namespace Model.Website.Enums;
|
||||
|
||||
public enum WebDeploymentType {
|
||||
public enum WebDeploymentType
|
||||
{
|
||||
Private,
|
||||
Public,
|
||||
Immortal
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
namespace Model.Website.Enums;
|
||||
|
||||
public class WebPageType {
|
||||
public class WebPageType
|
||||
{
|
||||
//TODO Deprecated
|
||||
public static readonly string None = "725d1adb-d5c8-4e51-bafb-09c86a94d0b0";
|
||||
public static readonly string IMMORTAL_About = "16e56a46-e593-4de5-a2ff-272b41a28d99";
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
namespace Model.Website.Enums;
|
||||
|
||||
public class WebSectionType {
|
||||
public class WebSectionType
|
||||
{
|
||||
public static readonly string None = "28eefe79-3808-48da-8665-3eab5aebca1d";
|
||||
|
||||
public static readonly string ImmortalGeneral = "1a7dce11-57ff-453e-abac-6eeab01b9a61";
|
||||
|
||||
Reference in New Issue
Block a user