This folder contains different configuration files for the Jekyll build, which is triggered via gulp build
and similar commands (gulp serve
etc.).
Files present after checkout:
_config.yml
is the main Jekyll config file_version.yml
defines the latest version of the docs_dev.yml
is used for default builds_prod.yml
is used when the --prod
option is used for the build_nodocs.yml
is used when the --nodocs
option is used for the buildSome files are generated by the build process itself:
_defaults.yml
defines different config values for different parts of the docsTo learn more about how to control the build with these files, have a look at: https://jekyllrb.com/docs/configuration/