-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[DOCS] Adds Examples section to .NET docs #6418
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The API is a little in-flux still so we will need to revisit the samples. I can assist with filling in the update and delete documents. A few initial comments on know changes based on current alpha code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
* [DOCS] Adds Examples section to .NET docs. * [DOCS] Fixe index file. * [DOCS] Fixes index file. * [DOCS] Further changes. * Expand documentation and add missing examples * Use consistant wording when referring to 'a' document. * [DOCS] Changes line breaks. * Refer to tweet type correctly in all locations Co-authored-by: Steve Gordon <[email protected]> (cherry picked from commit a945680)
* [DOCS] Adds Examples section to .NET docs. * [DOCS] Fixe index file. * [DOCS] Fixes index file. * [DOCS] Further changes. * Expand documentation and add missing examples * Use consistant wording when referring to 'a' document. * [DOCS] Changes line breaks. * Refer to tweet type correctly in all locations Co-authored-by: Steve Gordon <[email protected]> (cherry picked from commit a945680) Co-authored-by: István Zoltán Szabó <[email protected]>
* [DOCS] Adds Examples section to .NET docs. * [DOCS] Fixe index file. * [DOCS] Fixes index file. * [DOCS] Further changes. * Expand documentation and add missing examples * Use consistant wording when referring to 'a' document. * [DOCS] Changes line breaks. * Refer to tweet type correctly in all locations Co-authored-by: Steve Gordon <[email protected]> (cherry picked from commit a945680) Co-authored-by: István Zoltán Szabó <[email protected]>
* [DOCS] Adds Examples section to .NET docs. * [DOCS] Fixe index file. * [DOCS] Fixes index file. * [DOCS] Further changes. * Expand documentation and add missing examples * Use consistant wording when referring to 'a' document. * [DOCS] Changes line breaks. * Refer to tweet type correctly in all locations Co-authored-by: Steve Gordon <[email protected]> (cherry picked from commit a945680) Co-authored-by: István Zoltán Szabó <[email protected]>
* [DOCS] Adds Examples section to .NET docs. * [DOCS] Fixe index file. * [DOCS] Fixes index file. * [DOCS] Further changes. * Expand documentation and add missing examples * Use consistant wording when referring to 'a' document. * [DOCS] Changes line breaks. * Refer to tweet type correctly in all locations Co-authored-by: Steve Gordon <[email protected]> (cherry picked from commit a945680) Co-authored-by: István Zoltán Szabó <[email protected]>
* [DOCS] Adds Examples section to .NET docs. * [DOCS] Fixe index file. * [DOCS] Fixes index file. * [DOCS] Further changes. * Expand documentation and add missing examples * Use consistant wording when referring to 'a' document. * [DOCS] Changes line breaks. * Refer to tweet type correctly in all locations Co-authored-by: Steve Gordon <[email protected]> (cherry picked from commit a945680) Co-authored-by: István Zoltán Szabó <[email protected]>
* [DOCS] Adds Examples section to .NET docs. * [DOCS] Fixe index file. * [DOCS] Fixes index file. * [DOCS] Further changes. * Expand documentation and add missing examples * Use consistant wording when referring to 'a' document. * [DOCS] Changes line breaks. * Refer to tweet type correctly in all locations Co-authored-by: Steve Gordon <[email protected]> (cherry picked from commit a945680) Co-authored-by: István Zoltán Szabó <[email protected]>
* [DOCS] Adds Examples section to .NET docs. * [DOCS] Fixe index file. * [DOCS] Fixes index file. * [DOCS] Further changes. * Expand documentation and add missing examples * Use consistant wording when referring to 'a' document. * [DOCS] Changes line breaks. * Refer to tweet type correctly in all locations Co-authored-by: Steve Gordon <[email protected]> (cherry picked from commit a945680) Co-authored-by: István Zoltán Szabó <[email protected]> Co-authored-by: Steve Gordon <[email protected]> Co-authored-by: István Zoltán Szabó <[email protected]>
* [DOCS] Adds Examples section to .NET docs. * [DOCS] Fixe index file. * [DOCS] Fixes index file. * [DOCS] Further changes. * Expand documentation and add missing examples * Use consistant wording when referring to 'a' document. * [DOCS] Changes line breaks. * Refer to tweet type correctly in all locations Co-authored-by: Steve Gordon <[email protected]> (cherry picked from commit a945680) Co-authored-by: István Zoltán Szabó <[email protected]> Co-authored-by: Steve Gordon <[email protected]> Co-authored-by: István Zoltán Szabó <[email protected]>
* [DOCS] Adds Examples section to .NET docs. * [DOCS] Fixe index file. * [DOCS] Fixes index file. * [DOCS] Further changes. * Expand documentation and add missing examples * Use consistant wording when referring to 'a' document. * [DOCS] Changes line breaks. * Refer to tweet type correctly in all locations Co-authored-by: Steve Gordon <[email protected]> (cherry picked from commit a945680) Co-authored-by: István Zoltán Szabó <[email protected]> Co-authored-by: Steve Gordon <[email protected]> Co-authored-by: István Zoltán Szabó <[email protected]>
* [DOCS] Adds Examples section to .NET docs. * [DOCS] Fixe index file. * [DOCS] Fixes index file. * [DOCS] Further changes. * Expand documentation and add missing examples * Use consistant wording when referring to 'a' document. * [DOCS] Changes line breaks. * Refer to tweet type correctly in all locations Co-authored-by: Steve Gordon <[email protected]> (cherry picked from commit a945680) Co-authored-by: István Zoltán Szabó <[email protected]> Co-authored-by: Steve Gordon <[email protected]> Co-authored-by: István Zoltán Szabó <[email protected]>
* [DOCS] Adds Examples section to .NET docs. * [DOCS] Fixe index file. * [DOCS] Fixes index file. * [DOCS] Further changes. * Expand documentation and add missing examples * Use consistant wording when referring to 'a' document. * [DOCS] Changes line breaks. * Refer to tweet type correctly in all locations Co-authored-by: Steve Gordon <[email protected]> (cherry picked from commit a945680) Co-authored-by: István Zoltán Szabó <[email protected]> Co-authored-by: Steve Gordon <[email protected]> Co-authored-by: István Zoltán Szabó <[email protected]>
Overview
This PR adds an
Examples
section to the .NET documentation that contains code snippets showing how to execute CRUD operations.Preview
Examples