Something went wrong. Try again.
[READ-ONLY] Mirror of https://github.com/flo-bit/tiny-docs. quick setup, simple, minimalistic docs for your github project flo-bit.dev/tiny-docs
Something went wrong. Try again.
123456789101112import type { EmbedsOption } from "astro-custom-embeds";import GithubMatcher from "./matcher";
const GithubEmbed: EmbedsOption = { componentName: "Github", urlArgument: "href", urlMatcher: GithubMatcher, directiveName: "github", importPath: "src/embeds",};
export default GithubEmbed;