0.2.10 • Published 7 years ago

gitbook-plugin-discourse-external-integration-auth v0.2.10

Weekly downloads
1
License
WTFPL
Repository
github
Last release
7 years ago

Discourse integration for GitBook

forked from https://git.framasoft.org/etalab/gitbook-plugin-discourse

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-auth"],
  "pluginsConfig": {
    "discourse-external-integration-auth": {
      "discourseUrl": "https://url-of-your-discourse-server/",
      "auth": "username:password@"
    }
  }
}

Then run gitbook install to download and install the plugin.