diff --git a/README.md b/README.md index 75150313..95529b91 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,16 @@ Inspired by Nest, built for Go developers. Also empowers `html/template`, `a-h/templ` and `maragudk/gomponents`: see [the example](./examples/full-app-gourmet) - actually running [in prod](https://gourmet.quimerch.com)! +## Sponsors + +Fuego is proudly sponsored by [Zuplo](https://zuplo.link/fuego-gh), that provides [a Fuego integration](https://zuplo.link/fuego-gh)! + +
+Fuego Logo +
+ +> Zuplo allows you to secure your Fuego API, scale it globally, generate documentation from your OpenAPI, and add monetization. + ## Why Fuego? Chi, Gin, Fiber and Echo are great frameworks. diff --git a/assets/Zuplo.png b/assets/Zuplo.png new file mode 100644 index 00000000..92afe509 Binary files /dev/null and b/assets/Zuplo.png differ diff --git a/documentation/docusaurus.config.ts b/documentation/docusaurus.config.ts index ea9e7b8b..61f8ec7d 100644 --- a/documentation/docusaurus.config.ts +++ b/documentation/docusaurus.config.ts @@ -91,6 +91,12 @@ const config: Config = { label: "GitHub", position: "right", }, + { + position: "left", + value: + "Try Zuplo! Serverless API Gateway, designed for developers.", + type: "html", + }, ], }, footer: { diff --git a/documentation/src/css/custom.css b/documentation/src/css/custom.css index 2069ce81..789e13c9 100644 --- a/documentation/src/css/custom.css +++ b/documentation/src/css/custom.css @@ -28,3 +28,9 @@ --ifm-color-primary-lightest: #ffe1b7; --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3); } + +@media only screen and (max-width: 1300px) { + .hidden-when-small { + display: none; + } +}