summaryrefslogtreecommitdiff
path: root/doc/api-reference.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-28 09:12:03 +0200
committerPaul Buetow <paul@buetow.org>2026-03-28 09:12:03 +0200
commit1615abaacccdbb5002404a77270fd333ce8ad718 (patch)
treec84cde36805a8717d21504cf954cffc72a2f1181 /doc/api-reference.md
parenta694dd751eb16d47b0956facd5594ef575c9dce4 (diff)
feat(showcase): support per-repo stats branchesv0.16.0
Diffstat (limited to 'doc/api-reference.md')
-rw-r--r--doc/api-reference.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/api-reference.md b/doc/api-reference.md
index cc4f69c..c189e99 100644
--- a/doc/api-reference.md
+++ b/doc/api-reference.md
@@ -205,9 +205,10 @@ type Organization struct {
#### type Config
```go
type Config struct {
- Organizations []Organization `json:"organizations"` // List of git organizations
- Repositories []string `json:"repositories"` // Specific repos to sync
- ExcludeBranches []string `json:"exclude_branches"` // Regex patterns for branch exclusion
+ Organizations []Organization `json:"organizations"` // List of git organizations
+ Repositories []string `json:"repositories"` // Specific repos to sync
+ ExcludeBranches []string `json:"exclude_branches"` // Regex patterns for branch exclusion
+ ShowcaseStatsBranches map[string]string `json:"showcase_stats_branches"` // Per-repo branch overrides for showcase stats/code snippets
}
```
@@ -511,4 +512,4 @@ gitsyncer version 0.1.0
```
#### func GetShortVersion() string
-Returns just the version number: `0.1.0` \ No newline at end of file
+Returns just the version number: `0.1.0`