From ad5e31c9fc837670c65469596e1a6a29464f8041 Mon Sep 17 00:00:00 2001
From: David Schwarzmann <david.schwarzmann@codecentric.de>
Date: Mon, 20 Sep 2021 12:21:16 +0200
Subject: [PATCH] refactor(docs#67): Adadpt the schema URL for
 displaying/loading the api spec

---
 .gitignore                     | 2 --
 docs/apis/delivery-service.mdx | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index a0089d03c..bb7153f4d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,8 +4,6 @@
 .idea/
 dist/
 
-spec/zustelldienst-bundled.yml
-
 # Dependencies
 node_modules/
 
diff --git a/docs/apis/delivery-service.mdx b/docs/apis/delivery-service.mdx
index 5335ab2d6..05ff5ded2 100644
--- a/docs/apis/delivery-service.mdx
+++ b/docs/apis/delivery-service.mdx
@@ -5,4 +5,4 @@ hide_table_of_contents: true
 
 import ApiSpec from '@site/src/components/ApiSpec'
 
-<ApiSpec gitlabProjectId={"1"} path={"openapi"} artifact={"zustelldienst.yml"} />
+<ApiSpec gitlabProjectId={"1"} path={"submission-api"} artifact={"submission-api.yaml"} />
-- 
GitLab