summaryrefslogtreecommitdiff
path: root/doc/api-reference.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-29 17:02:21 +0300
committerPaul Buetow <paul@buetow.org>2026-05-29 17:02:21 +0300
commita956a672859e92190149506197ad0fa682e964e2 (patch)
treea5f168aef3302ad9d633f1bca56f16b320fe3e19 /doc/api-reference.md
parent649a41dc0f0cbfa697408db2f006d106ba655933 (diff)
feat(showcase): uq move cgit host and output dir into config
Diffstat (limited to 'doc/api-reference.md')
-rw-r--r--doc/api-reference.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api-reference.md b/doc/api-reference.md
index 7ad41b1..0c9812e 100644
--- a/doc/api-reference.md
+++ b/doc/api-reference.md
@@ -187,6 +187,8 @@ 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
+ ShowcaseOutputDir string `json:"showcase_output_dir"` // Showcase output directory
+ ShowcaseCgitHost string `json:"showcase_cgit_host"` // Base URL for showcase cgit links
ShowcaseStatsBranches map[string]string `json:"showcase_stats_branches"` // Per-repo branch overrides for showcase stats/code snippets
}
```