mirror of https://github.com/lukechilds/docs.git
1 changed files with 10 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||||
|
--- |
||||
|
title: Keywords |
||||
|
description: See a detailed list of all keywords for the Clarity language. |
||||
|
--- |
||||
|
|
||||
|
export { convertClarityRefToMdx as getStaticProps } from '@common/data/clarity-ref'; import { ClarityKeywordReference } from '@components/clarity-ref'; |
||||
|
|
||||
|
## Keyword reference |
||||
|
|
||||
|
<ClarityKeywordReference {...props.mdx.keywords} /> |
Loading…
Reference in new issue