From e6f5a031d93566996242908352f1fcb7e3183691 Mon Sep 17 00:00:00 2001 From: Laurent Date: Wed, 31 Jan 2024 13:52:43 +0000 Subject: [PATCH] add `plugins`, `markdown_extensions`, `theme.features` settings in mkdocs.yml --- mkdocs.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index 1334512..46513f3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -21,8 +21,11 @@ theme: - toc.follow - toc.integrate - navigation.tabs.sticky + - content.code.copy plugins: - mkdocstrings + - search + - tags extra_css: - stylesheets/extra.css nav: @@ -51,5 +54,21 @@ extra: - icon: fontawesome/brands/linkedin link: https://www.linkedin.com/company/finegrain-ai/ markdown_extensions: + - admonition + - attr_list + - footnotes + - pymdownx.highlight: + anchor_linenums: true + line_spans: __span + pygments_lang_class: true + - pymdownx.inlinehilite + - pymdownx.snippets + - pymdownx.superfences + - pymdownx.details + - pymdownx.tabbed: + alternate_style: true + - pymdownx.emoji: + emoji_index: !!python/name:material.extensions.emoji.twemoji + emoji_generator: !!python/name:material.extensions.emoji.to_svg - toc: permalink: true \ No newline at end of file