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",
"description": "Administrative, developer and conceptual documentation for the NATS messaging system.",
"author": "The NATS Maintainers",
"plugins" : [
"prism",
"-highlight",
"include-html",
"toggle-chapters"
],
"pluginsConfig": {
"prism": {
"lang": {
"ascii": "markup",
"text": "markup"
}
}
"title" : "NATS",
"description": "Administrative, developer and conceptual documentation for the NATS messaging system.",
"author": "The NATS Maintainers",
"plugins" : [
"prism",
"-highlight",
"include-html",
"toggle-chapters",
"anchors"
],
"pluginsConfig": {
"prism": {
"lang": {
"ascii": "markup",
"text": "markup"
}
}
}
}