Changed up website structure moving WebBTC as a sub specification

This commit is contained in:
gr0kchain
2022-06-17 12:49:13 +02:00
parent 54eab75f49
commit e049819d7e
70 changed files with 31 additions and 9 deletions

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