dapr / docs

Dapr user documentation, used to build docs.dapr.io
https://docs.dapr.io
Creative Commons Attribution 4.0 International
987 stars 715 forks source link

Adjust naming conventions #4209

Closed RafaelJCamara closed 1 week ago

RafaelJCamara commented 1 week ago

Thank you for helping make the Dapr documentation better!

Please follow this checklist before submitting:

In addition, please fill out the following to help reviewers understand this pull request:

Description

In the docs we have inconsistent naming when it comes to JavaScript and .NET, as you can see next:

https://docs.dapr.io/developing-applications/building-blocks/state-management/howto-get-save-state/#save-and-retrieve-a-single-state image

https://docs.dapr.io/developing-applications/building-blocks/service-invocation/howto-invoke-discover-services/#choose-an-id-for-your-service image

https://docs.dapr.io/developing-applications/building-blocks/pubsub/pubsub-bulk/ image

The purpose of this PR is to make names uniform according to their "correct" name.

RafaelJCamara commented 1 week ago

@hhunter-ms Thank you so much for the suggestions. I think I covered all of them in my latest commit: 32be54dc7a38effac3e2d2c7c881e3f47f1bae8f

Please let me know if something is missing.