Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 4 additions & 15 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,22 +71,11 @@ nav:
- icons: api/chatkit/icons.md
- Release process / changelog: release.md
- ChatKit JS Docs: https://openai.github.io/chatkit-js/

markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- admonition
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- fenced_code
- codehilite
- pymdownx.highlight
- pymdownx.superfences

extra_css:
Expand Down