Skip to content

Commit 27ecd3d

Browse files
committed
docs: Apply coderabbitai recommendations to Getting Started
1 parent aac4678 commit 27ecd3d

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

docs/05-gitlab/01-getting-started.mdx

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,15 @@ Any subsequent steps assume you have read the above.
2323

2424
The [unity3d-gitlab-ci-example project](https://gitlab.com/game-ci/unity3d-gitlab-ci-example/) uses
2525
[unity3d docker images](https://github.com/game-ci/docker/) published by
26-
[game-ci](https://github.com/game-ci). You can find all the supported Unity versions in our
26+
[game-ci](https://github.com/game-ci).
27+
28+
:::tip
29+
30+
Before proceeding, verify that your Unity version is supported by checking the
2731
[Docker > Versions page](/docs/docker/versions).
2832

33+
:::
34+
2935
It is generally considered good practice to use the same Unity version for your CI/CD setup as you
3036
do to develop your project. Our Gitlab CI configuration will automatically detect and use the
3137
correct Unity version for your project.
@@ -36,9 +42,10 @@ correct Unity version for your project.
3642

3743
:::caution
3844

39-
The video is slightly outdated, but the general concepts are still the same. 👍
45+
The video (recorded with Unity 2020.x) is slightly outdated, but the general concepts are still the
46+
same. 👍
4047

41-
- Activation process has changed a bit since then.
48+
- The activation process has changed a bit since then.
4249
- Docker images have been updated
4350
- The `.gitlab-ci.yml` file uses different variables now.
4451

0 commit comments

Comments
 (0)