mirror of
https://github.com/taigrr/nats.docs
synced 2025-01-18 04:03:23 -08:00
26 lines
532 B
JSON
26 lines
532 B
JSON
{
|
|
"title" : "NATS",
|
|
"description": "Administrative, developer and conceptual documentation for the NATS messaging system.",
|
|
"author": "The NATS Maintainers",
|
|
"plugins" : [
|
|
"prism",
|
|
"-sharing",
|
|
"-highlight",
|
|
"include-html",
|
|
"toggle-chapters",
|
|
"anchors",
|
|
"edit-link"
|
|
],
|
|
"pluginsConfig": {
|
|
"prism": {
|
|
"lang": {
|
|
"ascii": "markup",
|
|
"text": "markup"
|
|
}
|
|
},
|
|
"edit-link": {
|
|
"base": "https://github.com/nats-io/docs/edit/master",
|
|
"label": ""
|
|
}
|
|
}
|
|
} |