0.0.6 • Published 10 years ago

gitbook-plugin-discourse v0.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

Heading post to discourse for GitBook

This plugin allows you to post content to discourse.

Installation

Install as a global NodeJs package.

$ npm install -g gitbook-plugin-discourse

Use in a gitbook

To use in your book, add to plugins list in book.json in your gitbook directory:

{
    "plugins": ["discourse"]
}

Configuration

You can configure the plugin is book.json:

{
    "pluginsConfig": {
        "discourse": {
            "url": "DISCOURSE_URL",
            "api_key": "API_KEY",
            "api_username": "API_USERNAME",
            "parent_category_id": PARENT_CATREGORY_ID
        }
    }
}

Licence

MIT

Requests

Contributions welcome, of course!

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago