Releases: bep/docuapi
Releases · bep/docuapi
v2.0.0
This release replaces jQuery with AlpineJS v3, and lunrjs (for search) is now the only other third-party JavaScript-dependency.
Since this is a bump of the major version, you need to add a v2
to the import path:
[[module.imports]]
path = "github.com/bep/docuapi/v2"
v1.5.2: Fix TOC rendering issues
While rendering TOC, some items were lost. For example: - if last h1 has some children or grand children - if any h1 has multiple h2 (without any h3) Signed-off-by: Khosrow Moossavi <[email protected]>
v1.5.1
Support for up to three menu levels
Support for up to three menu levels, configurable:
maxMenuDepth = 3 # 1, 2, or 3 (default: 2)
Note that this new release requires at least Hugo ´v0.71.0` to work.
v1.4.1
v1.4.0
Combine headers of all pages before generating TOC
v1.3.0 Fix Netlify setup
v1.2.3
v1.2.2: Make the menu work like Slate
And adjust colours.
v1.2.1: Make it work in a sub dir
Fixes #27