Skip to content

Commit c1d23d2

Browse files
committed
Remove ogc-api
1 parent 4e21f7a commit c1d23d2

File tree

3 files changed

+15
-69
lines changed

3 files changed

+15
-69
lines changed

service/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# FAIRSenDD service
2+
3+
This directory is to create the FAIRSenDD webserver to be deployed at EODC as a VM.
4+
5+
## Endpoints
6+
7+
| url | description |
8+
| ------------------------------ | ------------------------------------------------------------------------------ |
9+
| `fairsendd.example.com` | Vitepress website with documentation and GUI to start the workflow |
10+
| `api.fairsendd.example.com` | pygeopi |
11+
| `submit.fairsendd.example.com` | Flask helper webserver to get HTML forms to send emails to eodc ticket service |

website/.vitepress/config.mts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,10 @@ export default defineConfig({
129129
sidebar: [
130130
{
131131
items: [
132-
{text: "Overview", link: "overview.md"},
133-
{text: "Background", link: "background.md"},
134-
{text: "Julia Library", link: "julia-library.md"},
135-
{text: "CWL Workflow", link: "cwl-workflow.md"},
136-
{text: "OGC API - Processes", link: "ogc-api.md"},
132+
{ text: "Overview", link: "overview.md" },
133+
{ text: "Background", link: "background.md" },
134+
{ text: "Julia Library", link: "julia-library.md" },
135+
{ text: "CWL Workflow", link: "cwl-workflow.md" },
137136
]
138137
}
139138
],

website/docs/ogc-api.qmd

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)