Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

gitbook-plugin-discourse

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitbook-plugin-discourse

plugin for GitBook to post heading to discourse

latest
Source
npmnpm
Version
0.0.6
Version published
Weekly downloads
5
-16.67%
Maintainers
1
Weekly downloads
 
Created
Source

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!

FAQs

Package last updated on 06 Jan 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts