Skip to content

Commit 81fa323

Browse files
committed
Change v0 link
1 parent 079cfc3 commit 81fa323

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

apps/web/ui/nav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
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
[![Vercel](https://user-images.githubusercontent.com/1911623/145199399-68b8cd57-c331-4c50-81a2-8c491fb7c0a5.png#gh-dark-mode-only)](https://vercel.com/?utm_source=codehike&utm_campaign=oss#gh-dark-mode-only)

0 commit comments

Comments
 (0)