feat(dev): Added react docs for Pattern + refactor
This adds support for not only documenating components, but also constants and functions that may be exported next to components.
This commit is contained in:
parent
d0baf7cece
commit
22a89f12d3
50 changed files with 1816 additions and 669 deletions
|
@ -6,12 +6,22 @@ import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
|||
|
||||
<DocusaurusDoc>
|
||||
|
||||
- [Components](#components)
|
||||
|
||||
## Components
|
||||
|
||||
The **Markdown** component family provides the following components:
|
||||
|
||||
- [Markdown](#markdown): A re-export of [react-markdown][rm]
|
||||
- [Markdown](#markdown)
|
||||
|
||||
### Markdown
|
||||
|
||||
A re-export of [react-markdown][rm]
|
||||
|
||||
:::tip
|
||||
|
||||
#### Not FreeSewing code
|
||||
|
||||
This component family only contains re-exports of code by other maintainers.\
|
||||
Since they are a dependency, we provide them as part of the <code>@freesewing/react</code> package for convenience.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue