1
0
forked from me/IronOS

Deployed b5f9ac05 with MkDocs version: 1.3.1

This commit is contained in:
github-actions[bot]
2022-09-21 08:11:08 +00:00
commit 2ce821f7e4
50 changed files with 10251 additions and 0 deletions

8
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');