Skip to content

Commit 50dcf00

Browse files
committed
Add installation button
1 parent 38bcd8a commit 50dcf00

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed
15.9 KB
Loading
16 KB
Loading

installation.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ description: "Install the CLI to preview and develop your docs locally"
44
icon: "terminal"
55
---
66

7+
<img
8+
className="block dark:hidden my-0"
9+
src="/images/installation/local-development-light.png"
10+
/>
11+
<img
12+
className="hidden dark:block my-0"
13+
src="/images/installation/local-development-dark.png"
14+
/>
15+
716
<Info>
817
**Prerequisite**: Please install [Node.js](https://nodejs.org/en) (version 19 or higher) before proceeding.
918
</Info>

0 commit comments

Comments
 (0)