From 330a0eacb2aaace0e2c6a1f265c907bbfc3f3a8c Mon Sep 17 00:00:00 2001 From: sanjay920 Date: Wed, 10 Jul 2024 10:10:35 -0700 Subject: [PATCH] add HF link --- docs/docusaurus.config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index ac18687..8845dd6 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -70,6 +70,11 @@ const config = { position: 'right', target: '_self', }, + { + to: 'https://huggingface.co/rubra-ai', + label: 'Hugging Face', + position: 'right', + }, { to: 'https://github.com/rubra-ai/rubra', label: 'GitHub',