gitbook-plugin-discourse-external-integration
v0.2.6
Published
Discourse integration into GitBook
Readme
Discourse integration for GitBook
To use the Discourse plugin in your Gitbook project, add the discourse plugin
to the book.json file, along with the URL of your Discourse web site
{
"plugins": ["discourse-external-integration"],
"pluginsConfig": {
"discourse-external-integration": {
"discourseUrl": "https://url-of-your-discourse-server/"
}
}
}Then run gitbook install to download and install the plugin.
