From 1e46b779762c2fd5cf3da6cce13a5648c1aa6f09 Mon Sep 17 00:00:00 2001 From: Roy Lee Date: Fri, 24 Oct 2025 12:58:54 -0400 Subject: [PATCH 1/2] chore: trigger Netlify cache purge --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 03eab29..40b0f78 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ node_modules # Local Netlify folder .netlify + From 2a36f0cfb6f65e071197436ea3f3993a2d8d1eec Mon Sep 17 00:00:00 2001 From: Roy Lee Date: Fri, 24 Oct 2025 12:59:53 -0400 Subject: [PATCH 2/2] fix: add Nextra components import to Alibaba Cloud docs --- .../build-and-deploy-worker-with-alibaba-cloud.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/devs/workers/deploy-worker/build-and-deploy-worker-with-alibaba-cloud.mdx b/pages/devs/workers/deploy-worker/build-and-deploy-worker-with-alibaba-cloud.mdx index 546016c..6445e9c 100644 --- a/pages/devs/workers/deploy-worker/build-and-deploy-worker-with-alibaba-cloud.mdx +++ b/pages/devs/workers/deploy-worker/build-and-deploy-worker-with-alibaba-cloud.mdx @@ -1,3 +1,5 @@ +import { Callout } from 'nextra/components' + # Build and Deploy a Worker Node With Alibaba Cloud This guide provides detailed instructions on how to deploy an Allora Worker Node on Alibaba Cloud infrastructure.