要添加 headerLinks,代码是
headerLinks: [
{ doc: "introduction", label: "Docs" },
{ doc: "faq", label: "FAQ" },
{
href: "https://github.com",
label: "Github",
},
{
href: "https://example.com",
label: "Hire Us",
},
Run Code Online (Sandbox Code Playgroud)
我想在“雇用我们”内容之前添加一个图标。我应该写什么?
docusaurus ×1