Skip to content

Commit 89a6b7e

Browse files
committed
chore: remove online demo
it doesnst work and this tool is deprecated and minimally maintained.
1 parent a2a4c9e commit 89a6b7e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+5
-7812
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ Swagger 2.0 and OpenAPI 3.0 parser/validator
1212

1313
[![OS and Browser Compatibility](https://apitools.dev/img/badges/ci-badges-with-ie.svg)](https://github.com/APIDevTools/swagger-parser/actions)
1414

15-
[![Online Demo](https://apitools.dev/swagger-parser/online/img/demo.svg)](https://apitools.dev/swagger-parser/online/)
16-
17-
1815

1916
Features
2017
--------------------------

_includes/stylesheets.html

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
{% if page.url == "/online/" %}
2-
{% comment %} Use custom stylesheets for the "Online Demo" page instead of the normal stylesheets {% endcomment %}
3-
4-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
5-
<link rel="stylesheet" href="css/style.min.css">
6-
7-
{% else %}
8-
{% comment %} Use the normal stylesheets for all other pages {% endcomment %}
9-
10-
<!-- {{ page.url }} -->
11-
<link rel="stylesheet" href="/css/style.css?v=3" media="screen" type="text/css">
12-
<link rel="stylesheet" href="/css/print.css" media="print" type="text/css">
13-
14-
{% endif %}
1+
<!-- {{ page.url }} -->
2+
<link rel="stylesheet" href="/css/style.css?v=3" media="screen" type="text/css">
3+
<link rel="stylesheet" href="/css/print.css" media="print" type="text/css">

build-website.mjs

Lines changed: 0 additions & 16 deletions
This file was deleted.

dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "swagger-parser",
3-
"version": "X.X.X",
3+
"version": "10.1.1",
44
"description": "Swagger 2.0 and OpenAPI 3.0 parser and validator for Node and browsers",
55
"keywords": [
66
"swagger",

0 commit comments

Comments
 (0)