mirror of
https://github.com/tmrts/go-patterns.git
synced 2024-11-22 13:06:09 +03:00
18 lines
351 B
JSON
18 lines
351 B
JSON
|
{
|
||
|
"plugins": [
|
||
|
"-search",
|
||
|
"-lunr",
|
||
|
"github",
|
||
|
"edit-link"
|
||
|
],
|
||
|
"pluginsConfig": {
|
||
|
"github": {
|
||
|
"url": "https://github.com/tmrts/go-patterns"
|
||
|
},
|
||
|
"edit-link": {
|
||
|
"base": "https://github.com/tmrts/go-patterns/edit/master/",
|
||
|
"label": ""
|
||
|
}
|
||
|
}
|
||
|
}
|