15 lines
281 B
Markdown
15 lines
281 B
Markdown
![]() |
---
|
||
|
title: Components
|
||
|
---
|
||
|
|
||
|
## Components
|
||
|
|
||
|
We can use custom components for guide articles. Add
|
||
|
|
||
|
```yml
|
||
|
component: path/to/component
|
||
|
```
|
||
|
|
||
|
to an article frontmatter to use your component. Your component should be
|
||
|
located in `client/src/templates/Guide/components/path/to/component`.
|