Skip to content

Commit 0c78b89

Browse files
committed
Add link to v0 website
1 parent 0833bbf commit 0c78b89

File tree

1 file changed

+27
-24
lines changed

1 file changed

+27
-24
lines changed

apps/web/content/blog/v1-migration.mdx

+27-24
Original file line numberDiff line numberDiff line change
@@ -110,30 +110,33 @@ Instead of "use-v1", you can use any string. Just make sure it's easy to find an
110110

111111
Here's the equivalent features between v0 and v1, they aren't exactly the same, but they are similar:
112112

113-
| | v0 | v1 |
114-
| -------------------- | ---------------- | ------------------- |
115-
| Package name | `@code-hike/mdx` | `codehike` |
116-
| Line numbers | [Config][1] | [Example][21] |
117-
| Copy button | [Config][2] | [Example][22] |
118-
| Themes | [Config][3] | [Config][23] |
119-
| Skip languages | [Config][4] | [Config][24] |
120-
| Static components | [Config][5] | [Media queries][25] |
121-
| Auto import | [Config][6] | Not needed |
122-
| Auto link | [Config][7] | [Example][26] |
123-
| Codeblock filename | [Directive][8] | [Example][27] |
124-
| `focus` | [Annotation][9] | [Example][28] |
125-
| `mark` | [Annotation][10] | [Example][29] |
126-
| `withClass` | [Annotation][11] | [Example][30] |
127-
| `link` | [Annotation][12] | [Example][31] |
128-
| `from` | [Annotation][13] | [Syntax][32] |
129-
| `<CH.Code>` Tabs | [Component][14] | [Example][33] |
130-
| `<CH.Code>` Panels | [Component][15] | - |
131-
| Inline code | [Syntax][16] | [Syntax][35] |
132-
| Code mentions | [Syntax][17] | [Example][36] |
133-
| `<CH.Scrollycoding>` | [Component][18] | [Example][37] |
134-
| `<CH.Spotlight>` | [Component][19] | [Example][38] |
135-
| `<CH.Slideshow>` | [Component][20] | [Example][39] |
136-
113+
| | v0 | v1 |
114+
| -------------------- | -------------------------- | ----------------------- |
115+
| Docs | [v0.codehike.org/docs][50] | [codehike.org/docs][51] |
116+
| Package name | `@code-hike/mdx` | `codehike` |
117+
| Line numbers | [Config][1] | [Example][21] |
118+
| Copy button | [Config][2] | [Example][22] |
119+
| Themes | [Config][3] | [Config][23] |
120+
| Skip languages | [Config][4] | [Config][24] |
121+
| Static components | [Config][5] | [Media queries][25] |
122+
| Auto import | [Config][6] | Not needed |
123+
| Auto link | [Config][7] | [Example][26] |
124+
| Codeblock filename | [Directive][8] | [Example][27] |
125+
| `focus` | [Annotation][9] | [Example][28] |
126+
| `mark` | [Annotation][10] | [Example][29] |
127+
| `withClass` | [Annotation][11] | [Example][30] |
128+
| `link` | [Annotation][12] | [Example][31] |
129+
| `from` | [Annotation][13] | [Syntax][32] |
130+
| `<CH.Code>` Tabs | [Component][14] | [Example][33] |
131+
| `<CH.Code>` Panels | [Component][15] | - |
132+
| Inline code | [Syntax][16] | [Syntax][35] |
133+
| Code mentions | [Syntax][17] | [Example][36] |
134+
| `<CH.Scrollycoding>` | [Component][18] | [Example][37] |
135+
| `<CH.Spotlight>` | [Component][19] | [Example][38] |
136+
| `<CH.Slideshow>` | [Component][20] | [Example][39] |
137+
138+
[50]: https://v0.codehike.org/docs
139+
[51]: https://codehike.org/docs
137140
[1]: https://v0.codehike.org/docs/configuration#line-numbers
138141
[2]: https://v0.codehike.org/docs/configuration#copy-button
139142
[3]: https://v0.codehike.org/docs/themes

0 commit comments

Comments
 (0)