Deployed a8a3828 to dev with MkDocs 1.5.3 and mike 2.0.0

This commit is contained in:
github-actions 2024-08-24 09:38:18 +00:00
commit 3f18cd7e31
131 changed files with 16349 additions and 0 deletions

15
dev/css/timeago.css Normal file
View file

@ -0,0 +1,15 @@
/*
timeago output is dynamic, which breaks when you print a page.
This CSS is only included when type: timeago
and ensures fallback to type "iso_date" when printing.
*/
.git-revision-date-localized-plugin-iso_date { display: none }
@media print {
.git-revision-date-localized-plugin-iso_date { display: inline }
.git-revision-date-localized-plugin-timeago { display: none }
}