From 3c7edc13aaae87820f4e33cd9e776b74c9babab8 Mon Sep 17 00:00:00 2001 From: kush-alloralabs Date: Wed, 24 Jul 2024 09:33:18 -0400 Subject: [PATCH] copy button --- next.config.js | 3 ++- .../devs/workers/deploy-worker/deploy-worker-with-allocmd.mdx | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index f7c9694..19727ea 100644 --- a/next.config.js +++ b/next.config.js @@ -1,7 +1,8 @@ const withNextra = require('nextra')({ theme: 'nextra-theme-docs', themeConfig: './theme.config.tsx', - latex: true + latex: true, + defaultShowCopyCode: true }) module.exports = withNextra( diff --git a/pages/devs/workers/deploy-worker/deploy-worker-with-allocmd.mdx b/pages/devs/workers/deploy-worker/deploy-worker-with-allocmd.mdx index babc49f..9e0e4ca 100644 --- a/pages/devs/workers/deploy-worker/deploy-worker-with-allocmd.mdx +++ b/pages/devs/workers/deploy-worker/deploy-worker-with-allocmd.mdx @@ -1,3 +1,5 @@ +import { Callout } from 'nextra/components' + # Building a Worker Node with the allocmd CLI