You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 6, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/src/modules/javascript/pages/quickstart/cr-value-entity-javascript.adoc
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,9 +66,11 @@ mkdir proto
66
66
67
67
. Add declarations for:
68
68
+
69
+
--
69
70
* The protobuf syntax version, `proto3`.
70
71
* The package name, `customer.api`.
71
72
* Import `google/protobuf/empty.proto` and Kalix `kalix/annotations.proto`.
73
+
--
72
74
+
73
75
[source,proto,indent=0]
74
76
.proto/customer_api.proto
@@ -240,4 +242,4 @@ kalix service expose customer-registry
240
242
== Next steps
241
243
242
244
* You can learn more about xref:javascript:value-entity.adoc[Value Entities].
243
-
* Do another https://docs.kalix.io/quickstart/sc-eventsourced-entity-javascript.html[Quickstart] to learn about Event Sourcing and xref:javascript:eventsourced.adoc[Event Sourced Entities].
245
+
* Do another xref:javascript:quickstart/sc-eventsourced-entity-javascript.adoc[Quickstart] to learn about Event Sourcing and xref:javascript:eventsourced.adoc[Event Sourced Entities].
Copy file name to clipboardExpand all lines: docs/src/modules/javascript/pages/quickstart/cr-value-entity-typescript.adoc
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,9 +66,11 @@ mkdir proto
66
66
67
67
. Add declarations for:
68
68
+
69
+
--
69
70
* The protobuf syntax version, `proto3`.
70
71
* The package name, `customer.api`.
71
72
* Import `google/protobuf/empty.proto` and Kalix `kalix/annotations.proto`.
73
+
--
72
74
+
73
75
[source, proto, indent=0]
74
76
.proto/customer_api.proto
@@ -240,4 +242,4 @@ kalix service expose customer-registry
240
242
== Next steps
241
243
242
244
* You can learn more about xref:javascript:value-entity.adoc[Value Entities].
243
-
* Do another https://docs.kalix.io/quickstart/sc-eventsourced-entity-javascript.html[Quickstart] to learn about Event Sourcing and xref:javascript:eventsourced.adoc[Event Sourced Entities].
245
+
* Do another xref:javascript:quickstart/sc-eventsourced-entity-typescript.adoc[Quickstart] to learn about Event Sourcing and xref:javascript:eventsourced.adoc[Event Sourced Entities].
0 commit comments