Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pinatacloud/docs

The Official Pinata Documentation Repository
https://github.com/pinatacloud/docs

Last synced: 17 days ago
JSON representation

The Official Pinata Documentation Repository

Awesome Lists containing this project

README

        

# Pinata Documentation

![header](https://docs.mypinata.cloud/ipfs/QmP9PGe3PdUqmsq8xY4sEW3qgdXx4WT9ictTWCb3qyzz3s?img-format=webp)

Welcome to the official repository for [docs.pinata.cloud](https://docs.pinata.cloud)! Contributions and edits are welcome, please keep the following guidelines in mind:

- Be respectful of other members and the Pinata team
- Refrain from making unhelpful edits (e.g. changing all the single quotes to double quotes, random punctuation, etc.). Contributions must be substantive and help improve the experience of the Pinata user.
- All edits must be submitted as pull requests and reviewed by the maintainers before merging into the main branch.

## Development

Install the [Mintlify CLI](https://www.npmjs.com/package/mintlify) to preview the documentation changes locally. To install, use the following command

```
npm i -g mintlify
```

Run the following command at the root of your documentation (where mint.json is)

```
mintlify dev
```

## Publishing Changes

Submit a pull request with your changes and one of the Pinata Team maintainers will review and either request more edits or merge it into main.