Skip to content

Commit

Permalink
Merge pull request #425 from arno-di-loreto/book-updates-and-openapi-…
Browse files Browse the repository at this point in the history
…swagger-dont

Book updates and openapi swagger dont
  • Loading branch information
arno-di-loreto committed Nov 5, 2023
2 parents 6bf8cc9 + 18e431a commit 1b36e4b
Show file tree
Hide file tree
Showing 88 changed files with 88 additions and 575 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"task.allowAutomaticTasks": true
}
5 changes: 2 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,8 @@ codeblocksize: 20
codeblock_hidden_copy_separator: ---COPY_CONTENT_SEPARATOR---

# Links
mybook: http://bit.ly/designwebapis
mybook_discount_code: fcclauret
mybook_discount_rate: 37% off
mybook: /the-design-of-web-apis/
manning: https://www.manning.com/books/the-design-of-web-apis

collections:
tools:
Expand Down
6 changes: 5 additions & 1 deletion _data/thirdpartycontents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,8 @@ taking-advantage-of-openapi-for-api-design-reviews:
what-is-openapi:
source: youtube
id: Q4s54QZdheE
preview: /images/thirdpartycontents/what-is-openapi.jpg
preview: /images/thirdpartycontents/what-is-openapi.jpg
openapi-does-what-swagger-dont:
source: youtube
id: WePbF4_7RkY
preview: /images/thirdpartycontents/openapi-does-what-swagger-dont.jpg
4 changes: 0 additions & 4 deletions _includes/_book/big-banner.html

This file was deleted.

2 changes: 1 addition & 1 deletion _includes/_book/book-banner-horizontal.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</div>
</div>
<div class="card-body card-body-action">
<a href="#" class="btn btn-primary stretched-link" data-toggle="modal" data-target="#bookModal" role="button" >Get 37% off my book!<span class="d-none d-md-block"> (or any other Manning product!)</span></a>
<a href="{% include _book/book-url.md %}" class="btn btn-primary stretched-link" role="button" >Read The Design of Web APIs<span class="d-none d-md-block"> in English, Japanese, Korean, and Russian</span></a>
</div>
</div>
</div>
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion _includes/_book/meap-link.md

This file was deleted.

26 changes: 0 additions & 26 deletions _includes/book-modal.html

This file was deleted.

6 changes: 3 additions & 3 deletions _includes/book.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% if include.type == 'image_title' %}
<a class="left-column-hider" data-toggle="modal" data-target="#bookModal" role="button" href="#"><img src="/images/commons/book/title.png" class="img-fluid" alt="The Design of Web APIs book"></a>
<a class="left-column-hider" href="{{site.mybook}}" role="button"><img src="/images/commons/book/title.png" class="img-fluid" alt="The Design of Web APIs book"></a>
{% elsif include.type == 'image_cover' %}
<p class="text-center"><a class="left-column-hider" data-toggle="modal" data-target="#bookModal" role="button" href="#"><img src="/images/commons/book/book-modal.png" class="img-fluid" alt="The Design of Web APIs book"></a></p>
<p class="text-center"><a class="left-column-hider" href="{{site.mybook}}" role="button"><img src="/images/commons/book/book-modal.png" class="img-fluid" alt="The Design of Web APIs book"></a></p>
{% else %}
<a class="left-column-hider" data-toggle="modal" data-target="#bookModal" role="button" href="#">The Design of Web APIs</a>
<a class="left-column-hider" data-toggle="modal" href="{{site.mybook}}" >The Design of Web APIs</a>
{% endif %}
2 changes: 1 addition & 1 deletion _includes/foot.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="icon"><a href="{{site.data.links.me.rss}}" target="_blank">{% include svg/rss.svg %}</a></div>
</div>
<div class="col text-center">
<a class="btn border-0 rounded-0 p-0" data-toggle="modal" data-target="#bookModal" role="button" ><img class="img-footer-book" src="/images/commons/book/book-footer.png"></a>
<a class="btn border-0 rounded-0 p-0" href="{{site.mybook}}" role="button" ><img class="img-footer-book" src="/images/commons/book/book-footer.png"></a>
</div>
</div>
</div>
Expand Down
10 changes: 4 additions & 6 deletions _includes/navbar-left.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@
{% assign border_class = "left-book-ad-no-border" %}
{% endif %}
<div class="left-book-ad {{border_class}} d-desktop-only">
<img src="{{book_image}}" class="card-img" alt="The Design of Web APIs book cover">
<img src="{{book_image}}" class="card-img" alt="The Design of Web APIs book">
<div class="card-img-overlay {{book_text_class}}">
<a class="stretched-link" data-toggle="modal" data-target="#bookModal" role="button" >
<p class="card-text">Special offer on my book</p>
</a>
<a href="{{site.mybook}}" class="stretched-link" role="button" ></a>
</div>
</div>
<a class="left-book-ad-small left-menu-hider d-mobile-only" data-toggle="modal" data-target="#bookModal" role="button">
Special offer on my book
<a href="{{site.mybook}}" class="left-book-ad-small left-menu-hider d-mobile-only" role="button">
Read my book
<img src="/images/commons/book/title.png" class="img-fluid" alt="The Design of Web APIs book">
</a>
{% if show_toc %}
Expand Down
4 changes: 2 additions & 2 deletions _includes/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
<a class="nav-item nav-link" href="/toolbox/">Toolbox</a>
<a class="nav-item nav-link" href="/about/">About</a>
{% include search.html %}
<a class="nav-item-book left-column-hider d-mobile-only" data-toggle="modal" data-target="#bookModal" role="button" ><div class="img"></div></a>
<a href="{{site.mybook}}" class="nav-item-book left-column-hider d-mobile-only" role="button" ><div class="img"></div></a>
</div>
</div>
{% if layout.book_in_nav or page.book_in_nav%}
<a class="nav-item-book left-column-hider d-desktop-only" data-toggle="modal" data-target="#bookModal" role="button" ><div class="img"></div></a>
<a href="{{site.mybook}}" class="nav-item-book left-column-hider d-desktop-only" role="button" ><div class="img"></div></a>
{% endif %}
</nav> <!-- class="navbar navbar-expand-md" -->
</div> <!-- class="container" -->
Expand Down
4 changes: 0 additions & 4 deletions _includes/old/_book/big-banner.html

This file was deleted.

1 change: 0 additions & 1 deletion _includes/old/_book/discount.md

This file was deleted.

5 changes: 0 additions & 5 deletions _includes/old/_book/horizontal-banner-book.html

This file was deleted.

5 changes: 0 additions & 5 deletions _includes/old/_book/left-banner-book.html

This file was deleted.

1 change: 0 additions & 1 deletion _includes/old/_book/meap-link.md

This file was deleted.

1 change: 0 additions & 1 deletion _includes/old/_book/meap-url.md

This file was deleted.

12 changes: 0 additions & 12 deletions _includes/old/_postincludes/api-toolbox-jq-openapi.md

This file was deleted.

This file was deleted.

19 changes: 0 additions & 19 deletions _includes/old/disqus_comments.html

This file was deleted.

18 changes: 0 additions & 18 deletions _includes/old/docarray.md

This file was deleted.

18 changes: 0 additions & 18 deletions _includes/old/footer.html

This file was deleted.

12 changes: 0 additions & 12 deletions _includes/old/git.md

This file was deleted.

19 changes: 0 additions & 19 deletions _includes/old/google-analytics.html

This file was deleted.

34 changes: 0 additions & 34 deletions _includes/old/head.html

This file was deleted.

42 changes: 0 additions & 42 deletions _includes/old/header.html

This file was deleted.

5 changes: 0 additions & 5 deletions _includes/old/horizontal-banner.html

This file was deleted.

10 changes: 0 additions & 10 deletions _includes/old/javascript-paginated.html

This file was deleted.

Loading

0 comments on commit 1b36e4b

Please sign in to comment.