Skip to content

Releases: bep/docuapi

v2.0.2

16 Nov 09:24
@bep bep
7fd543c

Choose a tag to compare

Fix language filter on load #74

v2.0.1

05 Nov 12:25
@bep bep
da2a6c2

Choose a tag to compare

Remove unused JS code

v2.0.0

03 Nov 17:15
@bep bep
48a2509

Choose a tag to compare

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

28 Aug 20:13
@bep bep

Choose a tag to compare

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 <khos2ow@gmail.com>

v1.5.1

01 Jul 19:58
@bep bep
610a142

Choose a tag to compare

Added some meta info to theme.toml.

Support for up to three menu levels

06 Apr 06:57
@bep bep

Choose a tag to compare

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

02 Jan 23:08
@bep bep
ab0a867

Choose a tag to compare

  • Minify JS
  • Add package.json with dev dependencies

v1.4.0

02 Jan 16:21
@bep bep
977d645

Choose a tag to compare

  • Fix ToC with foreign chars #34 - Note that for this fix to work you need Hugo >= 0.61 and the Goldmark markdown renderer (default).
  • Update to lunr.js v2.3.8
  • Update to jQuery v3.4.1

Combine headers of all pages before generating TOC

07 Nov 08:42
@bep bep
3663e83

Choose a tag to compare

v1.2.3

16 Aug 14:50
@bep bep

Choose a tag to compare

Fix icons