-
Notifications
You must be signed in to change notification settings - Fork 608
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1990 from meshery/leecalcote/blog/v08-announcement
leecalcote/blog/v08 announcement
- Loading branch information
Showing
54 changed files
with
434 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.2.2 | ||
3.2.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
--- | ||
layout: page | ||
pagination: | ||
enabled: true | ||
collection: extensions | ||
--- | ||
<div class="blog-post text-container"> | ||
|
||
<div class="post-content"> | ||
|
||
<style> | ||
.modal-image { | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
justify-content: flex-start; | ||
} | ||
.modal-image > img { | ||
width: 100%; | ||
object-fit: contain; | ||
} | ||
</style> | ||
<div class="modal-content" style="margin-top:2rem;"> | ||
<div class="modal-image"> | ||
<img class="image-class" | ||
data-snapshot-light="{{page.colorImage}}" | ||
data-snapshot-dark="{{page.whiteImage}}" | ||
src="{{page.colorImage}}" | ||
onerror="this.src='/assets/images/meshery-color.svg'" loading="lazy" onclick="toggleFullScreenImage('{{ page.colorImage }}', 'extension')" /> | ||
</div> | ||
<br /> | ||
<div class="vertical-line"></div> | ||
<div class="modal-info"> | ||
|
||
<h3 class="modal-h3">Description</h3> | ||
<p class="content-toggle contentdata pre-white-space">{{page.extensionInfo | url_decode | replace: '\\n', '<br/>' | replace: '\n', '<br/>' }}</p> | ||
<!-- <span class="read-more" href="read-more.html">{% include expand.html %}</span> --> | ||
|
||
<h3 class="modal-h3">Features</h3> | ||
<p class="content-toggle contentdata pre-white-space">{{page.extensionCaveats | url_decode | replace: '\\n', '<br/>' | replace: '\n', '<br/>' }}</p> | ||
<!-- <span class="read-more" href="read-more.html">{% include expand.html %}</span> --> | ||
<div id="copy-url"> | ||
<div class="btn-class"> | ||
<div class="vertical-center" id="{{type.name}}"> | ||
<div class="btn-grp"> | ||
{% if {{page.docsURL}} %} | ||
<a href="{{page.docsURL}}"> | ||
<button class="import-secondary" style="width: 7rem;">Learn More</button></a> | ||
{% endif %} | ||
<div class="btn-tooltip-grp"> | ||
{% if {{page.URL}} %} | ||
<a href="{{page.URL}}"> | ||
<button class="import" style="width: 7rem;">Visit</button></a> | ||
{% endif %} | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
|
||
<script src="{{ site.baseurl }}/assets/js/catalog-modal.js"></script> | ||
<script src="{{ site.baseurl }}/assets/js/thumbnail-clickable.js"></script> | ||
|
||
|
||
<div class="blog-navigation" style="margin-bottom: 2rem;"> | ||
<div style="justify-content:space-between; display: flex; width:100%;"> | ||
{% if page.previous.url %} | ||
<a href="{% include relative-src.html src=page.previous.url %}">« {{ page.previous.name }}</a> | ||
{% endif %} | ||
{% if page.next.url %} | ||
<a href="{% include relative-src.html src=page.next.url %}">{{ page.next.name }} »</a> | ||
{% endif %} | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.