Skip to content

Commit

Permalink
Add install dep
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed May 4, 2023
1 parent c68c3ac commit 0519206
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ This covers how to load document objects from pages in a Confluence space.

- You'll need to set up an access token and provide it along with your confluence username in order to authenticate the request
- You'll also need the `space key` for the space containing the pages to load as documents. This can be found in the url when navigating to your space e.g. `https://example.atlassian.net/wiki/spaces/{SPACE_KEY}`
- And you'll need to install `html-to-text` to parse the pages into plain text

```bash npm2yarn
npm install html-to-text
```

## Usage

Expand Down

0 comments on commit 0519206

Please sign in to comment.