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

https://github.com/go-spatial/tegola-docs

Documentation for working with tegola
https://github.com/go-spatial/tegola-docs

Last synced: 3 months ago
JSON representation

Documentation for working with tegola

Awesome Lists containing this project

README

          

# tegola docs

This repo hosts the docs for [Tegola](https://github.com/go-spatial/tegola). To build the docs you will need [Hugo](https://gohugo.io/) version v0.80.0 or newer.

### Serving the docs locally

Navigate to the repository and then run `hugo server`.

### Deploying the docs

The docs are auto deployed using netlify. If you want to preview what will be built, run `hugo` and the output will be written to the `docs/` folder. The `docs/` folder is ignored by .gitignore.