mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-10 06:34:46 -04:00
Fix typos
This commit is contained in:
parent
7e28c4380a
commit
a699d267b6
@ -84,7 +84,7 @@ disableKinds
|
|||||||
: (`[]string`) A slice of page [kinds](g) to disable during the build process, any of `404`, `home`, `page`, `robotstxt`, `rss`, `section`, `sitemap`, `taxonomy`, or `term`.
|
: (`[]string`) A slice of page [kinds](g) to disable during the build process, any of `404`, `home`, `page`, `robotstxt`, `rss`, `section`, `sitemap`, `taxonomy`, or `term`.
|
||||||
|
|
||||||
disableLanguages
|
disableLanguages
|
||||||
: (`[]string]`) A slice of language keys representing the languages to disable during the build process. Although this is functional, consider using the [`disabled`] key under each language instead.
|
: (`[]string`) A slice of language keys representing the languages to disable during the build process. Although this is functional, consider using the [`disabled`] key under each language instead.
|
||||||
|
|
||||||
disableLiveReload
|
disableLiveReload
|
||||||
: (`bool`) Whether to disable automatic live reloading of the browser window. Default is `false`.
|
: (`bool`) Whether to disable automatic live reloading of the browser window. Default is `false`.
|
||||||
@ -123,7 +123,7 @@ ignoreCache
|
|||||||
: (`bool`) Whether to ignore the cache directory. Default is `false`.
|
: (`bool`) Whether to ignore the cache directory. Default is `false`.
|
||||||
|
|
||||||
ignoreFiles
|
ignoreFiles
|
||||||
: (`[]string]`) A slice of [regular expressions](g) used to exclude specific files from a build. These expressions are matched against the absolute file path and apply to files within the `content`, `data`, and `i18n` directories. For more advanced file exclusion options, see the section on [module mounts].
|
: (`[]string`) A slice of [regular expressions](g) used to exclude specific files from a build. These expressions are matched against the absolute file path and apply to files within the `content`, `data`, and `i18n` directories. For more advanced file exclusion options, see the section on [module mounts].
|
||||||
|
|
||||||
ignoreLogs
|
ignoreLogs
|
||||||
: (`[]string`) A slice of message identifiers corresponding to warnings and errors you wish to suppress. See [`erroridf`] and [`warnidf`].
|
: (`[]string`) A slice of message identifiers corresponding to warnings and errors you wish to suppress. See [`erroridf`] and [`warnidf`].
|
||||||
|
Loading…
x
Reference in New Issue
Block a user