diff --git a/README.md b/README.md index 448a830b..491dde61 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ [**πŸŒŽδΈ­ζ–‡ζ–‡ζ‘£**](./README_CN.md) [**πŸ‡―πŸ‡΅ζ—₯本θͺžγƒ‰γ‚­γƒ₯γƒ‘γƒ³γƒˆ**](./README_JA.md) +> [!IMPORTANT] +> Enjoying Huma? Please consider hiring me! I'm looking for new opportunities. Here's my [resume](https://registry.jsonresume.org/danielgtaylor). + - [What is huma?](#intro) - [Install](#install) - [Example](#example) diff --git a/docs/docs/index.md b/docs/docs/index.md index f302736c..7724cfaf 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -25,6 +25,10 @@ sponsors: [![Huma Powered](https://img.shields.io/badge/Powered%20By-Huma-f40273)](https://huma.rocks/) [![CI](https://github.com/danielgtaylor/huma/workflows/CI/badge.svg?branch=main)](https://github.com/danielgtaylor/huma/actions?query=workflow%3ACI+branch%3Amain++) [![codecov](https://codecov.io/gh/danielgtaylor/huma/branch/main/graph/badge.svg)](https://codecov.io/gh/danielgtaylor/huma) [![Docs](https://godoc.org/github.com/danielgtaylor/huma/v2?status.svg)](https://pkg.go.dev/github.com/danielgtaylor/huma/v2?tab=doc) [![Go Report Card](https://goreportcard.com/badge/github.com/danielgtaylor/huma/v2)](https://goreportcard.com/report/github.com/danielgtaylor/huma/v2) +!!! question "Looking for an experienced Go developer?" + + Enjoying Huma? Please consider hiring me! I'm looking for new opportunities. Here's my [resume](https://registry.jsonresume.org/danielgtaylor). + A modern, simple, fast & flexible micro framework for building HTTP REST/RPC APIs in Golang backed by OpenAPI 3 and JSON Schema. Pronounced IPA: [/'hjuːmΙ‘/](https://en.wiktionary.org/wiki/Wiktionary:International_Phonetic_Alphabet). ## Goals diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 220804b0..24e9c413 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -61,6 +61,7 @@ nav: - "Migrating From V1": how-to/migrate.md - "OAuth 2.0 & JWT": how-to/oauth2-jwt.md - "Go Reference": "https://pkg.go.dev/github.com/danielgtaylor/huma/v2?tab=doc" + - "Hire @danielgtaylor": https://registry.jsonresume.org/danielgtaylor theme: name: material custom_dir: overrides