Skip to content

Commit

Permalink
issue RestyaPlatform#17: api documentation works
Browse files Browse the repository at this point in the history
  • Loading branch information
lmarikannan committed Mar 21, 2017
1 parent 4354e61 commit ae6b1c0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions api_explorer/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -1298,3 +1298,15 @@
.swagger-section .swagger-expand:before {
content: "+";
}
.token-link {
line-height: 1;
text-decoration: none;
font-family: "Droid Sans", sans-serif;
max-width: 960px;
float: right;
padding: 5px;
margin-right: 100px;
}
.token-link > a {
text-decoration: none;
}
1 change: 1 addition & 0 deletions api_explorer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
</div>
</div>
<div id="message-bar" class="swagger-ui-wrap" data-sw-translate>&nbsp;</div>
<div data-sw-translate class="token-link">&nbsp;To generate guest access token, please click <a href="#!/users/oauth" onClick="window.location.reload();">here </a>.</div>
<div id="swagger-ui-container" class="swagger-ui-wrap"></div>
</body>
</html>

0 comments on commit ae6b1c0

Please sign in to comment.