Skip to content

Commit f094953

Browse files
committed
editor table started
1 parent bae38d0 commit f094953

File tree

1 file changed

+48
-2
lines changed

1 file changed

+48
-2
lines changed

index.html

Lines changed: 48 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h2 class="text-center display-2">Open API Tools</h2>
1818
<nav>
1919
<ul class="nav justify-content-center">
2020
<li class="nav-item">
21-
<a class="nav-link active" href="#">Editors</a>
21+
<a class="nav-link active" href="#editors">Editors</a>
2222
</li>
2323
<li class="nav-item">
2424
<a class="nav-link" href="#">Linters</a>
@@ -38,7 +38,53 @@ <h2 class="text-center display-2">Open API Tools</h2>
3838
</ul>
3939
</nav>
4040
<hr>
41-
41+
<div class="row justify-content-md-center">
42+
<div class="col-8">
43+
<h2 class="display-4">Why?</h2>
44+
<p>This project is aimed at getting API developers the best tools and knowledge possible. As OpenAPI v3 rolls out, we want to push developers towards that standard and leave OpenAPI v2 behind.</p>
45+
<p>This project will describe what linters, documentations, code generators and more are already on OpenAPI 3.x</p>
46+
</div>
47+
</div>
48+
<div class="row justify-content-md-center">
49+
<div class="col-8">
50+
<h2 class="display-4">Contribute</h2>
51+
<p>This project was created by Matthew Trask with <a href="https://github.com/matthewtrask/openapi.tools/graphs/contributors">contributions</a> from the community. If you need help, hit him up on <a href="https://twitter.com/matthewtrask">Twitter</a></p>
52+
</div>
53+
</div>
54+
<div class="row justify-content-md-center">
55+
<div class="col-8">
56+
<h2 class="display-4">Current OpenAPI Version</h2>
57+
<blockquote class="blockquote">
58+
<p class="lead">3.0.1 - <a href="#">Link to the specification</a></p>
59+
</blockquote>
60+
</div>
61+
</div>
62+
<div class="row justify-content-md-center">
63+
<div class="col-8" id="editors">
64+
<h2 class="display-4">Editors</h2>
65+
<table class="table table-striped">
66+
<thead>
67+
<tr>
68+
<th>Name</th>
69+
<th>Language</th>
70+
<th>Link</th>
71+
</tr>
72+
</thead>
73+
<tbody>
74+
<tr>
75+
<td>KaiZen-OpenAPI-Editor</td>
76+
<td>Java</td>
77+
<td><a href="https://github.com/RepreZen/KaiZen-OpenAPI-Editor">https://github.com/RepreZen/KaiZen-OpenAPI-Editor</a></td>
78+
</tr>
79+
<tr>
80+
<td>Swagger</td>
81+
<td>YAML</td>
82+
<td><a href="https://swagger.io/swagger-editor/">https://swagger.io/swagger-editor/</a></td>
83+
</tr>
84+
</tbody>
85+
</table>
86+
</div>
87+
</div>
4288
</div>
4389
</body>
4490
</html>

0 commit comments

Comments
 (0)