This repository hosts the public documentation source content for:
- The Unstructured user interface
- The Unstructured API
- Unstructured for Business
- The Unstructured open source library
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 an issue.
- Improve the docs by creating a pull request (see the next section).
To contribute changes to the documentation by creating a pull request:
- If you're not a member of the internal Unstructured documentation team, start by forking this repository. If you are part of the internal Unstructured documentation team, you can clone this repo instead.
- Create a new branch with a descriptive name.
- Add your changes.
- Check for grammatical and technical correctness of the changes.
- Ideally, you should preview your changes locally (see the next section).
- Create a pull request.
- Add Paul-Cornell and ajaykrish-uns to your pull request's list of reviewers. They will be automatically notified to review it. One of them will review your pull request. Once the pull request is final and approved, they will merge and publish your contribution!
Before creating a pull request, you should check to 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
docsdirectory (where themint.jsonfile is located) and run:mint dev. Local preview should be available athttp://localhost:3000.