Skip to content

v8.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Dec 21:49
· 75 commits to master since this release

This release refactors the library to make it possible to set a template in the hide option of an item.

Order items properties

Property Type Required Description
hide* Boolean or String no Setting this property to true will hide the sidebar item
and if the property hide_all from the main configuration is true,
setting this property as false will avoid hiding this item

Tip

* These item properties allow JavaScript or Jinja templates.


🚀 Features

  • Make the "hide" option being configured also as a template

🧩 Dependencies

  • [Dependencies]: Bump the dependencies-dev group with 6 updates

📝 Documentation

  • Make the "hide" option being configured also as a template