From a956a672859e92190149506197ad0fa682e964e2 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 29 May 2026 17:02:21 +0300 Subject: feat(showcase): uq move cgit host and output dir into config --- doc/api-reference.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/api-reference.md') 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 } ``` -- cgit v1.2.3