From ddcd4ade89f2a5682f317e8ed428febfd6b52385 Mon Sep 17 00:00:00 2001 From: Francesco Servidio Date: Mon, 10 Nov 2025 15:58:47 +0000 Subject: [PATCH] Split gitstream yml file links between sections Added download link for lite version of gitstream.yml. --- docs/github-installation.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/docs/github-installation.md b/docs/github-installation.md index 795350a6..164f28c8 100644 --- a/docs/github-installation.md +++ b/docs/github-installation.md @@ -62,9 +62,6 @@ You can set up gitStream for a single repo or your entire GitHub organization. S [:octicons-download-24: Download gitstream.yml (regular version)](/downloads/gitstream.yml){ .md-button } - - [:octicons-download-24: Download gitstream.yml (lite version)](/downloads/gitstream-lite.yml){ .md-button } - !!! 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 **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. +
+ + [:octicons-download-24: Download gitstream.yml (lite version)](/downloads/gitstream-lite.yml){ .md-button } + +
+ !!! Success When finished, you should have the following file structure in your repo. @@ -126,9 +129,6 @@ You can set up gitStream for a single repo or your entire GitHub organization. S [:octicons-download-24: Download gitstream.yml (regular version)](/downloads/gitstream.yml){ .md-button } - - [:octicons-download-24: Download gitstream.yml (lite version)](/downloads/gitstream-lite.yml){ .md-button } - !!! 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 **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. +
+ + [:octicons-download-24: Download gitstream.yml (lite version)](/downloads/gitstream-lite.yml){ .md-button } + +
+ !!! Success 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.