mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-24 01:08:31 +02:00
docs: unify header to import path for package docs
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
# Types Package
|
||||
|
||||
Configuration types for the homepage package.
|
||||
|
||||
## Config
|
||||
|
||||
```go
|
||||
type Config struct {
|
||||
UseDefaultCategories bool `json:"use_default_categories"`
|
||||
}
|
||||
|
||||
var ActiveConfig atomic.Pointer[Config]
|
||||
```
|
||||
Reference in New Issue
Block a user