Skip to content

Commit 9f77a5d

Browse files
authored
Split gitstream yml file links between sections (#805)
Added download link for lite version of gitstream.yml.
1 parent b36c52b commit 9f77a5d

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

docs/github-installation.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ You can set up gitStream for a single repo or your entire GitHub organization. S
6262
<span>
6363
[:octicons-download-24: Download gitstream.yml (regular version)](/downloads/gitstream.yml){ .md-button }
6464
</span>
65-
<span>
66-
[:octicons-download-24: Download gitstream.yml (lite version)](/downloads/gitstream-lite.yml){ .md-button }
67-
</span>
6865
</div>
6966

7067
!!! tip "Large Repository Support (Lite Version)"
@@ -84,6 +81,12 @@ You can set up gitStream for a single repo or your entire GitHub organization. S
8481

8582
**Important:** The lite version has limitations - automations that rely on Git history (such as code-experts) may not work properly due to the shallow clone.
8683

84+
<div class="result" markdown>
85+
<span>
86+
[:octicons-download-24: Download gitstream.yml (lite version)](/downloads/gitstream-lite.yml){ .md-button }
87+
</span>
88+
</div>
89+
8790
!!! Success
8891
When finished, you should have the following file structure in your repo.
8992

@@ -126,9 +129,6 @@ You can set up gitStream for a single repo or your entire GitHub organization. S
126129
<span>
127130
[:octicons-download-24: Download gitstream.yml (regular version)](/downloads/gitstream.yml){ .md-button }
128131
</span>
129-
<span>
130-
[:octicons-download-24: Download gitstream.yml (lite version)](/downloads/gitstream-lite.yml){ .md-button }
131-
</span>
132132
</div>
133133

134134
!!! tip "Large Repository Support (Lite Version)"
@@ -148,6 +148,12 @@ You can set up gitStream for a single repo or your entire GitHub organization. S
148148

149149
**Important:** The lite version has limitations - automations that rely on Git history (such as code-experts) may not work properly due to the shallow clone. See the [troubleshooting section](/troubleshooting/#github-timeout-issues-with-large-repositories) for more details.
150150

151+
<div class="result" markdown>
152+
<span>
153+
[:octicons-download-24: Download gitstream.yml (lite version)](/downloads/gitstream-lite.yml){ .md-button }
154+
</span>
155+
</div>
156+
151157
!!! Success
152158
Once finished, **all** PRs to your organization's repositories will be processed by the GitHub Action in this repo, and your `cm` repo should have a file directory that looks like this.
153159

0 commit comments

Comments
 (0)