Merge branch 'rel-4.0' into dev

pull/6439/head
Halil İbrahim Kalkan 4 years ago
commit 2619f18c7c

@ -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"
}
]
},

Loading…
Cancel
Save