From c6e44828371ac2f71ed6d4481e7bf09b5c2d4dab Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Thu, 1 Jan 2026 16:56:57 +0200 Subject: [PATCH] docs: Improve docs website --- docs/requirements.txt | 3 ++- mkdocs.yml | 13 +++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index fc73585..68b6229 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,5 @@ mkdocstrings>=1.0.0 mkdocstrings-python>=2.0.1 mkdocs-material[imaging]>=9.7.1 -black>=25.12.0 \ No newline at end of file +black>=25.12.0 +pngquant \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index ea2dd7a..7b5483e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -29,6 +29,7 @@ theme: - navigation.sections - navigation.tracking - navigation.instant + - navigation.instant.prefetch - navigation.instant.progress # - navigation.tabs # - navigation.expand @@ -41,6 +42,7 @@ theme: - content.action.view - content.action.edit - content.code.copy + - content.code.select - content.code.annotate - content.code.annotation @@ -103,10 +105,13 @@ markdown_extensions: plugins: - search -# - social: -# cards_layout_options: -# background_color: "#1f1f1f" -# font_family: Roboto + - privacy: + links: false + - optimize + - social: + cards_layout_options: + background_color: "#1f1f1f" + font_family: Roboto - mkdocstrings: handlers: python: