Skip to content

Commit

Permalink
add to nav
Browse files Browse the repository at this point in the history
  • Loading branch information
kinlane committed Jan 25, 2021
1 parent 9350028 commit 523ce86
Show file tree
Hide file tree
Showing 481 changed files with 51,240 additions and 46,384 deletions.
1 change: 1 addition & 0 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<li><a href="/">Home</a></li>
<li><a href="/about/">About</a></li>
<li><a href="/apis/">APIs</a></li>
<li><a href="/lifecycle/outline/">Lifecycle Outline</a></li>
</ul>
</div>
<div class="col-lg-6 col-md-12 col-sm-12">
Expand Down
71 changes: 36 additions & 35 deletions _includes/services/service-by-tag-listing.html
Original file line number Diff line number Diff line change
@@ -1,48 +1,49 @@
{% assign services = site.services %}
{% assign services = services | sort: 'name' %}
{% assign toggle = 0 %}
{% assign service_count = services | size %}
{% assign service_count = 0 %}
<h4 style="padding-left: 20px; padding-top: 10px; padding-bottom: 10px;">Services</h4>
<ul style="padding-left: 30px;">
{% if service_count == 0 %}
<li><strong>No Entries</strong></li>
{% else %}
{% for entry in services %}

{% assign tag_match = 0 %}
{% for tag in entry.tags %}
{% if tag == show_tag %}
{% assign tag_match = 1 %}
{% for entry in services %}

{% assign tag_match = 0 %}
{% for tag in entry.tags %}
{% if tag == show_tag %}
{% assign tag_match = 1 %}
{% endif %}
{% endfor %}

{% if tag_match == 1 %}

{% assign website_url = '' %}
{% assign twitter_url = '' %}
{% assign github_url = '' %}
{% for common in entry.x-common %}
{% if common.type == 'x-website' %}
{% assign website_url = common.url %}
{% endif %}
{% if common.type == 'x-twitter' %}
{% assign twitter_url = common.url %}
{% endif %}
{% if common.type == 'x-github' %}
{% assign github_url = common.url %}
{% endif %}
{% endfor %}

{% if tag_match == 1 %}

{% assign website_url = '' %}
{% assign twitter_url = '' %}
{% assign github_url = '' %}
{% for common in entry.x-common %}
{% if common.type == 'x-website' %}
{% assign website_url = common.url %}
{% endif %}
{% if common.type == 'x-twitter' %}
{% assign twitter_url = common.url %}
{% endif %}
{% if common.type == 'x-github' %}
{% assign github_url = common.url %}
{% endif %}
{% endfor %}

<li><strong>{{ entry.name }}</strong> (<a href="{{ website_url }}">Website</a>) {% if github_url != '' %}(<a href="{{ github_url }}">Github</a>){% endif %}</li>

{% if toggle == 0 %}
{% assign toggle = 1 %}
{% else %}
{% assign toggle = 0 %}
{% endif %}
<li><strong>&#8594; {{ entry.name }}</strong> (<a href="{{ website_url }}">Website</a>) {% if github_url != '' %}(<a href="{{ github_url }}">Github</a>){% endif %}</li>

{% if toggle == 0 %}
{% assign toggle = 1 %}
{% else %}
{% assign toggle = 0 %}
{% endif %}

{% endfor %}
{% assign service_count = service_count | plus: 1 %}

{% endif %}

{% endfor %}
{% if service_count == 0 %}
<li><strong>&#8594; No Entries</strong></li>
{% endif %}
</ul>
67 changes: 34 additions & 33 deletions _includes/tools/tool-by-tag-listing.html
Original file line number Diff line number Diff line change
@@ -1,47 +1,48 @@
{% assign tools = site.tools %}
{% assign tools = tools | sort: 'name' %}
{% assign toggle = 0 %}
{% assign tool_count = tools | size %}
{% assign tool_count = 0 %}
<h4 style="padding-left: 20px; padding-top: 10px; padding-bottom: 10px;">Tools</h4>
<ul style="padding-left: 30px;">
{% if tool_count == 0 %}
<li><strong>No Entries</strong></li>
{% else %}
{% for entry in tools %}
{% assign tag_match = 0 %}
{% for tag in entry.tags %}
{% if tag == show_tag %}
{% assign tag_match = 1 %}
{% for entry in tools %}
{% assign tag_match = 0 %}
{% for tag in entry.tags %}
{% if tag == show_tag %}
{% assign tag_match = 1 %}
{% endif %}
{% endfor %}

{% if tag_match == 1 %}

{% assign website_url = '' %}
{% assign twitter_url = '' %}
{% assign github_url = '' %}
{% for common in entry.x-common %}
{% if common.type == 'x-website' %}
{% assign website_url = common.url %}
{% endif %}
{% if common.type == 'x-twitter' %}
{% assign twitter_url = common.url %}
{% endif %}
{% if common.type == 'x-github' %}
{% assign github_url = common.url %}
{% endif %}
{% endfor %}

{% if tag_match == 1 %}
<li><strong>&#8594; {{ entry.name }}</strong> (<a href="{{ website_url }}">Website</a>) {% if github_url != '' %}(<a href="{{ github_url }}">Github</a>){% endif %}</li>

{% assign website_url = '' %}
{% assign twitter_url = '' %}
{% assign github_url = '' %}
{% for common in entry.x-common %}
{% if common.type == 'x-website' %}
{% assign website_url = common.url %}
{% endif %}
{% if common.type == 'x-twitter' %}
{% assign twitter_url = common.url %}
{% endif %}
{% if common.type == 'x-github' %}
{% assign github_url = common.url %}
{% endif %}
{% endfor %}

<li><strong>{{ entry.name }}</strong> (<a href="{{ website_url }}">Website</a>) {% if github_url != '' %}(<a href="{{ github_url }}">Github</a>){% endif %}</li>
{% if toggle == 0 %}
{% assign toggle = 1 %}
{% else %}
{% assign toggle = 0 %}
{% endif %}

{% if toggle == 0 %}
{% assign toggle = 1 %}
{% else %}
{% assign toggle = 0 %}
{% endif %}
{% assign tool_count = tool_count | plus: 1 %}

{% endif %}
{% endif %}

{% endfor %}
{% endfor %}
{% if tool_count == 0 %}
<li><strong>&#8594; No Entries</strong></li>
{% endif %}
</ul>
21 changes: 21 additions & 0 deletions _services/cenit-io.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Cenit IO
slug: cenit-io
description:
image: http://api.specificationtoolbox.com/images/service-providers/cenit-io.png
tags:
- Integrations
- Orchestration
- Automation
created: "2021-01-24"
modified: "2021-01-24"
url: https://raw.githubusercontent.com/api-specification-toolbox/toolbox/main/_services/cenit-io.md
specificationVersion: "0.14"
apis: []
include: []
x-common:
- type: x-website
url: https://cenit.io/
- type: x-github
url: https://github.com/cenit-io
...
6 changes: 4 additions & 2 deletions _services/google-cloud-pub-sub.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: Google Cloud Pub Sub
description: <p>Cloud Pub/Sub is a fully-managed real-time messaging service that
description: Cloud Pub/Sub is a fully-managed real-time messaging service that
allows you to send and receive messages between independent applications. You can
leverage Cloud Pub/Sub&rsquo;s flexibility to decouple systems and components hosted
on Google Cloud Platform or elsewhere on the Internet. By building on the same technology
Google uses, Cloud Pub/Sub is designed to provide &ldquo;at least once&rdquo; delivery
at low latency with on-demand scalability to 1 million messages per second (and
beyond).</p>
beyond).
image: http://api.specificationtoolbox.com/images/service-providers/google-cloud-pub-sub.jpg
created: "2020-12-23"
modified: 2020-12-24PST10:05:00-28800
Expand All @@ -17,6 +17,8 @@ url: http://api.specificationtoolbox.com/resources/service-providers/google-clou
tags:
- Messages
- Internet Of Things
- Events
- Real Time
apis: []
x-common:
- type: x-blog
Expand Down
19 changes: 19 additions & 0 deletions _services/jetbrains-openapi-editor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: JetBrains OpenAPI Editor
slug: jetbrains-openapi-editor
description: Easily edit OpenAPI and Swagger specification files! Based on the Swagger plugin, from the same author. The paid plugin provides the following benefits; Live templates, more completions, more references (including nested references), YAML anchors/aliases/merge keys support, Swagger UI and ReDoc support with real-time updates, Optimized for performance, Support via email Sebastian Monte, Possibility for extensions, contact for more information.
image: http://api.specificationtoolbox.com/images/service-providers/slug.png
tags:
- Editors
- OpenAPI
- IDE
created: "2021-01-24"
modified: "2021-01-24"
url: https://raw.githubusercontent.com/api-specification-toolbox/toolbox/main/_services/
specificationVersion: "0.14"
apis: []
include: []
x-common:
- type: x-website
url: https://plugins.jetbrains.com/plugin/12887-openapi-editor
...
2 changes: 1 addition & 1 deletion _services/loadninja.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ apis: []
include: []
x-common:
- type: x-website
url:
url: https://loadninja.com/
...
21 changes: 21 additions & 0 deletions _services/redocly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Redocly
slug: redocly
description:
image: http://api.specificationtoolbox.com/images/service-providers/redocly.png
tags:
- Documentation
- Portals
- Workflows
- Orchestration
- CLI
created: "2021-01-22"
modified: "2021-01-22"
url: https://raw.githubusercontent.com/api-specification-toolbox/toolbox/main/_services/redocly.md
specificationVersion: "0.14"
apis: []
include: []
x-common:
- type: x-website
url:
...
19 changes: 19 additions & 0 deletions _services/senya.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Senya
slug: senya
description: Effortlessly Design API Specifications in Your Favorite JetBrains IDE Senya Editor offers you the tools to design OpenAPI 3.0 and Swagger 2.0 specifications.
image: http://api.specificationtoolbox.com/images/service-providers/senya.png
tags:
- Editors
- OpenAPI
- IDE
created: "2021-01-24"
modified: "2021-01-24"
url: https://raw.githubusercontent.com/api-specification-toolbox/toolbox/main/_services/senya.md
specificationVersion: "0.14"
apis: []
include: []
x-common:
- type: x-website
url: https://senya.io/
...
1 change: 1 addition & 0 deletions _services/stoplight.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ tags:
- Documentation
- Design
- Clients
- Editors
apis: []
x-common:
- type: x-website
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ <h2>Tags</h2>
<li><a href="/">Home</a></li>
<li><a href="/about/">About</a></li>
<li><a href="/apis/">APIs</a></li>
<li><a href="/apis/">Lifecycle Outline</a></li>
</ul>
</div>
<div class="col-lg-6 col-md-12 col-sm-12">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ <h2>Tags</h2>
<li><a href="/">Home</a></li>
<li><a href="/about/">About</a></li>
<li><a href="/apis/">APIs</a></li>
<li><a href="/apis/">Lifecycle Outline</a></li>
</ul>
</div>
<div class="col-lg-6 col-md-12 col-sm-12">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ <h2>Tags</h2>
<li><a href="/">Home</a></li>
<li><a href="/about/">About</a></li>
<li><a href="/apis/">APIs</a></li>
<li><a href="/apis/">Lifecycle Outline</a></li>
</ul>
</div>
<div class="col-lg-6 col-md-12 col-sm-12">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ <h2>Tags</h2>
<li><a href="/">Home</a></li>
<li><a href="/about/">About</a></li>
<li><a href="/apis/">APIs</a></li>
<li><a href="/apis/">Lifecycle Outline</a></li>
</ul>
</div>
<div class="col-lg-6 col-md-12 col-sm-12">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ <h2>Tags</h2>
<li><a href="/">Home</a></li>
<li><a href="/about/">About</a></li>
<li><a href="/apis/">APIs</a></li>
<li><a href="/apis/">Lifecycle Outline</a></li>
</ul>
</div>
<div class="col-lg-6 col-md-12 col-sm-12">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ <h2>Tags</h2>
<li><a href="/">Home</a></li>
<li><a href="/about/">About</a></li>
<li><a href="/apis/">APIs</a></li>
<li><a href="/apis/">Lifecycle Outline</a></li>
</ul>
</div>
<div class="col-lg-6 col-md-12 col-sm-12">
Expand Down
1 change: 1 addition & 0 deletions _site/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ <h3>API Specification Toolbox Open Office Hours</h3><br>
<li><a href="/">Home</a></li>
<li><a href="/about/">About</a></li>
<li><a href="/apis/">APIs</a></li>
<li><a href="/apis/">Lifecycle Outline</a></li>
</ul>
</div>
<div class="col-lg-6 col-md-12 col-sm-12">
Expand Down
1 change: 1 addition & 0 deletions _site/apis/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ <h2><span class="theme_color">API Specification Toolbox APIs</span></h2>
<li><a href="/">Home</a></li>
<li><a href="/about/">About</a></li>
<li><a href="/apis/">APIs</a></li>
<li><a href="/apis/">Lifecycle Outline</a></li>
</ul>
</div>
<div class="col-lg-6 col-md-12 col-sm-12">
Expand Down
Loading

0 comments on commit 523ce86

Please sign in to comment.