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