Skip to content

Commit

Permalink
add plugins, markdown_extensions, theme.features settings in mk…
Browse files Browse the repository at this point in the history
…docs.yml
  • Loading branch information
Laurent2916 committed Jan 31, 2024
1 parent 45357c5 commit 5e9888b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit 5e9888b

Please sign in to comment.