File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ markdown_extensions:
74
74
custom_fences :
75
75
- name : mermaid
76
76
class : mermaid
77
- format : !!python/name:pymdownx.superfences.fence_code_format
77
+ format : !!python/name:pymdownx.superfences.fence_code_format ""
78
78
- pymdownx.tabbed :
79
79
alternate_style : true
80
80
- pymdownx.keys # keyboard keys
@@ -87,25 +87,25 @@ markdown_extensions:
87
87
88
88
# # Plugins
89
89
plugins :
90
- # Explicitly add search plugin when defining plugins in this configuration file
90
+ # Explicitly add search plugin when defining plugins to this configuration file
91
91
- search
92
92
- callouts
93
93
- glightbox # Image aligning
94
- - git-revision-date-localized : # Update and Creation date of each page
94
+ - git-revision-date-localized :
95
+ # Update and Creation date of each page
95
96
# enable_creation_date: true
96
97
fallback_to_build_date : true
97
98
98
99
# Generate Social Cards via CI only
99
100
# in assets/images/social
100
101
- social :
101
102
cards : !ENV [MKDOCS_SOCIAL_CARDS_GENERATE, true]
102
-
103
103
# Redirect pages when moved or changed
104
104
# - redirects:
105
105
# redirect_maps:
106
106
# repl-driven-development.md: introduction/repl-workflow.md
107
107
108
- # Footer / Social Media
108
+ # Footer / Social Media
109
109
extra :
110
110
analytics :
111
111
provider : google
You can’t perform that action at this time.
0 commit comments