diff --git a/docs/assets/landing.css b/docs/assets/landing.css index cce6ca7..ae656f7 100644 --- a/docs/assets/landing.css +++ b/docs/assets/landing.css @@ -102,7 +102,9 @@ a.substack { } a.kindle, -a.apple { +a.apple, +a.leanpub, +a.gumroad { width: auto; vertical-align: unset; } diff --git a/docs/index.html b/docs/index.html index 87d95a5..909373f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -41,7 +41,7 @@
Subscribe for updates on
Follow me on · · Substack -
Support this work: buy it on Amazon Kindle · Apple Books +
Support this work: buy it on Amazon Kindle · Apple Books · Leanpub · Gumroad
Share: · · ·
⚙️⚙️⚙️

API-first development is one of the hottest technical topics nowadays since many companies have started to realize that APIs serves as a multiplier to their opportunities — but it amplifies the design mistakes as well.

diff --git a/docs/index.ru.html b/docs/index.ru.html index d695bea..0c7376f 100644 --- a/docs/index.ru.html +++ b/docs/index.ru.html @@ -41,7 +41,7 @@
Подпишитесь на обновления на Хабре
Follow me on · · Substack -
Поддержите эту работу: купите книгу на Amazon Kindle · Apple Books +
Поддержите эту работу: купите книгу на Amazon Kindle · Apple Books · Leanpub · Gumroad
Поделиться: · · ·
⚙️⚙️⚙️

«API-first» подход — одна из самых горячих горячих тем в разработке программного обеспечения в наше время. Многие компании начали понимать, что API выступает мультипликатором их возможностей — но также умножает и допущенные ошибки.

diff --git a/src/en/l10n.json b/src/en/l10n.json index 3d2ea3e..699350f 100644 --- a/src/en/l10n.json +++ b/src/en/l10n.json @@ -67,6 +67,10 @@ "kindleHref": "https://www.amazon.com/gp/product/B09RHH44S5/", "appleTag": "Apple Books", "appleHref": "http://books.apple.com/us/book/id6467567700", + "leanpubTag": "Leanpub", + "leanpubHref": "https://leanpub.com/sergey-konstantinov-the-api/", + "gumroadTag": "Gumroad", + "gumroadHref": "https://twirl.gumroad.com/l/Sergey-Konstantinov-The-API", "substackTag": "Substack", "substackHref": "https://twirl.substack.com/", "substackString": "twirl.substack.com" @@ -101,7 +105,7 @@ "followOn": "Follow me on", "follow": ["linkedin", "twitter", "substack"], "supportThisWork": "Support this work: buy it on", - "support": ["kindle", "apple"], + "support": ["kindle", "apple", "leanpub", "gumroad"], "content": [ "

API-first development is one of the hottest technical topics nowadays since many companies have started to realize that APIs serves as a multiplier to their opportunities — but it amplifies the design mistakes as well.

", "

This book is written to share expertise and describe best practices in designing and developing APIs. It comprises six sections dedicated to the following topics:

", diff --git a/src/ru/l10n.json b/src/ru/l10n.json index 805cdf1..4090f2a 100644 --- a/src/ru/l10n.json +++ b/src/ru/l10n.json @@ -67,6 +67,10 @@ "kindleHref": "https://www.amazon.com/gp/product/B09RHH44S5/", "appleTag": "Apple Books", "appleHref": "http://books.apple.com/us/book/id6467567700", + "leanpubTag": "Leanpub", + "leanpubHref": "https://leanpub.com/sergey-konstantinov-the-api/", + "gumroadTag": "Gumroad", + "gumroadHref": "https://twirl.gumroad.com/l/Sergey-Konstantinov-The-API", "habrHref": "https://habr.com/ru/users/forgotten/", "habrTag": "Хабре", "substackHref": "https://twirl.substack.com/", @@ -102,7 +106,7 @@ "follow": ["linkedin", "twitter", "substack"], "updates": ["habr"], "supportThisWork": "Поддержите эту работу: купите книгу на", - "support": ["kindle", "apple"], + "support": ["kindle", "apple", "leanpub", "gumroad"], "content": [ "

«API-first» подход — одна из самых горячих горячих тем в разработке программного обеспечения в наше время. Многие компании начали понимать, что API выступает мультипликатором их возможностей — но также умножает и допущенные ошибки.

", "

Эта книга написана для того, чтобы поделиться опытом и изложить лучшие практики разработки API. Книга состоит из шести разделов, посвящённых:

",