1.0.9 • Published 1 month ago

intercom-to-docusaurus v1.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
1 month ago

Intercom to Docusaurus Docs

This pulls Intercom articles and formats them for md files to use on docusaurus.

How to use

Create an .env file with INTERCOM_ACCESS_TOKEN set to the intercom api access token in the repo you are using this

npm install intercom-to-docusuarus

Add something like this to the project you want to run the command:

const articlesOutput = require("intercom-to-docusaurus");
const folderPath = "../docs";

articlesOutput(folderPath);

The folder path is the folder you want the files to be located at.

Navigate into the location of the file and run node [name_of_file].js

1.0.2

1 month ago

1.0.9

1 month ago

1.0.8

1 month ago

1.0.7

1 month ago

1.0.6

1 month ago

1.0.5

1 month ago

1.0.4

1 month ago

1.0.3

1 month ago

1.0.1

10 months ago

1.0.0

1 year ago