feat(shared): Support for 2 different links in design picker. Closes #5060
This commit is contained in:
parent
6b6974396d
commit
a57993ea4f
8 changed files with 120 additions and 60 deletions
|
@ -12,7 +12,7 @@ import { MdxWrapper } from 'shared/components/wrappers/mdx.mjs'
|
|||
import { DocsLayout, ns as layoutNs } from 'site/components/layouts/docs.mjs'
|
||||
import { loaders } from 'shared/components/dynamic-docs/org.mjs'
|
||||
|
||||
export const ns = nsMerge(pageNs, layoutNs, 'designs', 'account')
|
||||
export const ns = nsMerge(pageNs, layoutNs, 'designs', 'account', 'tags')
|
||||
|
||||
/**
|
||||
* a page to display documentation markdown
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue