Skip to content

Commit d849577

Browse files
committed
Publish posts
1 parent 812fdcd commit d849577

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

Diff for: apps/web/content/blog/v1-migration.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Migrating to Code Hike v1
33
description: Incremental adoption guide
44
authors: [pomber]
55
date: 2024-08-25
6-
draft: true
6+
draft: false
77
---
88

99
import { CodeWithNotes } from "@/components/code/code-with-notes"

Diff for: apps/web/content/blog/v1.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Announcing Code Hike 1.0
33
description: A new approach to turn markdown into rich interactive experiences
44
authors: [pomber]
55
date: 2024-08-26
6-
draft: true
6+
draft: false
77
---
88

99
import { CodeWithNotes } from "@/components/code/code-with-notes"

Diff for: apps/web/content/docs/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ For examples using various frameworks, see the [examples](/docs/examples).
9090
1. Install Code Hike:
9191

9292
```bash -c
93-
npm install codehike@beta
93+
npm install codehike
9494
```
9595

9696
2. Set up MDX plugins:

Diff for: packages/codehike/readme.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Code Hike
2+
3+
Build rich content websites with Markdown and React
4+
5+
## Documentation
6+
7+
See [https://codehike.org/docs](https://codehike.org/docs)

0 commit comments

Comments
 (0)