https://github.com/geotrellis/geotrellis-docs
GeoTrellis Documentation
https://github.com/geotrellis/geotrellis-docs
docs documentation georellis
Last synced: about 1 month ago
JSON representation
GeoTrellis Documentation
- Host: GitHub
- URL: https://github.com/geotrellis/geotrellis-docs
- Owner: geotrellis
- Created: 2020-03-06T00:04:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T20:20:32.000Z (over 3 years ago)
- Last Synced: 2025-01-09T01:59:53.847Z (over 1 year ago)
- Topics: docs, documentation, georellis
- Language: Shell
- Homepage:
- Size: 2.86 MB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GeoTrellis Documentation
**As of https://github.com/locationtech/geotrellis/pull/3317 this repo has been migrated and integrated into locationtech/geotrellis. It is DEPRECATED.**
This repo is the home of the GeoTrellis documentation. It is a test bed for developing GT docs with mdoc.
## Editing the docs
All of the documentation source lives in `./docs`.
Start the mdoc watcher with `./scripts/server`. Once the documentation has compiled, it will be available at `./target/mdoc`.
## Building the docusaurus static site
If you want to view live changes, ensure you have the mdoc watcher running, then also start the docusaurus live reload with `docker-compose up`. Changes will be visible at http://localhost:3000.
If you want to build an entirely static site for export to external hosting, run `./scripts/cibuild`.