https://github.com/tilebox/docs
Public documentation for Tilebox.
https://github.com/tilebox/docs
data-science distributed-computing go python satellite-data space space-data space-data-pipeline space-data-science tilebox
Last synced: 6 months ago
JSON representation
Public documentation for Tilebox.
- Host: GitHub
- URL: https://github.com/tilebox/docs
- Owner: tilebox
- License: mit
- Created: 2024-08-12T15:01:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-05T10:55:50.000Z (6 months ago)
- Last Synced: 2026-01-08T21:25:47.483Z (6 months ago)
- Topics: data-science, distributed-computing, go, python, satellite-data, space, space-data, space-data-pipeline, space-data-science, tilebox
- Language: MDX
- Homepage: https://docs.tilebox.com
- Size: 38.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.mdx
- License: LICENSE
Awesome Lists containing this project
README
# Tilebox Documentation
Welcome to the Tilebox documentation. It hosts the source code for the documentation deployed at [docs.tilebox.com](https://docs.tilebox.com).
This repository is built using [Mintlify](https://www.mintlify.com).
## Setting up your local environment
1. Install the [Mintlify CLI](https://www.npmjs.com/package/mintlify) to preview the documentation changes locally.
```
npm i -g mintlify
```
2. Install [vale](https://vale.sh/docs/vale-cli/installation/)
And then run the following command once to sync the vale styles
```
vale sync
```
3. Set up pre-commit hooks
```
pre-commit install
```
## Previewing changes
Run the following command at the root of your documentation (where mint.json is)
```
mintlify dev
```
## Checking for issues
To run the vale linter locally, and check for issues, run the following command
```
vale .
```
Checking for broken links
```
mintlify broken-links
```