1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00
nats.docs/book.json
Stephen Asbury 9603c6ddf9 Added logo to top and removed share buttons.
Did NOT generate doc.
2019-05-30 15:01:12 -07:00

21 lines
412 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"
],
"pluginsConfig": {
"prism": {
"lang": {
"ascii": "markup",
"text": "markup"
}
}
}
}