First build

This commit is contained in:
JF
2023-11-13 21:28:26 +01:00
parent 349103b31c
commit 190a0f1ac2
47 changed files with 8405 additions and 1 deletions

8
site/js/theme_extra.js Normal file
View File

@@ -0,0 +1,8 @@
/*
* Assign 'docutils' class to tables so styling and
* JavaScript behavior is applied.
*
* https://github.com/mkdocs/mkdocs/issues/2028
*/
$('div.rst-content table').addClass('docutils');