Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Social Plugin Deactitaved #377

Closed
maybenikhil opened this issue Mar 29, 2024 · 1 comment
Closed

Social Plugin Deactitaved #377

maybenikhil opened this issue Mar 29, 2024 · 1 comment
Assignees

Comments

@maybenikhil
Copy link
Member

restore with:

INHERIT: mkdocs.yml

# these will throw a warning but exist to inject privacy and license links post build to footer
privacy_policy_page_path: "info/privacy-policy"
licenses_page_path: "info/licenses"
terms_and_conditions_page_path: "info/terms-and-conditions"

theme:
  features:
    - navigation.path
    - announce.dismiss
    - navigation.sections
    - navigation.tabs
    - navigation.footer
    - search.highlight
    - search.suggest
    - toc.follow

plugins:
  social:
    cards_layout: default/accent
    cards_layout_options:
      background_color: "#00000000"
      background_image: layouts/social.png
      font_family: Open Sans
  git-committers:
    enabled: !ENV [CI, false]
    repository: ExpressLRS/Docs
    branch: master
  optimize:
    enabled: !ENV [CI, false]

blocked by squidfunk/mkdocs-material#6983

@maybenikhil maybenikhil self-assigned this Mar 29, 2024
@maybenikhil
Copy link
Member Author

Updated to mkdocs-material@9.5.16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant