mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-09 16:03:31 +00:00
15 lines
354 B
Plaintext
15 lines
354 B
Plaintext
|
|
import { Meta, Description } from '@storybook/blocks';
|
||
|
|
import ReadMe from '../README.mdx';
|
||
|
|
|
||
|
|
<Meta title="Introduction" />
|
||
|
|
|
||
|
|
<div className="custom-docs">
|
||
|
|
<div className="acrylBg">
|
||
|
|
<img src="https://www.acryldata.io/images/logo-pattern.svg" alt="Acryl Logo" />
|
||
|
|
</div>
|
||
|
|
|
||
|
|
{/* To simply, we're rendering the root readme here */}
|
||
|
|
<ReadMe />
|
||
|
|
|
||
|
|
</div>
|