1.0.7 • Published 1 year ago

intercom-to-docusuarus v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year 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.7

1 year ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago