wip: Rewrite tutorial for v3
This commit is contained in:
parent
7487f1f449
commit
32d6e938df
15 changed files with 349 additions and 303 deletions
|
@ -15,7 +15,7 @@ export const MdxWrapper = ({ title = false, path, language, children }) => {
|
|||
return (
|
||||
<>
|
||||
{title ? <h1>{title}</h1> : null}
|
||||
<div className="text-primary mdx text-base-content text-base">
|
||||
<div className="mdx text-base-content text-base">
|
||||
<MDXProvider components={components}>{children}</MDXProvider>
|
||||
</div>
|
||||
<div
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue