This is a POC repository that runs the migrated source for the Tiger Data documentation in a new information architecture on Mintlify.
I am just playing, the docs are not up to date and there is no connection with Tiger Data. Really, don't use them.
If, for some odd reason, you wish to make a contribution yourself:
-
Get the documentation source:
- No write access? Fork this repository.
- Already have a write access? Clone this repository.
-
Create a branch from
main, make your changes, and raise a pull request back tolatest.To view the docs locally:
-
Install the Mintlify CLI:
npm i -g mint
-
Preview locally.
In the root directory, run the following command.
mint dev
-
-
Review your changes.
The local preview opens on http://localhost:3000.
See the Contributing guide for style and language guidance.