1
0

docs: adjust documentation to reflect single-binary deployments

This commit is contained in:
kolaente
2024-02-09 19:09:19 +01:00
parent 11b72765c9
commit 1984527fae
28 changed files with 732 additions and 1226 deletions

View File

@ -32,10 +32,10 @@ Then run `mage generate-docs` to generate the configuration docs from the sample
To retrieve a configured value call the key with a getter for the type you need.
For example:
{{< highlight golang >}}
```go
if config.CacheEnabled.GetBool() {
// Do something with enabled caches
}
{{< /highlight >}}
```
Take a look at the methods declared on the type to see what's available.