Skip to content
Snippets Groups Projects
Commit 49a3d7fc authored by René Rösner's avatar René Rösner
Browse files

Feat(planning#831): Used styles defined in docusaurus repository

parent d558bb9e
No related branches found
No related tags found
1 merge request!89planning#831: API spec ressources
......@@ -9,11 +9,20 @@ function ApiDoc({ specUrl }) {
<>
<rapi-doc
spec-url={specUrl}
render-style="read"
render-style="view"
layout="column"
theme="light"
schema-description-expanded="true"
show-info="false"
show-header="false"
show-components="false"
allow-spec-file-load="false"
info-description-headings-in-navbar="false"
primary-color="#11171a"
allow-server-selection="false"
server-url=""
allow-try="false"
allow-authentication="true"
theme="light"
/>
</>
)
......
......@@ -46,7 +46,7 @@ export default ({ title, description, img, children, apiSpecURL }: ResourceCardO
/>
</div>
{apiSpecURL && (
<div className="flex flex-col md:flex-row md:items-center my-5">
<div className="flex flex-col md:flex-row md:items-center my-5 !h-full">
<ApiDoc specUrl={apiSpecURL}/>
</div>
)}
......
......@@ -6,7 +6,7 @@ developer:
name: IT-Planungsrat
url: https://www.it-planungsrat.de/
docsUrl: https://docs.fitko.de/fit-connect/docs/apis/routing-api/
apiSpecUrl: https://schema.fitko.de/fit-connect/routing-api/1.0.1/routing-api.yaml
apiSpecUrl: https://schema.fitko.de/fit-connect/routing-api/latest/routing-api.yaml
logo:
path: public/img/resources/routing-api/df94f47069316480.jpeg
title: Fit-Connect Logo
......@@ -21,4 +21,4 @@ tags:
- status:production
---
API für die Ermittlung notwendiger Routinginformationen anhand von FIM-[Leistungsschlüsseln](https://de.wikipedia.org/wiki/LeiKa#Schl%C3%BCsselsystematik) (ehemals. LeiKa-Schlüssel) und einem [Amtlichen Regionalschlüssel](https://de.wikipedia.org/wiki/Amtlicher_Gemeindeschl%C3%BCssel#Regionalschl%C3%BCssel) eines Gebietsobjektes (Bundesland, Landkreis, Kreisfreie Stadt, etc.).
\ No newline at end of file
API für die Ermittlung notwendiger Routinginformationen anhand von FIM-[Leistungsschlüsseln](https://de.wikipedia.org/wiki/LeiKa#Schl%C3%BCsselsystematik) (ehemals. LeiKa-Schlüssel) und einem [Amtlichen Regionalschlüssel](https://de.wikipedia.org/wiki/Amtlicher_Gemeindeschl%C3%BCssel#Regionalschl%C3%BCssel) eines Gebietsobjektes (Bundesland, Landkreis, Kreisfreie Stadt, etc.).
......@@ -6,6 +6,7 @@ developer:
name: IT-Planungsrat
url: https://www.it-planungsrat.de/
docsUrl: https://docs.fitko.de/fit-connect/docs/apis/submission-api
apiSpecUrl: https://schema.fitko.de/fit-connect/submission-api/latest/submission-api.yaml
logo:
path: public/img/resources/submission-api/df94f47069316480.jpeg
title: Fit-Connect Logo
......@@ -15,4 +16,4 @@ tags:
- status:production
---
Zentrale Komponente der FIT-Connect-Infrastruktur. Die Submission API ermöglicht im Kontext des Onlinezugangsgesetzes (OZG) die maschinenlesbare Übermittlung von Anträgen oder Berichten an Fachverfahren der jeweils zuständigen Fachbehörden auf allen föderalen Ebenen.
\ No newline at end of file
Zentrale Komponente der FIT-Connect-Infrastruktur. Die Submission API ermöglicht im Kontext des Onlinezugangsgesetzes (OZG) die maschinenlesbare Übermittlung von Anträgen oder Berichten an Fachverfahren der jeweils zuständigen Fachbehörden auf allen föderalen Ebenen.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment