chore(lab): Do not include dynamic docs in the lab
This commit is contained in:
parent
8eed5e17eb
commit
5a92cc6659
14 changed files with 175 additions and 110 deletions
|
@ -22,7 +22,7 @@ const dynamicDocsFactory = (lang) => {
|
|||
const mdx = dynamic(
|
||||
() =>
|
||||
import(
|
||||
`markdown/docs/site/draft/core-settings/${setting ? setting + '/' : ''}${lang}.md`
|
||||
`orgmarkdown/docs/site/draft/core-settings/${setting ? setting + '/' : ''}${lang}.md`
|
||||
).then((mod) => {
|
||||
setFrontmatter(mod.frontmatter)
|
||||
return mod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue