https://github.com/usetero/docs
Public product and reference documentation for Tero.
https://github.com/usetero/docs
documentation
Last synced: 20 days ago
JSON representation
Public product and reference documentation for Tero.
- Host: GitHub
- URL: https://github.com/usetero/docs
- Owner: usetero
- License: mit
- Created: 2025-11-21T19:27:15.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2026-05-13T19:45:28.000Z (about 1 month ago)
- Last Synced: 2026-05-13T21:32:56.716Z (about 1 month ago)
- Topics: documentation
- Language: MDX
- Homepage: https://docs.usetero.com
- Size: 1.91 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Tero Documentation
This repository contains Tero's public documentation, built with
[Mintlify](https://mintlify.com).
## What's Here
Customer-facing documentation covering:
- How Tero works
- Integration guides
- CLI and Edge reference
- Security and compliance
## Contributing
We welcome contributions from customers and the community. If you spot errors,
unclear explanations, or missing information, please open an issue or submit a
pull request.
Follow the writing style in `docs/` (internal planning docs) and maintain the
progressive structure outlined there.
## Development
Install the Mintlify CLI to preview changes locally:
```bash
npm i -g mint
```
Run the dev server from the root directory:
```bash
mint dev
```
View your local preview at `http://localhost:3000`.
## Publishing
Changes pushed to the main branch are automatically deployed to production via
the Mintlify GitHub app.
## Structure
- **MDX files** - Documentation pages
- **docs.json** - Navigation configuration
- **docs/** - Internal planning and organization docs (not published)
- **snippets/** - Reusable content blocks
## Need Help?
- [Tero Support](mailto:support@usetero.com)
- [Mintlify Documentation](https://mintlify.com/docs)