Skip to content

Commit

Permalink
Merge pull request #42 from allora-network/kush/copy-button
Browse files Browse the repository at this point in the history
copy button
  • Loading branch information
kush-alloralabs authored Jul 24, 2024
2 parents 5dbe0c8 + 3c7edc1 commit 1108fc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -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(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { Callout } from 'nextra/components'

# Building a Worker Node with the allocmd CLI


Expand Down

0 comments on commit 1108fc4

Please sign in to comment.