-
-
Notifications
You must be signed in to change notification settings - Fork 222
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename doc file names for better order
- Loading branch information
1 parent
a53dc12
commit 996cd6d
Showing
25 changed files
with
24 additions
and
24 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
[Introduction](introduction.md) | ||
- [Installation](installation.md) | ||
- [Running](run.md) | ||
- [Command Line Interface](run-with-cli.md) | ||
- [Environment Variables](env-vars.md) | ||
- [Running with Docker](run-with-docker.md) | ||
- [Running with Docker Compose](run-with-docker-compose.md) | ||
- [Running with NGINX](run-with-nginx.md) | ||
- [Troubleshooting](troubleshooting.md) | ||
- [Configuration File](config-file.md) | ||
- [PostgreSQL Connections](pg-connections.md) | ||
- [PostgreSQL Table Sources](sources-pg-tables.md) | ||
- [PostgreSQL Function Sources](sources-pg-functions.md) | ||
- [MBTiles and PMTiles File Sources](sources-files.md) | ||
- [Composite Sources](sources-composite.md) | ||
- [Sprite Sources](sources-sprites.md) | ||
- [Usage and Endpoint API](using.md) | ||
- [Using with MapLibre](using-with-maplibre.md) | ||
- [Using with Leaflet](using-with-leaflet.md) | ||
- [Using with deck.gl](using-with-deck-gl.md) | ||
- [Using with Mapbox](using-with-mapbox.md) | ||
- [Recipes](recipes.md) | ||
- [Tools](tools.md) | ||
- [Development](development.md) | ||
[Introduction](00-introduction.md) | ||
- [Installation](10-installation.md) | ||
- [Running](20-run.md) | ||
- [Command Line Interface](21-run-with-cli.md) | ||
- [Environment Variables](21-env-vars.md) | ||
- [Running with Docker](22-run-with-docker.md) | ||
- [Running with Docker Compose](23-run-with-docker-compose.md) | ||
- [Running with NGINX](24-run-with-nginx.md) | ||
- [Troubleshooting](25-troubleshooting.md) | ||
- [Configuration File](30-config-file.md) | ||
- [PostgreSQL Connections](31-pg-connections.md) | ||
- [PostgreSQL Table Sources](32-sources-pg-tables.md) | ||
- [PostgreSQL Function Sources](33-sources-pg-functions.md) | ||
- [MBTiles and PMTiles File Sources](34-sources-files.md) | ||
- [Composite Sources](35-sources-composite.md) | ||
- [Sprite Sources](36-sources-sprites.md) | ||
- [Usage and Endpoint API](40-using.md) | ||
- [Using with MapLibre](41-using-with-maplibre.md) | ||
- [Using with Leaflet](42-using-with-leaflet.md) | ||
- [Using with deck.gl](43-using-with-deck-gl.md) | ||
- [Using with Mapbox](44-using-with-mapbox.md) | ||
- [Recipes](45-recipes.md) | ||
- [Tools](50-tools.md) | ||
- [Development](60-development.md) |