1
0
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:
ainsley 2019-05-24 13:36:32 -05:00
parent 46802a6053
commit 4f0f23c730

View File

@ -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"
}
} }
}
}
} }