mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 07:52:15 +00:00
#2217 add note about API-docs being a WIP
This commit is contained in:
parent
f676dba159
commit
98361ea94f
1 changed files with 5 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ html
|
|||
body
|
||||
#header
|
||||
.swagger-ui-wrap
|
||||
a#logo(href='http://swagger.wordnik.com') swagger
|
||||
a#logo(href='http://swagger.wordnik.com') HabitRPG API Documentation (Under Construction)
|
||||
//-form#api_selector
|
||||
//-
|
||||
<div class='input icon-btn'>
|
||||
|
|
@ -65,5 +65,9 @@ html
|
|||
input#input_apiKey(placeholder='api_key', name='apiKey', type='text')
|
||||
.input
|
||||
a#explore(href='#') Explore
|
||||
|
||||
.swagger-ui-wrap(style='padding:50px')
|
||||
p(style='color:red') This documentation is a work in progress. If you'd like to help finish it, see <a href='https://github.com/HabitRPG/habitrpg/issues/2217#issuecomment-31432716' target='_blank'>#2217</a>.
|
||||
|
||||
#message-bar.swagger-ui-wrap
|
||||
#swagger-ui-container.swagger-ui-wrap
|
||||
|
|
|
|||
Loading…
Reference in a new issue