32 lines
512 B
Text
32 lines
512 B
Text
---
|
|
title: About you
|
|
sidebar_position: 2
|
|
---
|
|
|
|
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
|
import { RoleBlock } from '@freesewing/react/components/Role'
|
|
import { Avatar, Bio, Email, Username } from '@freesewing/react/components/Account'
|
|
import Link from '@docusaurus/Link'
|
|
|
|
<DocusaurusDoc>
|
|
<RoleBlock role="user">
|
|
These fields are tied to your identity:
|
|
|
|
## Avatar
|
|
|
|
<Avatar />
|
|
|
|
## Bio
|
|
|
|
<Bio />
|
|
|
|
## Email Address
|
|
|
|
<Email />
|
|
|
|
## Username
|
|
|
|
<Username />
|
|
|
|
</RoleBlock>
|
|
</DocusaurusDoc>
|