From 5fdf1fa08c077cb1f40b7e3bda11b09c2127f5a8 Mon Sep 17 00:00:00 2001 From: Jorrit Nutma Date: Wed, 24 Jun 2026 14:14:21 +0200 Subject: [PATCH] Add link to ruby library to language tooling footer --- website/docusaurus.config.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/website/docusaurus.config.ts b/website/docusaurus.config.ts index b6bb2ad..96a9a2d 100644 --- a/website/docusaurus.config.ts +++ b/website/docusaurus.config.ts @@ -104,7 +104,11 @@ const config: Config = { { label: 'Python library', href: 'https://pypi.org/project/s2-python/', - } + }, + { + label: 'Ruby library', + href: 'https://github.com/stekker/s2-ruby/', + }, ], }, {