Revamp Service Bindings docs for RPC#13252
Conversation
Deploying cloudflare-docs with
|
| Latest commit: |
a18829c
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://473638f7.cloudflare-docs-7ou.pages.dev |
| Branch Preview URL: | https://bib-jsrpc-api-docs.cloudflare-docs-7ou.pages.dev |
|
This PR changes current filenames or deletes current files. Make sure you have redirects set up to cover the following paths:
|
* Update DO counter example with RPC * Clarify RPC pricing * Rename "Configuration" to "Best Practices" section
|
@elithrar for ✅ stamp so that we have it (not quite merging yet, some redirects, errors) |
There was a problem hiding this comment.
(FYI @deadlypants1973 )
The content in this page (content/workers/configuration/bindings/_index.md) is now unreachable, since users will be redirected to a different page when they go to https://developers.cloudflare.com/workers/configuration/bindings/ => /workers/runtime-apis/bindings/.
If some of the content is still relevant it should be moved elsewhere. For example, the section about "dispatch namespace bindings (Workers for Platforms)" doesn't seem to be available elsewhere.
After that we should remove the _index.md and the bindings folder. However, doing this will break 70+ links in the documentation, which much also be fixed.
There was a problem hiding this comment.
Thanks for flagging — #13914
Then can remove this content and update links / redirects
Consolidates Service binding documentation to be within the Runtime APIs section of the docs.
Currently docs for configuring a Service binding, and docs for how to write code around Service bindings are in separate sections of the docs, which makes getting started hard, requires jumping back and forth between pages. Relevant content from the configuration section has been moved here, and will be removed.
Explains what Service bindings are and what to use them for.
Provides separate code examples RPC and HTTP modes of working with Service bindings.
refs cloudflare/workerd#1658, cloudflare/workerd#1692, cloudflare/workerd#1729, cloudflare/workerd#1756, cloudflare/workerd#1757