Skip to content
Snippets Groups Projects

stub links from api-defs to applicable SDKs

Merged inertia requested to merge link-api-to-sdks into develop
27 files
+ 1490
32
Compare changes
  • Side-by-side
  • Inline
Files
27
@@ -32,6 +32,9 @@ Ops:
@@ -32,6 +32,9 @@ Ops:
{% if op.disabled %}
{% if op.disabled %}
<li class="warning"><strong><small>Disabled</small></strong></li>
<li class="warning"><strong><small>Disabled</small></strong></li>
{% endif %}
{% endif %}
 
{% if op.client_docs %}
 
<li class="info"><strong><small>SDK Reference</small></strong>{% for client_doc in op.client_docs %}<small>{{ client_doc | markdownify }}</small>{% endfor %}</li>
 
{% endif %}
{% assign keywords = op.name | keywordify | escape %}
{% assign keywords = op.name | keywordify | escape %}
{% assign search_url = '/search/?q=' | append: keywords | split: '_' | join: ' ' %}
{% assign search_url = '/search/?q=' | append: keywords | split: '_' | join: ' ' %}
<li class="info"><strong><small><a href="{{ search_url | relative_url }}">Related <i class="fas fa-search fa-xs"></i></a></small></strong></li>
<li class="info"><strong><small><a href="{{ search_url | relative_url }}">Related <i class="fas fa-search fa-xs"></i></a></small></strong></li>
Loading