summaryrefslogtreecommitdiffstats
path: root/docshelper/docs.go
Commit message (Collapse)AuthorAge
* Add all config to docshelper.jsonBjørn Erik Pedersen2023-08-07
| | | | | | Also consolidate so the mediaTypes and outputFormats are listed once only. Fixes #11328
* all: gofmt -w -r 'interface{} -> any' .Bjørn Erik Pedersen2022-03-17
| | | | Updates #9687
* Some minify configuration adjustmentsBjørn Erik Pedersen2020-03-20
|
* Add minify configSatowTakeshi2020-03-20
| | | | | Fixes #6750 Updates #6892
* Add some missing doc commentsJorin Vogel2017-08-03
| | | | | | | As pointed out by the linter, some exported functions and types are missing doc comments. The linter warnings have been reduced from 194 to 116. Not all missing comments have been added in this commit though.
* all: Document the Output Formats featureBjørn Erik Pedersen2017-04-07
This commit also adds a new command, docshelper, with some utility funcs that adds a JSON datafiles to /docs/data that would be a pain to create and maintain by hand. Fixes #3242