-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Core, HTML2] Rendered docs are incomplete (#7510)
Co-authored-by: Malachi Jones <[email protected]>
- Loading branch information
1 parent
f608803
commit cb4b03f
Showing
9 changed files
with
726 additions
and
601 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
index.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.0.0-SNAPSHOT | ||
5.0.0-SNAPSHOT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -189,8 +189,8 @@ <h1>An <em>API</em> with more <strong>Markdown</strong> in summary, description, | |
<li>in schema (model) member descriptions</li> | ||
</ol> | ||
</div> | ||
<div class="app-desc">More information: <a href="https://helloreverb.com">https://helloreverb.com</a></div> | ||
<div class="app-desc">Contact Info: <a href="[email protected]">[email protected]</a></div> | ||
<div class="app-desc">More information: <a href="https://openapi-generator.tech">https://openapi-generator.tech</a></div> | ||
<div class="app-desc">Contact Info: <a href="[email protected]">[email protected]</a></div> | ||
<div class="app-desc">Version: 0.1.0</div> | ||
<div class="app-desc">BasePath:/v1</div> | ||
<div class="license-info">All rights reserved</div> | ||
|
@@ -226,7 +226,7 @@ <h3 class="field-label">Query parameters</h3> | |
<div class="field-items"> | ||
<div class="param">seed (required)</div> | ||
|
||
<div class="param-desc"><span class="param-type">Query Parameter</span> — A random number <em>seed</em>. </div> | ||
<div class="param-desc"><span class="param-type">Query Parameter</span> — A random number <em>seed</em>. default: null </div> | ||
</div> <!-- field-items --> | ||
|
||
|
||
|
@@ -242,8 +242,8 @@ <h3 class="field-label">Example data</h3> | |
<div class="example-data-content-type">Content-Type: */*</div> | ||
<pre class="example"><code>{ | ||
"sequence" : 1, | ||
"seed" : 6.02745618307040320615897144307382404804229736328125, | ||
"value" : 0.80082819046101150206595775671303272247314453125 | ||
"seed" : 6.027456183070403, | ||
"value" : 0.8008281904610115 | ||
}</code></pre> | ||
|
||
<h3 class="field-label">Produces</h3> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
index.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
index.html |
Oops, something went wrong.