Skip to content

Releases: teedoc/teedoc

v1.37.5

09 Oct 03:06
Compare
Choose a tag to compare

What's Changed

  • Use dots when numbering in languages other than chinese by @tyhdefu in #11
    1. Add header ids support. by @xelll in #25

New Contributors

Full Changelog: v1.25.0...v1.37.5

v1.25.0

06 Jan 07:13
Compare
Choose a tag to compare

2022-01-06 v1.25.0

  • Plugin teedoc-plugin-theme-default support layout template redirect.html
    e.g. If we want /maixpy and /maixpy.html redirect to /soft/maixpy.html, just create a maixpy.md file add
---
layout: redirect
redirect_url: /soft/maixpy/zh/
---
  • Change http serve from http.server to flask to become more compatible for more devices

v1.23.7

10 Oct 16:20
Compare
Choose a tag to compare
optimze init command