From 3a926b34b02c32f83cb3b2af379f99fc9b2cf662 Mon Sep 17 00:00:00 2001 From: sct Date: Mon, 1 Feb 2021 03:33:42 +0000 Subject: [PATCH] docs(api): add stoplight.json config [skip ci] --- .stoplight.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .stoplight.json diff --git a/.stoplight.json b/.stoplight.json new file mode 100644 index 000000000..59f13abb9 --- /dev/null +++ b/.stoplight.json @@ -0,0 +1,9 @@ +{ + "formats": { + "openapi": { + "rootDir": "./", + "include": ["overseerr-api*.yml"] + } + }, + "exclude": ["docs"] +}