Skip to content

Commit 107c384

Browse files
committed
generated build
1 parent 41790b0 commit 107c384

File tree

10 files changed

+571
-729
lines changed

10 files changed

+571
-729
lines changed

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1,user-scalable=yes"><title>RapiDoc</title><link href="https://fonts.googleapis.com/css?family=Open+Sans:300,600&display=swap" rel="stylesheet"><link rel="stylesheet" href="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/default.min.css"><script src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script></head><body><rapi-doc id="thedoc" spec-url="https://raw.githubusercontent.com/tjperry07/spec-testing/master/api.yaml" render-style="read" layout="column" font-size="small" schema-style="table" info-description-headings-in-navbar="true" heading-text="Nylas" bg-color="#fff" text-color="#161717" header-color="#00E5BF" primary-color="#00E5BF" nav-bg-color="#161717" nav-text-color="#fff" nav-hover-bg-color="#6A7285" nav-hover-text-color="#fff" nav-accent-color="#00E5BF" show-header="false" allow-spec-url-load="true" allow-search="true"><div slot="nav-logo" style="width:100%; display: flex;justify-content: center;"><button class="btn medium" onclick="document.getElementById('thedoc').setAttribute('schema-style', 'table')">Table</button> <button class="btn medium" onclick="document.getElementById('thedoc').setAttribute('schema-style', 'tree')">Tree</button></div></rapi-doc><script src="rapidoc-min.js"></script></body></html>
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1,user-scalable=yes"><title>RapiDoc</title><link href="https://fonts.googleapis.com/css?family=Open+Sans:300,600&display=swap" rel="stylesheet"><link rel="stylesheet" href="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/default.min.css"><script src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script></head><body><rapi-doc id="thedoc" spec-url="./specs/temp.yaml" allow-server-selection="false" show-header="false" show-info="true" theme="light" allow-try="true" sort-endpoints-by="summary" allow-api-list-style-selection="false" regular-font="Open Sans" schema-style="table" render-style="read" default-schema-tab="model"><div slot="nav-logo" style="width:100%; display: flex;justify-content: center;"><button class="btn medium" onclick="document.getElementById('thedoc').setAttribute('schema-style', 'table')">Table</button> <button class="btn medium" onclick="document.getElementById('thedoc').setAttribute('schema-style', 'tree')">Tree</button></div></rapi-doc><script src="rapidoc-min.js"></script></body></html>

dist/index.html.gz

-98 Bytes
Binary file not shown.

dist/rapidoc-min.js

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rapidoc-min.js.gz

3.49 KB
Binary file not shown.

dist/rapidoc-min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rapidoc-min.js.map.gz

2 Bytes
Binary file not shown.

dist/report.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/rapidoc-min.js

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/specs/data-types.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ paths:
9393
age:
9494
description: Person Age
9595
type: integer
96+
minimum: 1
97+
maximum: 100
98+
99+
96100
/person:
97101
post:
98102
tags:

yarn.lock

Lines changed: 529 additions & 691 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)