Skip to content

Commit

Permalink
mkdocs: format file with astronvim linters
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Nov 8, 2023
1 parent e448a20 commit d2fe682
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ markdown_extensions:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
format: !!python/name:pymdownx.superfences.fence_code_format ""
- pymdownx.tabbed:
alternate_style: true
- pymdownx.keys # keyboard keys
Expand All @@ -87,25 +87,25 @@ markdown_extensions:

## Plugins
plugins:
# Explicitly add search plugin when defining plugins in this configuration file
# Explicitly add search plugin when defining plugins to this configuration file
- search
- callouts
- glightbox # Image aligning
- git-revision-date-localized: # Update and Creation date of each page
- git-revision-date-localized:
# Update and Creation date of each page
# enable_creation_date: true
fallback_to_build_date: true

# Generate Social Cards via CI only
# in assets/images/social
- social:
cards: !ENV [MKDOCS_SOCIAL_CARDS_GENERATE, true]

# Redirect pages when moved or changed
# - redirects:
# redirect_maps:
# repl-driven-development.md: introduction/repl-workflow.md

# Footer / Social Media
# Footer / Social Media
extra:
analytics:
provider: google
Expand Down

0 comments on commit d2fe682

Please sign in to comment.