You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -38,7 +38,53 @@ <h2 class="text-center display-2">Open API Tools</h2>
38
38
</ul>
39
39
</nav>
40
40
<hr>
41
-
41
+
<divclass="row justify-content-md-center">
42
+
<divclass="col-8">
43
+
<h2class="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
+
<divclass="row justify-content-md-center">
49
+
<divclass="col-8">
50
+
<h2class="display-4">Contribute</h2>
51
+
<p>This project was created by Matthew Trask with <ahref="https://github.com/matthewtrask/openapi.tools/graphs/contributors">contributions</a> from the community. If you need help, hit him up on <ahref="https://twitter.com/matthewtrask">Twitter</a></p>
52
+
</div>
53
+
</div>
54
+
<divclass="row justify-content-md-center">
55
+
<divclass="col-8">
56
+
<h2class="display-4">Current OpenAPI Version</h2>
57
+
<blockquoteclass="blockquote">
58
+
<pclass="lead">3.0.1 - <ahref="#">Link to the specification</a></p>
0 commit comments