mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-25 22:40:32 +03:00
Add link to project to the end of doc
This commit is contained in:
parent
c1bcd501c3
commit
032d96cc6f
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user