Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RDoc-3116 & RDoc-3117 Client API > Commands [Fix articles] (C# & Node.js) #1949

Merged
merged 16 commits into from
Nov 27, 2024

Conversation

Danielle9897
Copy link
Member

Related issues:
https://issues.hibernatingrhinos.com/issue/RDoc-3116/C-Client-API-Commands-Fix-articles
https://issues.hibernatingrhinos.com/issue/RDoc-3117/Node.js-Client-API-Commands-Fix-articles


This PR fixes the commands articles for C# & Node.js
Java & Python articles were only copied over to the folder - and still need to be fixed (see this meta issue)

Note: All samples in this PR have been run and tested.


@ml054 Node.js files to review:

**Commands overview:**
Documentation/6.0/Raven.Documentation.Pages/client-api/commands/overview.js.markdown
Documentation/6.0/Samples/nodejs/client-api/commands/documents/overview.js
**Put document:**
Documentation/6.0/Raven.Documentation.Pages/client-api/commands/documents/put.js.markdown
Documentation/6.0/Samples/nodejs/client-api/commands/documents/put.js
**Get documents:**
Documentation/6.0/Raven.Documentation.Pages/client-api/commands/documents/get.js.markdown
Documentation/6.0/Samples/nodejs/client-api/commands/documents/get.js
**Delete document:**
Documentation/6.0/Raven.Documentation.Pages/client-api/commands/documents/delete.js.markdown
Documentation/6.0/Samples/nodejs/client-api/commands/documents/delete.js
**Send multiple commands:**
Documentation/6.0/Raven.Documentation.Pages/client-api/commands/batches/how-to-send-multiple-commands-using-a-batch.js.markdown
Documentation/6.0/Samples/nodejs/client-api/commands/batches/sendMultipleCommands.js

@aviv C# files to review:

**Commands overview:**
Documentation/6.0/Raven.Documentation.Pages/client-api/commands/overview.dotnet.markdown
Documentation/6.0/Samples/csharp/Raven.Documentation.Samples/ClientApi/Commands/Documents/Overview.cs
**Put document:**
Documentation/6.0/Raven.Documentation.Pages/client-api/commands/documents/put.dotnet.markdown
Documentation/6.0/Samples/csharp/Raven.Documentation.Samples/ClientApi/Commands/Documents/Put.cs
**Get documents:**
Documentation/6.0/Raven.Documentation.Pages/client-api/commands/documents/get.dotnet.markdown
Documentation/6.0/Samples/csharp/Raven.Documentation.Samples/ClientApi/Commands/Documents/Get.cs
**Delete document:**
Documentation/6.0/Raven.Documentation.Pages/client-api/commands/documents/delete.dotnet.markdown
Documentation/6.0/Samples/csharp/Raven.Documentation.Samples/ClientApi/Commands/Documents/Delete.cs
**Send multiple commands:**
Documentation/6.0/Raven.Documentation.Pages/client-api/commands/batches/how-to-send-multiple-commands-using-a-batch.dotnet.markdown
Documentation/6.0/Samples/csharp/Raven.Documentation.Samples/ClientApi/Commands/Batches/SendMultipleCommands.cs

@Danielle9897 Danielle9897 requested review from ml054 and aviv86 November 26, 2024 08:51
@ppekrol ppekrol merged commit 1598fe5 into ravendb:master Nov 27, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants