docusaurus-plugin-typedoc-api
Version:
Docusaurus plugin that provides source code API documentation powered by TypeDoc.
18 lines (16 loc) • 545 B
JavaScript
;
const jsxRuntime = require('react/jsx-runtime');
function Footer() {
return /*#__PURE__*/jsxRuntime.jsxs("footer", {
className: "tsd-footer",
children: ["Powered by", ' ', /*#__PURE__*/jsxRuntime.jsx("a", {
href: "https://github.com/milesj/docusaurus-plugin-typedoc-api",
children: "docusaurus-plugin-typedoc-api"
}), ' ', "and ", /*#__PURE__*/jsxRuntime.jsx("a", {
href: "https://typedoc.org/",
children: "TypeDoc"
})]
});
}
exports.Footer = Footer;
//# sourceMappingURL=Footer.js.map