docs: add docker install command
This commit is contained in:
parent
a8cbffdbe1
commit
cef2e28b52
@ -34,12 +34,20 @@ function HomepageHeader() {
|
|||||||
>
|
>
|
||||||
Early Access
|
Early Access
|
||||||
</Link> */}
|
</Link> */}
|
||||||
<Link
|
{/* <Link
|
||||||
className="button button--primary button--lg"
|
className="button button--primary button--lg"
|
||||||
to="https://demo.tianji.msgbyte.com"
|
to="https://demo.tianji.msgbyte.com"
|
||||||
>
|
>
|
||||||
Visit Demo
|
Visit Demo
|
||||||
</Link>
|
</Link> */}
|
||||||
|
|
||||||
|
<div className="w-min m-auto text-left bg-neutral-100 dark:bg-neutral-800 p-2 rounded-lg">
|
||||||
|
<div className="whitespace-nowrap">
|
||||||
|
wget
|
||||||
|
https://raw.githubusercontent.com/msgbyte/tianji/master/docker-compose.yml
|
||||||
|
</div>
|
||||||
|
<div>docker compose up -d</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
);
|
);
|
||||||
|
@ -13,6 +13,7 @@ const plugin: PluginCreator = (api) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
darkMode: ['class', '[data-theme="dark"]'],
|
||||||
corePlugins: {
|
corePlugins: {
|
||||||
preflight: false,
|
preflight: false,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user