docs: organize sections and pages (#4493)

This commit is contained in:
Ludovic Fernandez 2024-03-15 00:59:42 +01:00 committed by GitHub
parent 4adac529cb
commit d736d092f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 139 additions and 139 deletions

View file

@ -105,9 +105,8 @@ func saveCLIHelp(dst string) error {
shortHelp := bytes.Join(helpLines[2:], []byte("\n"))
data := types.CLIHelp{
Enable: string(lintersOutParts[0]),
Disable: string(lintersOutParts[1]),
Help: string(shortHelp),
Enable: string(lintersOutParts[0]),
Help: string(shortHelp),
}
return saveToJSONFile(dst, data)