📝 add load plugin and config doc

This commit is contained in:
yanyongyu
2021-12-28 01:02:04 +08:00
parent 0f5a4473ab
commit db826caff4
9 changed files with 134 additions and 9 deletions

View File

@ -21,7 +21,7 @@ export function Hero(): JSX.Element {
</p>
<div className="mt-8">
<Link
to="/docs/guide"
to="/docs/"
className="inline-block bg-hero text-white font-bold rounded-lg px-6 py-3"
>
使 <FontAwesomeIcon icon={["fas", "chevron-right"]} />

View File

@ -2,7 +2,6 @@ import clsx from "clsx";
import React from "react";
import CodeBlock from "@theme/CodeBlock";
import { HeroFeatureDouble, HeroFeatureSingle } from "@theme/Hero";
import Layout from "@theme/Layout";
import { Hero, HeroFeature } from "../components/Hero";