chore(docs): update package docs for internal/homepage

This commit is contained in:
yusing
2026-01-16 21:58:10 +08:00
parent 8ea296c99f
commit 4f8bb40d3d
3 changed files with 505 additions and 13 deletions

View File

@@ -0,0 +1,13 @@
# Types Package
Configuration types for the homepage package.
## Config
```go
type Config struct {
UseDefaultCategories bool `json:"use_default_categories"`
}
var ActiveConfig atomic.Pointer[Config]
```