Skip to content

Commit 48afb6c

Browse files
committed
chore: review
1 parent 0c00ff3 commit 48afb6c

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

website/docs/CLI/build-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,5 @@ apic build playground javascript recommend
103103
### Build many snippets for specific language
104104

105105
```bash
106-
apic build snippets php insights recommend search
106+
apic build snippets java insights recommend search
107107
```

website/docs/setup-repository.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,7 @@ nvm use && yarn
2020

2121
## Mounting the docker images
2222

23-
We use multiple docker images to simplify the build, and reuse them on the CI.
24-
There is one base image containing node, java, scala and kotlin, located in [scripts/docker/Dockerfile](https://github.com/algolia/api-clients-automation/blob/main/scripts/docker/Dockerfile)
25-
26-
:::caution
27-
28-
The swift images takes a really long time to build (~5 minutes) because of swift-format, but it's only needed when you want to format swift.
29-
30-
:::
23+
We use multiple docker images to simplify the build. There is [one base image](https://github.com/algolia/api-clients-automation/blob/main/scripts/docker/Dockerfile.base) that contains everything except [swift](https://github.com/algolia/api-clients-automation/blob/main/scripts/docker/Dockerfile.swift) and [ruby](https://github.com/algolia/api-clients-automation/blob/main/scripts/docker/Dockerfile.swift), they have their own Dockerfile
3124

3225
```bash
3326
yarn docker:setup

0 commit comments

Comments
 (0)