File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,9 @@ use Enjoy\HttpStatusCode\Statuscodes;
130
130
<a id="<?= str_replace ('- ' , '/ ' , $ resource ->get_href ()); ?> "><?= $ resource ->title ; ?> </a>
131
131
<small><?= $ resource ->href ; ?> </small>
132
132
</h3>
133
- <p><?php $ resource ->description ; ?> </p>
133
+ <?php if (!empty ($ resource ->description )): ?>
134
+ <p><?= $ resource ->description ; ?> </p>
135
+ <?php endif ; ?>
134
136
<?php foreach ($ resource ->children as $ transition ): ?>
135
137
<div
136
138
class="card <?= $ transition ->get_method (); ?> ">
Original file line number Diff line number Diff line change @@ -76,7 +76,9 @@ use Enjoy\HttpStatusCode\Statuscodes;
76
76
<a id="<?= str_replace ('- ' , '/ ' , $ resource ->get_href ()); ?> "><?= $ resource ->title ; ?> </a>
77
77
<small><?= $ resource ->href ; ?> </small>
78
78
</h4>
79
- <p><?php $ resource ->description ; ?> </p>
79
+ <?php if (!empty ($ resource ->description )): ?>
80
+ <p><?= $ resource ->description ; ?> </p>
81
+ <?php endif ; ?>
80
82
<?php foreach ($ resource ->children as $ transition ): ?>
81
83
<div class="demo-card-wide mdl-card mdl-shadow--2dp <?= $ transition ->get_method (); ?> ">
82
84
<div class="mdl-card__title">
Original file line number Diff line number Diff line change @@ -209,6 +209,7 @@ Remove a Star from a Post.
209
209
{}
210
210
211
211
## Users [/users{?limit}]
212
+ Manipulate users.
212
213
213
214
### List Users [GET ]
214
215
@@ -285,4 +286,14 @@ User of the application
285
286
+ multilined description - some dummy text
286
287
287
288
and it continue there
288
- and will end there
289
+ and will end there
290
+
291
+ ## Item
292
+ + Object (object )
293
+ + string_l2 (string )
294
+ + object_l2 (object )
295
+ + string_l3 (string )
296
+ + object_l3 (object )
297
+ + string1_l4 (string )
298
+ + string2_l4 (string )
299
+ + string3_l4 (string )
You can’t perform that action at this time.
0 commit comments