summaryrefslogtreecommitdiff
path: root/doc/api-reference.md
diff options
context:
space:
mode:
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
}
```