Skip to content

Commit d59328d

Browse files
Update mkdocs.yml
Restore original order of plugins... affects build
1 parent 5885726 commit d59328d

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

mkdocs.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -142,15 +142,28 @@ plugins:
142142

143143
# Allows formatting (code block, icons, etc.) in headings and titles
144144
- typeset
145-
146-
# Enables use of Git submodules and larger code base
147-
- monorepo
148145

149146
# Redirects page navigation
150147
- redirects:
151148
redirect_maps:
152149
'index.md': 'introduction.md'
153150

151+
# Add revision date
152+
- git-revision-date-localized:
153+
enable_creation_date: true
154+
type: timeago
155+
156+
# Add git committers at the bottom of the page
157+
- git-committers:
158+
repository: sparkfun/SparkFun_Thing_Plus_RA6M5
159+
branch: main
160+
161+
# Add git authors at the bottom of the page
162+
- git-authors
163+
164+
# Enables use of Git submodules and larger code base
165+
- monorepo
166+
154167
# Enables improved security for external links
155168
- privacy:
156169
# Disables cache mechanism, so that external assets can be updated during rebuilds
@@ -169,19 +182,6 @@ plugins:
169182
target: _blank
170183
links_noopener: true
171184

172-
# Add revision date
173-
- git-revision-date-localized:
174-
enable_creation_date: true
175-
type: timeago
176-
177-
# Add git committers at the bottom of the page
178-
- git-committers:
179-
repository: sparkfun/SparkFun_Thing_Plus_RA6M5
180-
branch: main
181-
182-
# Add git authors at the bottom of the page
183-
- git-authors
184-
185185
# Optimizes media files (*.png and *.jpg)
186186
- optimize:
187187
# Specify directory; otherwise, multiple instances are created (.cache/plugins and .cache/plugin)

0 commit comments

Comments
 (0)