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 14921affdc Added favico plugin
Moved logo to assets/images
Added docs to book ignore
2019-05-30 15:16:53 -07:00

23 lines
478 B
JSON

{
"title" : "NATS",
"description": "Administrative, developer and conceptual documentation for the NATS messaging system.",
"author": "The NATS Maintainers",
"plugins" : [
"prism",
"-sharing",
"-highlight",
"custom-favicon",
"include-html",
"toggle-chapters",
"anchors"
],
"pluginsConfig": {
"prism": {
"lang": {
"ascii": "markup",
"text": "markup"
}
},
"favicon": "assets/images/favicon.ico"
}
}