From 83b7f53c80ff813acd61acc80eb3564a8346a452 Mon Sep 17 00:00:00 2001 From: Just van den Broecke Date: Wed, 23 Jun 2021 10:54:00 +0200 Subject: [PATCH] fix landing page howto links and adapt README --- README.md | 9 +++++---- services/home/src/docs/index.md | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f3d94a6..97fe19a 100644 --- a/README.md +++ b/README.md @@ -8,19 +8,20 @@ [![docs Deploy](https://github.com/Geonovum/ogc-api-testbed/actions/workflows/deploy.docs.yml/badge.svg)](https://github.com/Geonovum/ogc-api-testbed/actions/workflows/deploy.docs.yml) [![Gitter](https://img.shields.io/gitter/room/Geonovum/ogc-api-testbed.svg?style=flat-square)](https://gitter.im/Geonovum/ogc-api-testbed) -# OGC API Testbed +# OGC API Testbed - STABLE Bootstrap and continuous integration/deployment (CI/CD) for OGC API web-service components. See the [website apitestdocs.geonovum.nl](https://apitestdocs.geonovum.nl) for docmentation and details. Want to access the (OGC) web-services? Go to: -* Stable (production) server at [apitestbed.geonovum.nl](https://apitestbed.geonovum.nl/) -* Sandbox (experimental) server at [apisandbox.geonovum.nl](https://apisandbox.geonovum.nl/) (TODO) +* Stable (production) server at [apitestbed.geonovum.nl](https://apitestbed.geonovum.nl/) (from this repo) +* Sandbox (experimental) server at [apisandbox.geonovum.nl](https://apisandbox.geonovum.nl/) (from [Sandbox repo](https://github.com/Geonovum/ogc-api-sandbox)) ## Summary This repo contains all that is needed to bootstrap, configure and maintain (CI/CD) a remote -deployment of an OGC API web-service stack using modern "DevOps" tooling. +deployment of an OGC API web-service stack using modern "DevOps" tooling. You can use it as a [GitHub Template](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/creating-a-repository-from-a-template) +to configure and run your own instance. The main design principles are: diff --git a/services/home/src/docs/index.md b/services/home/src/docs/index.md index 8fa4123..e8478d1 100644 --- a/services/home/src/docs/index.md +++ b/services/home/src/docs/index.md @@ -17,10 +17,10 @@ Open Source products running in this instance. Links to documentation and HOWTOs | Endpoint | Author | Docs | HOWTO | --- | --- | --- | --- | [/pygeoapi](/pygeoapi) | [GeoPython Community](https://geopython.github.io/) | [docs](https://docs.pygeoapi.io/en/latest/) | [HOWTO](https://apitestdocs.geonovum.nl/howto/howto_pygeoapi/) -| [/ldproxy](/ldproxy) | Interactive Instruments | [docs](https://interactive-instruments.github.io/ldproxy/) | [HOWTO](https://apitestdocs.geonovum.nl/howto/howto_ldproxy.md) +| [/ldproxy](/ldproxy) | Interactive Instruments | [docs](https://interactive-instruments.github.io/ldproxy/) | [HOWTO](https://apitestdocs.geonovum.nl/howto/howto_ldproxy/) | [/geoserver](/geoserver/ogc/features) | GeoServer Community | [docs](https://docs.geoserver.org/latest/en/user/community/ogc-api/index.html) | [HOWTO](https://apitestdocs.geonovum.nl/howto/howto_geoserver/) | [/qgis*](/qgis/wfs3) | QGIS Community | [docs](https://www.qgis.org/) | [HOWTO](https://apitestdocs.geonovum.nl/howto/howto_qgis/) -| [/pycsw/csw.py](/pycsw/csw.py/collections/metadata:main) | [GeoPython Community](https://geopython.github.io/) | [docs](https://docs.pycsw.org/en/latest/index.html) | [HOWTO](howto/howto_pycsw/) +| [/pycsw/csw.py](/pycsw/csw.py/collections/metadata:main) | [GeoPython Community](https://geopython.github.io/) | [docs](https://docs.pycsw.org/en/latest/index.html) | [HOWTO](https://apitestdocs.geonovum.nl/howto/howto_pycsw/) * *"QGIS" is the QGIS Server Application.*