From 5b15162d0dee23eb7d4144ab8d059a5fbb9232b9 Mon Sep 17 00:00:00 2001 From: David Garcia Date: Wed, 10 Jun 2026 11:46:39 +0100 Subject: [PATCH] Improve npm discoverability: keywords, description, homepage npm search weights name, description, and keywords. The package had no keywords and a description without the words Docusaurus or chatbot, so it did not rank for 'docusaurus chatbot' searches. Bumps to 1.0.13 for republish (metadata-only change). --- package.json | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cd22349..c67d0dc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,23 @@ { "name": "docusaurus-biel", - "version": "1.0.12", - "description": "Ask AI bot for technical documentation.", + "version": "1.0.13", + "description": "Docusaurus AI chatbot and AI search plugin. Add an Ask AI assistant to your Docusaurus docs with source-linked answers, powered by Biel.ai.", + "keywords": [ + "docusaurus", + "docusaurus-plugin", + "ai", + "chatbot", + "ai-search", + "ask-ai", + "documentation", + "docs", + "rag", + "search" + ], + "homepage": "https://biel.ai/integrations/docusaurus", + "bugs": { + "url": "https://github.com/TechDocsStudio/docusaurus-biel/issues" + }, "main": "build/index.js", "types": "build/index.d.ts", "scripts": {