From 45ae38b39b3b506ac24db075ec0faf8a6a930b5e Mon Sep 17 00:00:00 2001 From: Jiwon Kim Date: Wed, 17 Dec 2025 15:22:29 -0800 Subject: [PATCH] fix & simplify docs --- mkdocs.yml | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index b5aad5f..ba4aae4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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: