File tree Expand file tree Collapse file tree 3 files changed +15
-69
lines changed
Expand file tree Collapse file tree 3 files changed +15
-69
lines changed Original file line number Diff line number Diff line change 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 |
Original file line number Diff line number Diff 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 ] ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments