Skip to content

Commit eb4d746

Browse files
committed
initial docs
1 parent e2521f6 commit eb4d746

File tree

213 files changed

+37793
-1
lines changed

Some content is hidden

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

213 files changed

+37793
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "hugo-docs/themes/docdock"]
2+
path = hugo-docs/themes/docdock
3+
url = https://github.com/vjeantet/hugo-theme-docdock.git

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
# swagger-demo
2-
Brief tutorial on swagger, swaggerhub, generating clients and other miscellany
2+
3+
**WORK IN PROGRESS**
4+
5+
Brief tutorial on swagger, swaggerhub, generating clients and other miscellany
6+
7+
### Usage
8+
9+
- [Visit the documentation](https://mjstealey.github.io/swagger-demo/)

docs/404.html

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<!DOCTYPE html>
2+
<html lang="en" class="js csstransforms3d">
3+
4+
<head>
5+
<meta charset="utf-8"> <meta name="description" content="">
6+
7+
<link rel="shortcut icon" href="/images/favicon.png" type="image/x-icon" />
8+
9+
<title>404 Page not found</title>
10+
<link href="/swagger-demo/css/nucleus.css" rel="stylesheet">
11+
<link href="/swagger-demo/css/font-awesome.min.css" rel="stylesheet">
12+
<link href="/swagger-demo/css/hybrid.css" rel="stylesheet">
13+
<link href="/swagger-demo/css/featherlight.min.css" rel="stylesheet">
14+
<link href="/swagger-demo/css/theme.css" rel="stylesheet">
15+
<style type="text/css">
16+
:root #header + #content > #left > #rlblock_left {
17+
display: none !important;
18+
}
19+
20+
p,
21+
li,
22+
ul {
23+
text-align: center
24+
}
25+
26+
ul {
27+
list-style-type: none;
28+
}
29+
</style>
30+
31+
32+
</head>
33+
34+
<body>
35+
36+
<body class="" data-url="/">
37+
38+
<section id="body" style="margin-left:0px;">
39+
<div id="overlay"></div>
40+
<div id="chapter">
41+
<div id="body-inner">
42+
<h1>Error</h1>
43+
<p>
44+
</p>
45+
<p>Woops. Looks like this page doesn&#39;t exist.</p>
46+
<p></p>
47+
<p><a href="https://mjstealey.github.io/swagger-demo/">Go to homepage</a></p>
48+
<p><img src="/swagger-demo/images/gopher-404.jpg" style="width:50%"></img></p>
49+
</div>
50+
</div>
51+
52+
</section>
53+
</body>
54+
55+
</html>

0 commit comments

Comments
 (0)