-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
162 additions
and
0 deletions.
There are no files selected for viewing
51 changes: 51 additions & 0 deletions
51
b844eea6bc6fff01aa0153b0b263b88d2b507672/_bundle/app.client.css
Large diffs are not rendered by default.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
b844eea6bc6fff01aa0153b0b263b88d2b507672/_bundle/app.client.js
Large diffs are not rendered by default.
Oops, something went wrong.
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,27 @@ | ||
|
||
<!DOCTYPE html> | ||
<html lang="ru"> | ||
<head> | ||
<meta charset="utf-8"> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Sample doc project</title> | ||
<style type="text/css"> | ||
body { | ||
height: 100vh; | ||
} | ||
</style> | ||
<link type="text/css" rel="stylesheet" href="_bundle/app.client.css" /> | ||
|
||
|
||
</head> | ||
<body class="yc-root yc-root_theme_light"> | ||
<div id="root"></div> | ||
<script type="application/javascript"> | ||
window.STATIC_CONTENT = false | ||
window.__DATA__ = {"data":{"leading":false,"toc":{"title":"Sample doc project","href":"index.html","items":[{"name":"openapi","items":[{"name":"Overview","href":"openapi/index.html","id":"Overview-0-0.7982068887718765"},{"name":"test-controller","items":[{"name":"Overview","href":"openapi/test-controller/index.html","id":"Overview-0-0.7393693370962378"},{"href":"openapi/test-controller/getWithPayloadResponse.html","name":"Simple get operation","id":"Simple get operation-1-0.1158162768961053"}],"id":"test-controller-1-0.9694700341480182"}],"id":"openapi-0-0.13267693047544538"}],"base":"."},"meta":{"style":[],"script":[]},"assets":[],"headings":[{"title":"Sample doc project","href":"#sample-doc-project","level":2}],"title":"","includes":[],"html":"<h2 id=\"sample-doc-project\"><a href=\"#sample-doc-project\" class=\"yfm-anchor\" aria-hidden=\"true\"><span class=\"visually-hidden\">Sample doc project</span></a>Sample doc project</h2>\n<p>Deployed successfully<br>\nHello from latest build</p>\n"},"router":{"pathname":"index.html"},"lang":"ru"}; | ||
</script> | ||
<script type="application/javascript" src="_bundle/app.client.js"></script> | ||
</body> | ||
</html> | ||
|
27 changes: 27 additions & 0 deletions
27
b844eea6bc6fff01aa0153b0b263b88d2b507672/openapi/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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
|
||
<!DOCTYPE html> | ||
<html lang="ru"> | ||
<head> | ||
<meta charset="utf-8"> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>OpenAPI definition | Sample doc project</title> | ||
<style type="text/css"> | ||
body { | ||
height: 100vh; | ||
} | ||
</style> | ||
<link type="text/css" rel="stylesheet" href="../_bundle/app.client.css" /> | ||
|
||
|
||
</head> | ||
<body class="yc-root yc-root_theme_light"> | ||
<div id="root"></div> | ||
<script type="application/javascript"> | ||
window.STATIC_CONTENT = false | ||
window.__DATA__ = {"data":{"leading":false,"toc":{"title":"Sample doc project","href":"../index.html","items":[{"name":"openapi","items":[{"name":"Overview","href":"../openapi/index.html","id":"Overview-0-0.7982068887718765"},{"name":"test-controller","items":[{"name":"Overview","href":"../openapi/test-controller/index.html","id":"Overview-0-0.7393693370962378"},{"href":"../openapi/test-controller/getWithPayloadResponse.html","name":"Simple get operation","id":"Simple get operation-1-0.1158162768961053"}],"id":"test-controller-1-0.9694700341480182"}],"id":"openapi-0-0.13267693047544538"}],"base":"."},"meta":{"style":[],"script":[]},"assets":[],"headings":[{"title":"Sections","href":"#sections","level":2},{"title":"Specification","href":"#specification","level":2}],"title":"OpenAPI definition","includes":[],"html":"<p><samp>version: v0</samp></p>\n<h2 id=\"sections\"><a href=\"#sections\" class=\"yfm-anchor\" aria-hidden=\"true\"><span class=\"visually-hidden\">Sections</span></a>Sections</h2>\n<ul>\n<li><a href=\"test-controller/index.html\">test-controller</a></li>\n</ul>\n<h2 id=\"specification\"><a href=\"#specification\" class=\"yfm-anchor\" aria-hidden=\"true\"><span class=\"visually-hidden\">Specification</span></a>Specification</h2>\n<div class=\"yfm-cut\"><div class=\"yfm-cut-title\">Open API</div><div class=\"yfm-cut-content\">\n <div class=\"yfm-clipboard\">\n <pre><code class=\"hljs\">{\n "openapi": "3.0.1",\n "info": {\n "title": "OpenAPI definition",\n "version": "v0"\n },\n "servers": [\n {\n "url": "http://localhost:8080",\n "description": "Generated server url"\n }\n ],\n "paths": {\n "/test": {\n "get": {\n "tags": [\n "test-controller"\n ],\n "summary": "Simple get operation",\n "description": "Defines a simple get operation with no inputs and a complex",\n "operationId": "getWithPayloadResponse",\n "responses": {\n "200": {\n "description": "200!!!!",\n "content": {\n "application/json": {\n "schema": {\n "type": "object",\n "properties": {\n "age1": {\n "type": "integer",\n "format": "int32"\n },\n "age2": {\n "type": "integer",\n "format": "int32"\n },\n "pet": {\n "type": "object",\n "properties": {\n "type": {\n "type": "string"\n }\n },\n "description": "Superclass",\n "oneOf": [\n {\n "type": "object",\n "properties": {\n "type": {\n "type": "string"\n },\n "foo": {\n "type": "string"\n }\n },\n "description": "Cat class"\n },\n {\n "type": "object",\n "properties": {\n "type": {\n "type": "string"\n },\n "bar": {\n "type": "string"\n }\n },\n "description": "Dog class"\n }\n ]\n }\n },\n "description": "SampleResponseSchemaImplDescription"\n }\n }\n }\n }\n }\n }\n }\n },\n "components": {\n "schemas": {\n "Cat": {\n "type": "object",\n "properties": {\n "type": {\n "type": "string"\n },\n "foo": {\n "type": "string"\n }\n },\n "description": "Cat class"\n },\n "Dog": {\n "type": "object",\n "properties": {\n "type": {\n "type": "string"\n },\n "bar": {\n "type": "string"\n }\n },\n "description": "Dog class"\n },\n "Pet": {\n "type": "object",\n "properties": {\n "type": {\n "type": "string"\n }\n },\n "description": "Superclass",\n "oneOf": [\n {\n "type": "object",\n "properties": {\n "type": {\n "type": "string"\n },\n "foo": {\n "type": "string"\n }\n },\n "description": "Cat class"\n },\n {\n "type": "object",\n "properties": {\n "type": {\n "type": "string"\n },\n "bar": {\n "type": "string"\n }\n },\n "description": "Dog class"\n }\n ]\n },\n "SampleResponseSchemaImpl": {\n "type": "object",\n "properties": {\n "age1": {\n "type": "integer",\n "format": "int32"\n },\n "age2": {\n "type": "integer",\n "format": "int32"\n },\n "pet": {\n "type": "object",\n "properties": {\n "type": {\n "type": "string"\n }\n },\n "description": "Superclass",\n "oneOf": [\n {\n "type": "object",\n "properties": {\n "type": {\n "type": "string"\n },\n "foo": {\n "type": "string"\n }\n },\n "description": "Cat class"\n },\n {\n "type": "object",\n "properties": {\n "type": {\n "type": "string"\n },\n "bar": {\n "type": "string"\n }\n },\n "description": "Dog class"\n }\n ]\n }\n },\n "description": "SampleResponseSchemaImplDescription"\n }\n }\n }\n}\n</code></pre>\n\n <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" class=\"yfm-clipboard-button\" data-animation=\"21\">\n <path\n fill=\"currentColor\"\n d=\"M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z\"\n />\n <path\n stroke=\"currentColor\"\n fill=\"transparent\"\n strokeWidth=\"1.5\"\n d=\"M9.5 13l3 3l5 -5\"\n visibility=\"hidden\"\n >\n <animate\n id=\"visibileAnimation-21\"\n attributeName=\"visibility\"\n from=\"hidden\"\n to=\"visible\"\n dur=\"0.2s\"\n fill=\"freeze\"\n begin=\"\"\n />\n <animate\n id=\"hideAnimation-21\"\n attributeName=\"visibility\"\n from=\"visible\"\n to=\"hidden\"\n dur=\"1s\"\n begin=\"visibileAnimation-21.end+1\"\n fill=\"freeze\"\n />\n </path>\n </svg>\n </div>\n</div></div><!-- markdownlint-disable-file -->"},"router":{"pathname":"../openapi/index.html"},"lang":"ru"}; | ||
</script> | ||
<script type="application/javascript" src="../_bundle/app.client.js"></script> | ||
</body> | ||
</html> | ||
|
Oops, something went wrong.