1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

Merge pull request #7 from nats-io/add_anchor_plugin

add in anchor plugin
This commit is contained in:
Ginger Collison 2019-05-24 13:39:00 -05:00 committed by GitHub
commit 5e84c2d631
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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