Skip to content

Commit

Permalink
docs: avoid nested tabs, nest note instead (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvlugter committed Jun 28, 2022
1 parent 3a33061 commit 54860ab
Showing 1 changed file with 11 additions and 24 deletions.
35 changes: 11 additions & 24 deletions docs/src/modules/javascript/pages/kickstart.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,51 +34,38 @@ The code generation tools create a new development project named `my-entity`, th
. To create the initial codebase, from a command window enter the following:
+
[.tabset]
====
JavaScript::
+
[.tabset]
npm:::
+
--
[source, command window, subs="attributes"]
----
npx @kalix-io/create-kalix-entity@latest my-entity
----
--
yarn:::
+
--
[NOTE]
====
To generate TypeScript sources add the `--typescript` option:
[source, command window, subs="attributes"]
----
yarn create @kalix-io/kalix-entity@latest my-entity
npx @kalix-io/create-kalix-entity@latest my-entity --typescript
----
====
--
TypeScript::
+
[.tabset]
npm:::
yarn:::
+
--
[source, command window, subs="attributes"]
----
npx @kalix-io/create-kalix-entity@latest my-entity --typescript
yarn create @kalix-io/kalix-entity@latest my-entity
----
--
yarn:::
+
--
[NOTE]
====
To generate TypeScript sources add the `--typescript` option:
[source, command window, subs="attributes"]
----
yarn create @kalix-io/kalix-entity@latest my-entity --typescript
----
--
====
+
NOTE: To generate TypeScript sources add the `--typescript` option.
--

. Change directories to the newly created folder:
+
Expand Down

0 comments on commit 54860ab

Please sign in to comment.