From e2c6c4778ee498c347f591bfcdb79194163b7fb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Tue, 1 Dec 2020 20:42:39 +0300 Subject: [PATCH] Reordered document menu items. --- docs/en/docs-nav.json | 158 +++++++++++++++++++++--------------------- 1 file changed, 79 insertions(+), 79 deletions(-) diff --git a/docs/en/docs-nav.json b/docs/en/docs-nav.json index e3a79caa0a..8c132d761a 100644 --- a/docs/en/docs-nav.json +++ b/docs/en/docs-nav.json @@ -107,14 +107,6 @@ { "text": "Fundamentals", "items": [ - { - "text": "Configuration", - "path": "Configuration.md" - }, - { - "text": "Options", - "path": "Options.md" - }, { "text": "Dependency Injection", "path": "Dependency-Injection.md", @@ -126,12 +118,16 @@ ] }, { - "text": "Localization", - "path": "Localization.md" + "text": "Configuration", + "path": "Configuration.md" }, { - "text": "Exception Handling", - "path": "Exception-Handling.md" + "text": "Options", + "path": "Options.md" + }, + { + "text": "Authorization", + "path": "Authorization.md" }, { "text": "Validation", @@ -144,8 +140,8 @@ ] }, { - "text": "Authorization", - "path": "Authorization.md" + "text": "Localization", + "path": "Localization.md" }, { "text": "Caching", @@ -158,8 +154,8 @@ ] }, { - "text": "Logging", - "path": "Logging.md" + "text": "Exception Handling", + "path": "Exception-Handling.md" }, { "text": "Settings", @@ -172,12 +168,20 @@ { "text": "Object Extensions", "path": "Object-Extensions.md" + }, + { + "text": "Logging", + "path": "Logging.md" } ] }, { "text": "Infrastructure", "items": [ + { + "text": "Audit Logging", + "path": "Audit-Logging.md" + }, { "text": "Background Jobs", "path": "Background-Jobs.md", @@ -207,67 +211,62 @@ ] }, { - "text": "Event Bus", + "text": "BLOB Storing", "items": [ { - "text": "Overall", - "path": "Event-Bus.md" - }, - { - "text": "Local Event Bus", - "path": "Local-Event-Bus.md" + "text": "BLOB Storing System", + "path": "Blob-Storing.md" }, { - "text": "Distributed Event Bus", - "path": "Distributed-Event-Bus.md", + "text": "Storage Providers", "items": [ { - "text": "RabbitMQ Integration", - "path": "Distributed-Event-Bus-RabbitMQ-Integration.md" + "text": "File System Provider", + "path": "Blob-Storing-File-System.md" }, { - "text": "Kafka Integration", - "path": "Distributed-Event-Bus-Kafka-Integration.md" + "text": "Database Provider", + "path": "Blob-Storing-Database.md" }, { - "text": "Rebus Integration", - "path": "Distributed-Event-Bus-Rebus-Integration.md" + "text": "Azure Provider", + "path": "Blob-Storing-Azure.md" + }, + { + "text": "Aliyun Provider", + "path": "Blob-Storing-Aliyun.md" + }, + { + "text": "Minio Provider", + "path": "Blob-Storing-Minio.md" + }, + { + "text": "AWS Provider", + "path": "Blob-Storing-Aws.md" + }, + { + "text": "Create a Custom Provider", + "path": "Blob-Storing-Custom-Provider.md" } ] } ] }, - { - "text": "Data Seeding", - "path": "Data-Seeding.md" - }, - { - "text": "Virtual File System", - "path": "Virtual-File-System.md" - }, { "text": "CSRF/XSRF & Anti Forgery", "path": "CSRF-Anti-Forgery.md" }, { - "text": "Audit Logging", - "path": "Audit-Logging.md" - }, - { - "text": "Features", - "path": "Features.md" + "text": "Current User", + "path": "CurrentUser.md" }, { "text": "Data Filtering", "path": "Data-Filtering.md" }, { - "text": "Current User", - "path": "CurrentUser.md" - }, - { - "text": "Object to object mapping", - "path": "Object-To-Object-Mapping.md" + "text": "Data Seeding", + "path": "Data-Seeding.md" }, { "text": "Email Sending", @@ -283,58 +282,59 @@ ] }, { - "text": "BLOB Storing", + "text": "Event Bus", "items": [ { - "text": "BLOB Storing System", - "path": "Blob-Storing.md" + "text": "Overall", + "path": "Event-Bus.md" }, { - "text": "Storage Providers", + "text": "Local Event Bus", + "path": "Local-Event-Bus.md" + }, + { + "text": "Distributed Event Bus", + "path": "Distributed-Event-Bus.md", "items": [ { - "text": "File System Provider", - "path": "Blob-Storing-File-System.md" - }, - { - "text": "Database Provider", - "path": "Blob-Storing-Database.md" - }, - { - "text": "Azure Provider", - "path": "Blob-Storing-Azure.md" - }, - { - "text": "Aliyun Provider", - "path": "Blob-Storing-Aliyun.md" - }, - { - "text": "Minio Provider", - "path": "Blob-Storing-Minio.md" + "text": "RabbitMQ Integration", + "path": "Distributed-Event-Bus-RabbitMQ-Integration.md" }, { - "text": "AWS Provider", - "path": "Blob-Storing-Aws.md" + "text": "Kafka Integration", + "path": "Distributed-Event-Bus-Kafka-Integration.md" }, { - "text": "Create a Custom Provider", - "path": "Blob-Storing-Custom-Provider.md" + "text": "Rebus Integration", + "path": "Distributed-Event-Bus-Rebus-Integration.md" } ] } ] }, { - "text": "Text Templating", - "path": "Text-Templating.md" + "text": "Features", + "path": "Features.md" }, { "text": "GUID Generation", "path": "Guid-Generation.md" }, + { + "text": "Object to Object Mapping", + "path": "Object-To-Object-Mapping.md" + }, + { + "text": "Text Templating", + "path": "Text-Templating.md" + }, { "text": "Timing", "path": "Timing.md" + }, + { + "text": "Virtual File System", + "path": "Virtual-File-System.md" } ] },