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

Merge pull request #28 from nats-io/edit_button

Added "edit" button plugin
This commit is contained in:
Ginger Collison 2019-06-11 14:29:41 -05:00 committed by GitHub
commit 0bc382a12f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,8 @@
"-highlight", "-highlight",
"include-html", "include-html",
"toggle-chapters", "toggle-chapters",
"anchors" "anchors",
"edit-link"
], ],
"pluginsConfig": { "pluginsConfig": {
"prism": { "prism": {
@ -16,6 +17,10 @@
"ascii": "markup", "ascii": "markup",
"text": "markup" "text": "markup"
} }
},
"edit-link": {
"base": "https://github.com/nats-io/docs/edit/master",
"label": ""
} }
} }
} }