You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/docusaurus/docs/intro.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ We need to import the `remarkCodeHike` function from the _`@code-hike/mdx`_ pack
125
125
126
126
Next to the plugin you can pass a [config object](focus://14[30:38]). Almost always you'll want to pass a theme there. You can import one from shiki, or make a custom one.
127
127
128
-
You can also pass more options, like `lineNumbers` for example. See the [configuration docs](/configuration) for more information.
128
+
You can also pass more options, like `lineNumbers` for example. See the [configuration docs](/docs/intro) for more information.
129
129
130
130
---
131
131
@@ -178,7 +178,7 @@ There's a `customCSS` property in the theme config. You can replace it with an a
178
178
179
179
If you want to customize Code Hike's styles with a global stylesheet make sure to import it after this import to avoid specificity issues.
180
180
181
-
You can learn more about customizing Code Hike styles in the [styling docs](/styling).
181
+
You can learn more about customizing Code Hike styles in the [styling docs](/docs/intro).
0 commit comments