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
Copy file name to clipboardExpand all lines: docs/README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -94,14 +94,14 @@ Your content goes here.
94
94
{% /callout %}
95
95
```
96
96
97
-
#### Disclosure
97
+
#### Deep Dives
98
98
99
-
A disclosure can be used for less important information that is initially collapsed.
99
+
These are special callouts that are collapsed with the intention of containing more deep-dive information about the topic which isn't required to understand right away.
Copy file name to clipboardExpand all lines: docs/nx-cloud/concepts/reduce-waste.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -251,7 +251,7 @@ If we don't use the `nx affected` command in CI, no matter how our repo is struc
251
251
252
252
Note that the 50% chance of any project being modified is an arbitrary number. If we had picked a lower chance of being modified all the expected values would decrease as well. Every repository is different, but this illustrates that a flatter structure will help speed up your CI pipeline.
253
253
254
-
{% disclosure title="The Math Behind the Expected Number of Affected Projects" %}
254
+
{% callout title="The Math Behind the Expected Number of Affected Projects" type="deepdive" %}
255
255
256
256
**Definitions:**
257
257
@@ -290,7 +290,7 @@ Note that the 50% chance of any project being modified is an arbitrary number. I
Copy file name to clipboardExpand all lines: docs/nx-cloud/features/dynamic-agents.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,8 @@ distribute-on:
33
33
large-changeset: 10 linux-medium-js
34
34
```
35
35
36
-
{% callout type="note" title="How is the size of the PR determined?" %}
37
-
To determine the size of the PR, Nx Cloud calculates the ratio between the number of [affected projects](/ci/features/affected) and the total number of projects in the workspace. It then categorizes it as small, medium, or large.
36
+
{% callout type="deepdive" title="How is the size of the PR determined?" %}
37
+
To determine the size of the PR, Nx Cloud calculates the relationship between the number of [affected projects](/ci/features/affected) and the total number of projects in the workspace. It then assigns it to one of the three categories:small, medium, or large.
38
38
{% /callout %}
39
39
40
40
You can then reference it in your CI pipeline configuration:
0 commit comments