wip: Work on editor docs
This commit is contained in:
parent
74d4f05d94
commit
3d01c0136c
61 changed files with 2429 additions and 2396 deletions
|
@ -9,6 +9,7 @@ import {
|
|||
ChatIcon,
|
||||
DesignIcon,
|
||||
DocsIcon,
|
||||
HelpIcon,
|
||||
ShowcaseIcon,
|
||||
RssIcon,
|
||||
LockIcon,
|
||||
|
@ -184,4 +185,7 @@ const navbarItems = {
|
|||
Link={props.Link}
|
||||
/>
|
||||
),
|
||||
support: (props) => (
|
||||
<SimpleNavbarItem label="Support" href="/support/" Icon={HelpIcon} Link={props.Link} />
|
||||
),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue