mirror of
https://github.com/qdrant/fastembed.git
synced 2026-07-23 11:20:51 -05:00
* chore(mkdocs.yml): add mknotebooks plugin configuration
* - Set execute to false * - Set timeout to 100 * - Set allow_errors to false * - Add tag_remove_configs: * - Set remove_cell_tags to ["Remove_cell"] * - Set remove_all
This commit is contained in:
13
mkdocs.yml
13
mkdocs.yml
@@ -68,3 +68,16 @@ plugins:
|
||||
show_inheritance: true
|
||||
show_private: false
|
||||
show_special_members: false
|
||||
- mknotebooks:
|
||||
execute: false
|
||||
timeout: 100
|
||||
allow_errors: false
|
||||
tag_remove_configs:
|
||||
remove_cell_tags:
|
||||
- Remove_cell
|
||||
remove_all_outputs_tags:
|
||||
- Remove_all_output
|
||||
remove_single_output_tags:
|
||||
- Remove_single_output
|
||||
remove_input_tags:
|
||||
- Remove_input
|
||||
|
||||
Reference in New Issue
Block a user