Teedoc

Latest version: v1.37.2

Safety actively analyzes 626513 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

1.33.1

* Reduce search index files size
* Support add translate doc in doc dir, e.g. we use i18n url like `/doc1/zh/index.html` and `/doc1/en/index.html`, now you can also use main doc as `/doc1/index.html` and translate doc at `/doc1/en/index.html`.

dir structure:

.
└── docs
   └── doc1
      └── en



site_config.json:
json
{
"route": {
"docs": {
"/doc1/": "docs/doc1"
},
},
"translate": {
"docs":{
"/doc1/": [ {
"url": "/doc1/en/",
"src": "docs/doc1/en"
}
]
},
}
}


2022-9-19

* Add thumbs-up plugin

1.31.0

* Support directly use Jinja2 template in html file with out use layout in md file, more info see doc's html syntax part.

1.30.1

* Optimize sidebar
* Add mermaid support for markdown
* Ignore to detect all tempfiles
* Update markdown parser mistune to V2
* Add `teedoc-list-files` tool to list files by file size
* Add `teedoc-compare` tool to compare two directories' files' difference
* Add `teedoc-upload` tool to upload files to remote server, support tencent cloud and qiniu cloud
* Optimize build log
* New Markdown syntax:
* `tabset` (jupyter not support yet)
* `details`(jupyter not support yet)
* Support customize header ID with `{id}` syntax
* Metadata full support `yaml` format, and support `update` key to generate update history
* New teedoc logo
* Fix long TOC can not show completely bug
* Remove install local plugins in `teedoc install` command
* Optimize last modify date show

2022-05-08

* Update theme plugin support TOC for mobile
* Update blog plugin support image in brief and support `cover` meta key

1.26.0

* Add fast mode for serve command, if use `teedoc serve --fast`, it will only copy assets first, no build pages, then you can visit page, the page will build when you visit this page. And build all pages task will work in background too.

1.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
markdown
---
layout: redirect
redirect_url: /soft/maixpy/zh/
---


* Change http serve from http.server to flask to become more compatible for more devices

1.24.0

* Plugin teedoc-plugin-ad-hint support config in doc config, not only site_config
* (for developers)plugin support add js_vars variable

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.