Skip to content

Tags: deining/docuapi

Tags

v2.0.5

Toggle v2.0.5's commit message
Simplify exampleSite setup

Use a replace directive in exampleSite/go.mod to point to the directory above instead of the themesDir workaround it replaces. This should make it more robust and be the same setup as people using this theme for real projects.

v2.0.4

Toggle v2.0.4's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
bep Bjørn Erik Pedersen
netlify: Bump to Hugo 0.91.1

Also remove the usage of getenv in the example site.

v2.0.3

Toggle v2.0.3's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
bep Bjørn Erik Pedersen
Add x-cloak to body to prevent flicker on load

v2.0.2

Toggle v2.0.2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
bep Bjørn Erik Pedersen
Fix language filter on load

Fixes bep#74

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
bep Bjørn Erik Pedersen
Remove unused JS code

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
bep Bjørn Erik Pedersen
js: Remove unused function

v1.5.2

Toggle v1.5.2's commit message
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

Toggle v1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update theme.toml

v1.5.0

Toggle v1.5.0's commit message
Bump y18n from 4.0.0 to 4.0.1

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <[email protected]>

v1.4.1

Toggle v1.4.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
bep Bjørn Erik Pedersen
Pin the jQuery to the 3.41 tag