Add link to project to the end of doc

This commit is contained in:
Roman Hotsiy 2015-12-24 17:33:12 +02:00
parent c1bcd501c3
commit 032d96cc6f
2 changed files with 23 additions and 0 deletions

View File

@ -6,3 +6,10 @@
<api-info> </api-info>
<methods-list> </methods-list>
</div>
<footer>
<div class="powered-by-badge">
<a href="https://github.com/Rebilly/ReDoc" title="Swagger-generated API Reference Documentation" target="_blank">
Powered by <strong>ReDoc</strong>
</a>
</div>
</footer>

View File

@ -31,3 +31,19 @@ api-logo {
.api-content {
margin-left: $side-bar-width;
}
footer {
text-align: center;
padding: 10px;
font-size: 15px;
a {
color: #999;
text-decoration: none;
}
strong {
font-size: 18px;
color: $headers-color;
}
}