-
Notifications
You must be signed in to change notification settings - Fork 24
DOCSP-48859 Add RESTful API tutorial #617
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
base: master
Are you sure you want to change the base?
DOCSP-48859 Add RESTful API tutorial #617
Conversation
✅ Deploy Preview for docs-csharp ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -12,6 +12,8 @@ CRUD Operations | |||
|
|||
Write </fundamentals/crud/write-operations> | |||
Read </fundamentals/crud/read-operations> | |||
Tutorial: Create a RESTful API </fundamentals/crud/restful-api-tutorial> |
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.
S: consider creating a tutorials drawer so that there's scaffolding for adding more tutorials in the future. I'm also not sure this belongs in the CRUD drawer, maybe it could be a top level Tutorials drawer? This page seems to touch on more than just simple crud operations.
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.
I see what you mean! When discussing incorporating these docs+ articles, the shift has been away from L1 drawers that are broad and format-based and instead incorporating the content into the use case instead. This CRUD section will be updated and moved up to an L1 when CC is done so it made sense for now to put this here and include the "Tutorial" callout in the title to differentiate from the guides.
===================================================================== | ||
Tutorial: Create a RESTful API with the {+driver-short+} Driver | ||
===================================================================== |
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.
S: Remove tutorial from the title if this will be in a tutorials drawer
@@ -0,0 +1,384 @@ | |||
.. _csharp-crud-restful-api-tutorial: |
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.
.. _csharp-crud-restful-api-tutorial: | |
.. _csharp-tutorial-restful-api: |
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-48859
Staging Links
Self-Review Checklist