File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ function VersionNav({ version }: { version: string }) {
68
68
< span className = "w-full px-2 py-1" > { version } </ span >
69
69
</ DropdownMenuItem >
70
70
< DropdownMenuItem className = "p-0" >
71
- < a href = "https://v0.codehike.org" className = "w-full px-2 py-1" >
71
+ < a href = "https://v0.codehike.org/docs " className = "w-full px-2 py-1" >
72
72
0.9.0
73
73
</ a >
74
74
</ DropdownMenuItem >
Original file line number Diff line number Diff line change 1
1
### Build rich content websites with Markdown and React
2
2
3
+ Code Hike is an open-source library designed to encourage the authoring of technical content that takes full advantage of the modern web.
4
+
3
5
** Docs: https://codehike.org/docs **
4
6
7
+ #### Quick Start
8
+
9
+ Try it online on [ StackBlitz] ( https://stackblitz.com/github/code-hike/v1-starter ) . Or clone the Code Hike starter:
10
+
11
+ ``` bash
12
+ npx create-next-app -e https://github.com/code-hike/v1-starter
13
+ ```
14
+
5
15
<!-- #### Powered by
6
16
7
17
[](https://vercel.com/?utm_source=codehike&utm_campaign=oss#gh-dark-mode-only)
You can’t perform that action at this time.
0 commit comments