diff --git a/book.json b/book.json index b9ab25f..d7cdf3a 100644 --- a/book.json +++ b/book.json @@ -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" } + } + } } \ No newline at end of file