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 }) {
6868 < span className = "w-full px-2 py-1" > { version } </ span >
6969 </ DropdownMenuItem >
7070 < 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" >
7272 0.9.0
7373 </ a >
7474 </ DropdownMenuItem >
Original file line number Diff line number Diff line change 11### Build rich content websites with Markdown and React
22
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+
35** Docs: https://codehike.org/docs **
46
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+
515<!-- #### Powered by
616
717[](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