mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-26 02:23:43 +03:00
chore: update demo bundle
This commit is contained in:
parent
615e3b6f8e
commit
504fd2cafc
47
.gitignore
vendored
Normal file
47
.gitignore
vendored
Normal file
|
@ -0,0 +1,47 @@
|
||||||
|
### Linux ###
|
||||||
|
*~
|
||||||
|
|
||||||
|
# KDE directory preferences
|
||||||
|
.directory
|
||||||
|
# OS X folder attributes
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# Linux trash folder which might appear on any partition or disk
|
||||||
|
.Trash-*
|
||||||
|
|
||||||
|
demo/dist/
|
||||||
|
|
||||||
|
### Node ###
|
||||||
|
# Logs
|
||||||
|
logs
|
||||||
|
*.log
|
||||||
|
npm-debug.log*
|
||||||
|
|
||||||
|
# Dependency directory
|
||||||
|
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
|
||||||
|
node_modules
|
||||||
|
|
||||||
|
lib/
|
||||||
|
stats.json
|
||||||
|
cypress/
|
||||||
|
bundles/
|
||||||
|
typings/*
|
||||||
|
!typings/styled-patch.d.ts
|
||||||
|
cli/index.js
|
||||||
|
|
||||||
|
/benchmark/revisions
|
||||||
|
|
||||||
|
/coverage
|
||||||
|
.ghpages-tmp
|
||||||
|
stats.json
|
||||||
|
yarn.lock
|
||||||
|
.idea
|
||||||
|
.vscode
|
||||||
|
.eslintcache
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -377,7 +377,9 @@ paths:
|
||||||
application/xml:
|
application/xml:
|
||||||
schema:
|
schema:
|
||||||
type: array
|
type: array
|
||||||
|
maxItems: 999
|
||||||
items:
|
items:
|
||||||
|
maxItems: 111
|
||||||
$ref: '#/components/schemas/Pet'
|
$ref: '#/components/schemas/Pet'
|
||||||
'400':
|
'400':
|
||||||
description: Invalid tag value
|
description: Invalid tag value
|
||||||
|
|
1864
redoc-demo.bundle.js
1864
redoc-demo.bundle.js
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user