From c1822189f57b87c6fbfceda40e2e215985e67f0f Mon Sep 17 00:00:00 2001 From: James C Date: Tue, 23 May 2023 08:34:42 -0600 Subject: [PATCH] Remove stoplight styleguide... --- .stoplight/styleguide.json | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 .stoplight/styleguide.json diff --git a/.stoplight/styleguide.json b/.stoplight/styleguide.json deleted file mode 100644 index 40a2f41..0000000 --- a/.stoplight/styleguide.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "St V2 API Docs", - "description": "", - "spectralExtends": [], - "extends": [ - "cHJqOjEyMzU4Ng" - ], - "formats": [ - "oas2", - "oas3", - "oas3.0", - "oas3.1" - ], - "aliases": {}, - "rules": {}, - "extendedStyleguides": [ - { - "id": "cHJqOjEyMzU4Ng", - "name": "Stoplight Style Guide", - "slug": "stoplight-style-guide", - "workspace": { - "slug": "apistylebook", - "name": "API Stylebook" - }, - "icon": "robot", - "color": "#3898ff", - "description": "Default rules for Stoplight projects", - "latestRelease": { - "release": 37 - } - } - ], - "extendedDefault": true -} \ No newline at end of file