Skip to content

v0.27.0

Compare
Choose a tag to compare
@thegeeklab-bot thegeeklab-bot released this 17 Feb 19:58
· 367 commits to main since this release
928906b

Changelog

v0.27.0 (2022-02-17)

Bug Fixes

  • add schema.org metadata to docs sections (#347)
  • fallback to 'content' if no contentDir parameter is set (#344)
  • fix edit page link and auto-detect contentDir (#343)

Code Refactoring

  • cleanup and unify the featured image metadata integration (#345)

Features

  • add new option geekdocContentLicense (#346)

BREAKING CHANGE

With support of the multilingual mode, we broke the edit page links, as the content directory was statically hard-coded into the GeekdocEditPath parameter. To get the correct content directory, regardless of the language or a disabled multilingual mode, we now use Hugo's built-in .Site.Params.contentDir parameter. Therefor, you have to remove the hard-coded /content part from the geekdocEditPath parameter in the configuration of your project.