mirror of
https://github.com/taigrr/nats.docs
synced 2025-01-18 04:03:23 -08:00
add in anchor plugin
This commit is contained in:
parent
46802a6053
commit
4f0f23c730
33
book.json
33
book.json
@ -1,19 +1,20 @@
|
|||||||
{
|
{
|
||||||
"title" : "NATS",
|
"title" : "NATS",
|
||||||
"description": "Administrative, developer and conceptual documentation for the NATS messaging system.",
|
"description": "Administrative, developer and conceptual documentation for the NATS messaging system.",
|
||||||
"author": "The NATS Maintainers",
|
"author": "The NATS Maintainers",
|
||||||
"plugins" : [
|
"plugins" : [
|
||||||
"prism",
|
"prism",
|
||||||
"-highlight",
|
"-highlight",
|
||||||
"include-html",
|
"include-html",
|
||||||
"toggle-chapters"
|
"toggle-chapters",
|
||||||
],
|
"anchors"
|
||||||
"pluginsConfig": {
|
],
|
||||||
"prism": {
|
"pluginsConfig": {
|
||||||
"lang": {
|
"prism": {
|
||||||
"ascii": "markup",
|
"lang": {
|
||||||
"text": "markup"
|
"ascii": "markup",
|
||||||
}
|
"text": "markup"
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user