Releases: egoist/docute
Releases Β· egoist/docute
v4.4.0
v4.3.0
v4.2.1
v4.2.0
v4.1.1
v4.1.0
v4.0.11
v3.3.0
New features
announcement
option: https://docute.js.org/#/home?id=display-site-announcement- New CSS helper
buttons
: https://docute.js.org/#/home?id=buttons
Version 3.0.0
Breaking changes
- Removed
self.$config
support, usedocute.init(config)
instead url
option ofdocsearch
plugin should be moved to its own function, i.e.docsearch({url})
- If
source
option is an absolute path, it will fetch from the root of the domain
Version 2.11.0
all pages support markdown
& component
option, and landing page supports html
which is similar to markdown
but won't be parsed by marked. related post