Skip to content

Commit

Permalink
Update docs/api-pages.md
Browse files Browse the repository at this point in the history
Co-authored-by: Drew Alexander <drewalexander986@gmail.com>
  • Loading branch information
Jonathannsegal and Drewbi committed Aug 11, 2020
1 parent 85edcc5 commit 2df953b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ What this means to the user is that if you wish to use the `CompLibrary` module,

If you wish to use your own components inside the website directory, use `process.cwd()` which will refer to the `website` directory to construct require paths. For example, if you add a component to `website/core/mycomponent.js`, you can use the require path, `'process.cwd() + /core/mycomponent.js'`.

There is a special import for custom items `@theme-original`. The `theme-original` alias (just like using `theme` alias) will not get the theme component from the plusin's code. While the `init-theme` alias refers to the proper (theme) component (from the theme itself, where it is first defined). Therefore the `theme-original` is for the user and `theme-initial` is for the plugins.
There is a special import for custom items `@theme-original`. The `theme-original` alias (just like using `theme` alias) will not get the theme component from the plugin's code. While the `init-theme` alias refers to the proper (theme) component (from the theme itself, where it is first defined). Therefore the `theme-original` is for the user and `theme-initial` is for the plugins.

## Provided Components

Expand Down

0 comments on commit 2df953b

Please sign in to comment.