gohugoio / hugo

The world’s fastest framework for building websites.
https://gohugo.io
Apache License 2.0
74.98k stars 7.47k forks source link

[Docs] [XS] Replace ignoreErrors in source md to align with new behavior #12574

Closed kodster28 closed 3 months ago

kodster28 commented 3 months ago

Realize that the rendered output is fine, but got confused when searching through y'alls source code.

Think there's also some build logging messages that might need to be improved, but didn't exactly know where to go and update those.

[0] ERROR 2024/06/07 13:05:21 You have the value 'taxonomy' in the disabledKinds list. In Hugo 0.73.0 we fixed these to be what most people expect (taxonomy and term).
[0] But this also means that your site configuration may not do what you expect. If it is correct, you can suppress this message by following the instructions below.
[0] If you feel that this should not be logged as an ERROR, you can ignore it by adding this to your site config:
[0] ignoreErrors = ["error-disable-taxonomy"]
[0] Start building sites ...
CLAassistant commented 3 months ago

CLA assistant check
All committers have signed the CLA.

jmooring commented 3 months ago

Per this project's README file...

Please submit documentation issues and pull requests to the documentation repository.