File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ mkdocs-document-dates
1111mkdocs-rss-plugin
1212mkdocs-minify-html-plugin
1313mkdocs-redirects
14+ mkdocs-ultralytics-plugin
1415
1516mkdocs-glightbox
1617mkdocs-table-reader-plugin
Original file line number Diff line number Diff line change @@ -69,11 +69,20 @@ plugins:
6969 - esm.sh/*
7070 links_attr_map :
7171 target : _blank
72- - social :
73- cards_layout : default/variant
74- cards_layout_options :
75- font_family : Noto Serif SC
76- background_color : " #F5A9B8"
72+ # - social:
73+ # cards_layout: default/variant
74+ # cards_layout_options:
75+ # font_family: Noto Serif SC
76+ # background_color: "#E4E2DD"
77+ - ultralytics :
78+ add_desc : true
79+ add_image : true
80+ add_keywords : true
81+ add_share_buttons : true
82+ add_authors : true
83+ add_json_ld : true
84+ add_css : true
85+ add_copy_llm : true
7786- rss : # https://guts.github.io/mkdocs-rss-plugin/
7887 abstract_chars_count : 500
7988 date_from_meta :
You can’t perform that action at this time.
0 commit comments