mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-22 00:05:24 -06:00
eb5e5b243f
Signed-off-by: Ashutosh Narkar <anarkar4387@gmail.com>
21 lines
318 B
JSON
21 lines
318 B
JSON
{
|
|
"plugins": [
|
|
"header",
|
|
"addcssjs",
|
|
"collapsible-menu",
|
|
"custom-favicon",
|
|
"ga",
|
|
"-fontsettings",
|
|
"ace"
|
|
],
|
|
"pluginsConfig": {
|
|
"layout": {
|
|
"headerPath" : "layouts/header.html"
|
|
},
|
|
"favicon": "images/favicon.png",
|
|
"ga": {
|
|
"token": "UA-84550302-1"
|
|
}
|
|
}
|
|
}
|