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: packages/docs/docs/guide/using-vue.md
+11-11
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ Directives also work:
58
58
59
59
### Access to Site & Page Data
60
60
61
-
The compiled component does not have any private data but does have access to the [site metadata](./custom-themes.md#site-and-page-metadata). For example:
61
+
The compiled component does not have any private data but does have access to the [site metadata](../theme/writing-a-theme.md#site-and-page-metadata). For example:
62
62
63
63
**Input**
64
64
@@ -145,7 +145,7 @@ The output HTML is accomplished by [markdown-it](https://github.com/markdown-it/
145
145
## Using Pre-processors
146
146
147
147
VuePress has built-in webpack config for the following pre-processors: `sass`, `scss`, `less`, `stylus` and `pug`. All you need to do is installing the corresponding dependencies. For example, to enable `sass`, install the following in your project:
If you are a Stylus user, you don't need to install `stylus` and `stylus-loader` in your project because VuePress uses Stylus internally.
170
-
170
+
171
171
For pre-processors that do not have built-in webpack config support, you will need to [extend the internal webpack config](../config/README.md#configurewebpack) in addition to installing the necessary dependencies.
172
172
:::
173
173
@@ -209,19 +209,19 @@ See [Browser API Access Restrictions](#browser-api-access-restrictions).
209
209
210
210
-`custom` - boolean
211
211
212
-
-**Usage**:
213
-
212
+
-**Usage**:
213
+
214
214
The compiled content of the current `.md` file being rendered. This will be very useful when you use [Custom Layout](../theme/default-theme-config.md#custom-layout-for-specific-pages).
Copy file name to clipboardExpand all lines: packages/docs/docs/plugin/option-api.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -287,7 +287,7 @@ import { SOURCE_DIR } from '@dynamic/constans'
287
287
- Type: `Function`
288
288
- Default: `undefined`
289
289
290
-
A function used to extend or modify the [$page](../miscellaneous/global-computed.md#page) object. This function will be invoking once for each page at compile time.
290
+
A function used to extend or modify the [$page](../guide/global-computed.md#page) object. This function will be invoking once for each page at compile time.
0 commit comments