Arrange Blazor UI doc navigation

pull/6541/head
Halil İbrahim Kalkan 4 years ago
parent 5b7500fa8c
commit d6f1d8aa55

@ -634,39 +634,72 @@
"text": "Localization", "text": "Localization",
"path": "UI/Blazor/Localization.md" "path": "UI/Blazor/Localization.md"
}, },
{
"text": "Settings",
"path": "UI/Blazor/Settings.md"
},
{
"text": "Notification",
"path": "UI/Blazor/Notification.md"
},
{
"text": "Message",
"path": "UI/Blazor/Message.md"
},
{ {
"text": "Theming", "text": "Theming",
"path": "UI/Blazor/Theming.md",
"items": [ "items": [
{
"text": "Overall",
"path": "UI/Blazor/Theming.md"
},
{ {
"text": "The Basic Theme", "text": "The Basic Theme",
"path": "UI/Blazor/Basic-Theme.md" "path": "UI/Blazor/Basic-Theme.md"
},
{
"text": "Branding",
"path": "UI/Blazor/Branding.md"
},
{
"text": "Page Header",
"path": "UI/Blazor/Page-Header.md"
},
{
"text": "Toolbars",
"path": "UI/Blazor/Toolbars.md"
} }
] ]
}, },
{ {
"text": "Toolbars", "text": "Security",
"path": "UI/Blazor/Toolbars.md" "items": [
{
"text": "Authentication",
"path": "UI/Blazor/Authentication.md"
},
{
"text": "Authorization",
"path": "UI/Blazor/Authorization.md"
}
]
}, },
{ {
"text": "Page Alerts", "text": "Services",
"path": "UI/Blazor/Page-Alerts.md" "items": [
{
"text": "Current User",
"path": "UI/Blazor/CurrentUser.md"
},
{
"text": "Notification",
"path": "UI/Blazor/Notification.md"
},
{
"text": "Message",
"path": "UI/Blazor/Message.md"
},
{
"text": "Page Alerts",
"path": "UI/Blazor/Page-Alerts.md"
}
]
}, },
{ {
"text": "Branding", "text": "Settings",
"path": "UI/Blazor/Branding.md" "path": "UI/Blazor/Settings.md"
},
{
"text": "Error Handling",
"path": "UI/Blazor/Error-Handling.md"
}, },
{ {
"text": "Customization / Overriding Components", "text": "Customization / Overriding Components",
@ -675,10 +708,6 @@
{ {
"text": "Global Scripts & Styles", "text": "Global Scripts & Styles",
"path": "UI/Blazor/Global-Scripts-Styles.md" "path": "UI/Blazor/Global-Scripts-Styles.md"
},
{
"text": "Authentication",
"path": "UI/Blazor/Authentication.md"
} }
] ]
}, },

Loading…
Cancel
Save