Add STA Edge Case

This commit is contained in:
Mykola Grymalyuk
2020-04-13 21:18:55 -06:00
parent 995353058c
commit 9cb04fa336
5 changed files with 13292 additions and 3 deletions

View File

@@ -1,10 +1,21 @@
{
"plugins": ["theme-default", "-lunr", "-search", "search-plus", "addcssjs", "favicon-plus", "github-edit", "anchors", "last-modified", "medium-zoom"],
"plugins": ["theme-default", "-lunr", "-search", "search-plus", "addcssjs", "favicon-plus", "anchors", "github-buttons", "last-modified", "medium-zoom"],
"pluginsConfig": {
"fontsettings": {
"theme": "night",
"family": "sans"
},
"github-buttons": {
"buttons": [{
"user": "dortania",
"repo": "Getting-Started-With-ACPI",
"type": "star",
"size": "large"
}]
},
"intopic-toc": {
"label": "Navigation"
},
"github-edit": {
"repo": "dortania/Getting-Started-With-ACPI",
"branch": "master"