lightbend / kalix-javascript-sdk

JavaScript and TypeScript SDKs for Kalix
https://docs.kalix.io/javascript/index.html
Apache License 2.0
22 stars 21 forks source link

docs: suggested quickstart downloads don't exist anymore #488

Closed marcoderama closed 1 year ago

marcoderama commented 1 year ago

The page https://docs.kalix.io/javascript/quickstart/sc-eventsourced-entity-javascript.html contains a Note that says

image

The shopping-cart-javascript quickstart no longer exists. I believe that should be shopping-cart-javascript-protobuf now.

And while we're at it, the same applies to the customer-registry example. That should reference customer-registry-javascript-protobuf instead of customer-registry-javascript now.

Digging some more, the same is true for the typescript references here and here.

And finally, it looks like even those changes won't quite work cuz it looks like one of the typescript quickstart files is incorrectly named:

$ kalix quickstart list | grep customer-registry-typescript
customer-registry-typescripti-protobuf   Customer Registry              typescript/protobuf   customer-registry 

Notice the typescripti in there...