File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,10 +3,15 @@ site_description: Python implementation of the JSON-LD API
33site_url : https://digitalbazaar.github.io/pyld/
44repo_url : https://github.com/digitalbazaar/pyld
55repo_name : digitalbazaar/pyld
6+ exclude_docs : |
7+ **/AGENTS.md
68
79extra_css :
810 - stylesheets/extra.css
911
12+ extra_javascript :
13+ - javascripts/mermaid.mjs
14+
1015theme :
1116 name : material
1217 features :
@@ -29,12 +34,18 @@ markdown_extensions:
2934 emoji_generator : !!python/name:material.extensions.emoji.to_svg
3035 - pymdownx.highlight :
3136 anchor_linenums : true
32- - pymdownx.superfences
37+ - pymdownx.superfences :
38+ custom_fences :
39+ - name : mermaid
40+ class : mermaid
41+ format : !!python/name:pymdownx.superfences.fence_code_format
3342 - pymdownx.tabbed :
3443 alternate_style : true
3544 slugify : !!python/object/apply:pymdownx.slugs.slugify
3645 kwds :
3746 case : lower
47+ - pymdownx.tasklist :
48+ custom_checkbox : true
3849 - toc :
3950 permalink : true
4051
You can’t perform that action at this time.
0 commit comments