This repo hosts documentation for:
Everyone is welcome to contribute, and you can do it in a couple of ways:
- See something wrong with the existing documentation? Need a new example/tutorial? Submit a GitHub Issue.
- Improve the docs by opening a pull request.
To contribute changes to the documentation:
- If you're not a member of Unstructured team, start by forking the repo. If you are part of the team, you can clone this repo.
- Create a new branch with a descriptive name.
- Add your changes. DO NOT MANUALLY EDIT THE CONTENTS OF THE
snippets/destination_connectors
andsnippets/source_connectors
FOLDERS. These are auto-generated from tested code examples. - Check for grammatical and technical correctness of the changes.
- Preview your changes locally. See how below.
- Create a pull request.
- Ping MKhalusova for a review.
Before creating a pull request, make sure your changes are built and displayed correctly locally.
- Install node.js:
brew install node
- Install mintlify:
npm i -g mintlify
- Navigate to the docs directory (where the
mint.json
file is located) and run:mintlify dev
. Local preview should be available athttp://localhost:3000
.