-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
50b5bfd
commit 52f4121
Showing
121 changed files
with
5,226 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
[ | ||
{ | ||
"Path": "/start", | ||
"Name": "Getting Started", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "/client-api", | ||
"Name": "Client API", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "/indexes", | ||
"Name": "Indexes", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "/document-extensions", | ||
"Name": "Document Extensions", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "/server", | ||
"Name": "Server", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "/studio", | ||
"Name": "Studio", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "/migration", | ||
"Name": "Migration Guide", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "/integrations", | ||
"Name": "Integrations", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "/glossary", | ||
"Name": "Glossary", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "/users-issues", | ||
"Name": "Users Issues", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "/cloud", | ||
"Name": "Cloud", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "/sharding", | ||
"Name": "Sharding", | ||
"Mappings": [] | ||
} | ||
] |
13 changes: 13 additions & 0 deletions
13
Documentation/6.1/Raven.Documentation.Pages/Raven.Documentation.Pages.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="RavenDB.Client" Version="6.1.0-nightly-20240709-0737" /> | ||
<PackageReference Include="RavenDB.Embedded" Version="6.1.0-nightly-20240709-0737" /> | ||
<PackageReference Include="RavenDB.TestDriver" Version="6.1.0-nightly-20240709-0737" /> | ||
</ItemGroup> | ||
|
||
</Project> |
108 changes: 108 additions & 0 deletions
108
Documentation/6.1/Raven.Documentation.Pages/client-api/.docs.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
[ | ||
{ | ||
"Path": "what-is-a-document-store.markdown", | ||
"Name": "What is a Document Store", | ||
"DiscussionId": "b1df2951-9715-4bbe-9424-a1987e92704b", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "creating-document-store.markdown", | ||
"Name": "Creating Document Store", | ||
"DiscussionId": "db65c1e7-51df-4f2e-a73b-367d3ec94061", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "setting-up-authentication-and-authorization.markdown", | ||
"Name": "Setting up Authentication and Authorization", | ||
"DiscussionId": "efd1a102-7dbb-4807-941a-0a263b6fc67b", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "setting-up-default-database.markdown", | ||
"Name": "Setting up Default Database", | ||
"DiscussionId": "cc7337e7-65cb-4833-9b85-2f5f58931c97", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "what-is-a-public-api.markdown", | ||
"Name": "What is a Public API", | ||
"DiscussionId": "20cc5db5-f42b-4c0b-9b4f-c1ded61db6b8", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "net-client-versions.markdown", | ||
"Name": ".NET Client Versions", | ||
"DiscussionId": "153ac599-9be2-40c2-bfae-51f03adee466", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "/session", | ||
"Name": "Session", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "/operations", | ||
"Name": "Operations", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "/bulk-insert", | ||
"Name": "Bulk Insert", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "/data-subscriptions", | ||
"Name": "Data Subscriptions", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "/changes", | ||
"Name": "Changes API", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "/commands", | ||
"Name": "Commands", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "/document-identifiers", | ||
"Name": "Document Identifiers", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "/configuration", | ||
"Name": "Configuration", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "/security", | ||
"Name": "Security", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "/smuggler", | ||
"Name": "Smuggler", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "/cluster", | ||
"Name": "Cluster Related", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "/how-to", | ||
"Name": "How to...", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "/faq", | ||
"Name": "FAQ", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "/rest-api", | ||
"Name": "REST API", | ||
"Mappings": [] | ||
} | ||
] |
8 changes: 8 additions & 0 deletions
8
Documentation/6.1/Raven.Documentation.Pages/client-api/bulk-insert/.docs.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[ | ||
{ | ||
"Path": "how-to-work-with-bulk-insert-operation.markdown", | ||
"Name": "How to Work With Bulk Insert Operation", | ||
"DiscussionId": "0e7ddf77-3d7c-4c73-9de6-28d5a3f83c34", | ||
"Mappings": [] | ||
} | ||
] |
38 changes: 38 additions & 0 deletions
38
Documentation/6.1/Raven.Documentation.Pages/client-api/changes/.docs.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
[ | ||
{ | ||
"Path": "what-is-changes-api.markdown", | ||
"Name": "What is Changes API", | ||
"DiscussionId": "53a29b59-27d4-4f04-a773-c241f9bd37a5", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "how-to-subscribe-to-document-changes.markdown", | ||
"Name": "How to Subscribe to Document Changes", | ||
"DiscussionId": "9c440e3a-ca3f-472d-bf16-ca8b69fe41b9", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "how-to-subscribe-to-index-changes.markdown", | ||
"Name": "How to Subscribe to Index Changes", | ||
"DiscussionId": "45cc5772-a3de-4f24-9dce-7215758be8da", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "how-to-subscribe-to-operation-changes.markdown", | ||
"Name": "How to Subscribe to Operation Changes", | ||
"DiscussionId": "c2ce2582-a46d-44cd-af33-70afdc41d3a2", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "how-to-subscribe-to-counter-changes.markdown", | ||
"Name": "How to Subscribe to Counter Changes", | ||
"DiscussionId": "7214d8a7-6b54-4eb7-83e3-c1106f931ecd", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "how-to-subscribe-to-time-series-changes.markdown", | ||
"Name": "How to Subscribe to Time Series Changes", | ||
"DiscussionId": "7214d8a7-6b54-4eb7-83e3-c1106f931ecd", | ||
"Mappings": [] | ||
} | ||
] |
12 changes: 12 additions & 0 deletions
12
Documentation/6.1/Raven.Documentation.Pages/client-api/commands/.docs.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[ | ||
{ | ||
"Path": "/documents", | ||
"Name": "Documents", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "/batches", | ||
"Name": "Batches", | ||
"Mappings": [] | ||
} | ||
] |
25 changes: 25 additions & 0 deletions
25
Documentation/6.1/Raven.Documentation.Pages/client-api/commands/documents/.docs.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
[ | ||
{ | ||
"Path": "get.markdown", | ||
"Name": "Get", | ||
"DiscussionId": "eafb1bd0-dd05-449e-bacc-0d5747d96385", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "put.markdown", | ||
"Name": "Put", | ||
"DiscussionId": "ed032e64-6fe9-4528-a4c0-893dbf4d2bf8", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "delete.markdown", | ||
"Name": "Delete", | ||
"DiscussionId": "603df172-c032-48c6-8f8a-ef40e721c3c0", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "/how-to", | ||
"Name": "How to...", | ||
"Mappings": [] | ||
} | ||
] |
41 changes: 41 additions & 0 deletions
41
Documentation/6.1/Raven.Documentation.Pages/client-api/configuration/.docs.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
[ | ||
{ | ||
"Path": "conventions.markdown", | ||
"Name": "Conventions", | ||
"DiscussionId": "7d155893-f629-4b13-afbf-f1786a3528d7", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "querying.markdown", | ||
"Name": "Querying", | ||
"DiscussionId": "da2fdd00-edeb-40a3-8d5c-33933fc23a46", | ||
"Mappings": [ | ||
{ | ||
"Version": 3.0, | ||
"Key": "client-api/configuration/conventions/querying" | ||
} | ||
] | ||
}, | ||
{ | ||
"Path": "serialization.markdown", | ||
"Name": "Serialization", | ||
"DiscussionId": "da305bdb-37c5-4ee9-b5a2-f641969427e1", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "deserialization.markdown", | ||
"Name": "DeSerialization", | ||
"DiscussionId": "da305bdb-37c5-4ee9-b5a2-f641969427e1", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "/load-balance", | ||
"Name": "Load balancing client requests", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "/identifier-generation", | ||
"Name": "Identifier generation", | ||
"Mappings": [] | ||
} | ||
] |
29 changes: 29 additions & 0 deletions
29
Documentation/6.1/Raven.Documentation.Pages/client-api/data-subscriptions/.docs.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
[ | ||
{ | ||
"Path": "what-are-data-subscriptions.markdown", | ||
"Name": "What are Data Subscriptions", | ||
"DiscussionId": "644cbc68-dbf3-4e43-a406-c9a37420788f", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "/creation", | ||
"Name": "Creation", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "/consumption", | ||
"Name": "Consumption", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "/advanced-topics", | ||
"Name": "Advanced topics", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "concurrent-subscriptions.markdown", | ||
"Name": "Concurrent Subscriptions", | ||
"DiscussionId": "644cbc68-dbf3-4e43-a406-c9a37420788f", | ||
"Mappings": [] | ||
} | ||
] |
14 changes: 14 additions & 0 deletions
14
...on/6.1/Raven.Documentation.Pages/client-api/data-subscriptions/advanced-topics/.docs.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[ | ||
{ | ||
"Path": "subscription-with-revisioning.markdown", | ||
"Name": "Revisions Support", | ||
"DiscussionId": "683e7435-5dfe-4682-89d0-3d8ef01b6b27", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "maintenance-operations.markdown", | ||
"Name": "Maintenance Operations", | ||
"DiscussionId": "891cb9f6-e907-41cf-8170-004f974e9118", | ||
"Mappings": [] | ||
} | ||
] |
20 changes: 20 additions & 0 deletions
20
...tation/6.1/Raven.Documentation.Pages/client-api/data-subscriptions/consumption/.docs.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[ | ||
{ | ||
"Path": "how-to-consume-data-subscription.markdown", | ||
"Name": "How to Consume a Data Subscription", | ||
"DiscussionId": "50f4e08d-d219-4ffc-a9e0-c68d31833096", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "examples.markdown", | ||
"Name": "Examples", | ||
"DiscussionId": "fb9cad7f-f216-4066-900a-6572d35dc809", | ||
"Mappings": [] | ||
}, | ||
{ | ||
"Path": "api-overview.markdown", | ||
"Name": "API Overview", | ||
"DiscussionId": "c239a6f8-4167-4511-80f0-0cfa982a8581", | ||
"Mappings": [] | ||
} | ||
] |
Oops, something went wrong.