Skip to content

Commit

Permalink
docs: Fix quickstart Node.js tabs (#5089)
Browse files Browse the repository at this point in the history
Signed-off-by: Helder Correia <174525+helderco@users.noreply.github.com>
  • Loading branch information
helderco committed May 5, 2023
1 parent 47f14f0 commit 1192291
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docs/current/quickstart/349011-quickstart-build.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Embed from '@site/src/components/atoms/embed.js'

export const ids = {
Go: "guZd7rmOolE",
Node: "5mAEEtpy6mE",
"Node.js": "5mAEEtpy6mE",
Python: "iOhSGUn7nFq"
}

Expand Down Expand Up @@ -108,4 +108,4 @@ build
└── logo.6ce24c58023cc2f8fd88fe9d219db6c6.svg
```

</QuickstartDoc>
</QuickstartDoc>
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Embed from '@site/src/components/atoms/embed.js'

export const ids = {
Go: "j1-McCYMQiG",
Node: "AnwtJTV9Xj3",
"Node.js": "AnwtJTV9Xj3",
Python: "EaSvAH9iPiG"
}

Expand Down
4 changes: 2 additions & 2 deletions docs/current/quickstart/472910-quickstart-build-multi.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Embed from '@site/src/components/atoms/embed.js'

export const ids = {
Go: "2ndfn2RcrVi",
Node: "IAe6sLfyUxi",
"Node.js": "IAe6sLfyUxi",
Python: "LAC3B8Poada"
}

Expand Down Expand Up @@ -77,4 +77,4 @@ This revised pipeline produces the same result as before, but using a two-stage
- In the first stage, the pipeline installs dependencies, runs tests and builds the application in the `node:16-slim` container. However, instead of exporting the `build/` directory to the host, it saves the corresponding `Directory` object as a constant. This object represents the filesystem state of the `build/` directory in the container after the build, and is portable to other Dagger pipelines.
- In the second stage, the pipeline uses the saved `Directory` object as input, thereby transferring the filesystem state (the built React application) to the `nginx:alpine` container. It then publishes the result to a registry as previously described.

</QuickstartDoc>
</QuickstartDoc>
2 changes: 1 addition & 1 deletion docs/current/quickstart/593914-quickstart-hello.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Embed from '@site/src/components/atoms/embed.js'

export const ids = {
Go: "qRC42X7tgPx",
Node: "ANSxtgC136o",
"Node.js": "ANSxtgC136o",
Python: "sLUm92wLwtw"
}

Expand Down
4 changes: 2 additions & 2 deletions docs/current/quickstart/635927-quickstart-caching.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Embed from "@site/src/components/atoms/embed.js"

export const ids = {
Go: "64jT5CYA_2W",
Node: "XRfLHVA3Li8",
"Node.js": "XRfLHVA3Li8",
Python: "sNZQEeULT-M"
}

Expand Down Expand Up @@ -90,4 +90,4 @@ This revised pipeline produces the same result as before.

Run the pipeline a few times. Notice that on the first run, the application dependencies are downloaded as usual. However, since the dependencies are cached, subsequent pipeline runs will skip the download operation and be significantly faster (assuming that there are no other changes to the application code).

</QuickstartDoc>
</QuickstartDoc>
2 changes: 1 addition & 1 deletion docs/current/quickstart/730264-quickstart-publish.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Embed from "@site/src/components/atoms/embed.js"

export const ids = {
Go: "BnZUZFuzq9b",
Node: "I4sXINdejnV",
"Node.js": "I4sXINdejnV",
Python: "TtfHpGFRukx"
}

Expand Down
2 changes: 1 addition & 1 deletion docs/current/quickstart/947391-quickstart-test.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Embed from '@site/src/components/atoms/embed.js'

export const ids = {
Go: "E4jHp1gdczO",
Node: "PN7ayA3rjOB",
"Node.js": "PN7ayA3rjOB",
Python: "2XgPeWiQsRX"
}

Expand Down

0 comments on commit 1192291

Please sign in to comment.