From 395039ebfc1faee3560db4879956787ca85e1186 Mon Sep 17 00:00:00 2001 From: Gohans Date: Sat, 12 Sep 2026 21:11:44 +0700 Subject: [PATCH] feat(registry): add convex package definition Add Convex (https://github.com/get-convex/convex-backend) documentation package definition to the npm registry. Tested locally with test-registry and registry build (1329 sections, 315852 tokens). --- registry/npm/convex.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 registry/npm/convex.yaml diff --git a/registry/npm/convex.yaml b/registry/npm/convex.yaml new file mode 100644 index 0000000..62f44f2 --- /dev/null +++ b/registry/npm/convex.yaml @@ -0,0 +1,8 @@ +name: convex +description: "The reactive backend-as-a-service for fullstack TypeScript apps" +repository: https://github.com/get-convex/convex-backend + +source: + type: git + url: https://github.com/get-convex/convex-backend + docs_path: npm-packages/docs