Skip to content

Commit

Permalink
Remove free group
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Oct 29, 2023
1 parent e71f30d commit 3286959
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,23 +55,17 @@ plugins:
remove_comments: true
- search:
lang: fr
- social:
enabled: !ENV [MKDOCS_ENABLE_PLUGIN_SOCIAL, true]
cache_dir: !ENV [MKDOCS_PLUGIN_SOCIAL_CACHE_DIR, .cache/plugins/social]
cards: !ENV [MKDOCS_ENABLE_PLUGIN_SOCIAL_CARDS, true]
cards_layout_options:
font_family: Ubuntu
- tags:
enabled: !ENV [MKDOCS_ENABLE_PLUGIN_TAGS, true]
tags_file: tags.md
- termynal

# -- FREE --
- group:
enabled: !ENV [MKDOCS_ENABLE_THEME_INSIDERS, false]
plugins:
- social:
enabled: !ENV [MKDOCS_ENABLE_PLUGIN_SOCIAL, true]
cache_dir:
!ENV [MKDOCS_PLUGIN_SOCIAL_CACHE_DIR, .cache/plugins/social]
cards: !ENV [MKDOCS_ENABLE_PLUGIN_SOCIAL_CARDS, true]
cards_layout_options:
font_family: Ubuntu
- tags:
enabled: !ENV [MKDOCS_ENABLE_PLUGIN_TAGS, true]
tags_file: tags.md

# -- INSIDERS --
- group:
enabled: !ENV [MKDOCS_ENABLE_THEME_INSIDERS, false]
Expand Down

0 comments on commit 3286959

Please sign in to comment.