import React from "react" import { Link, graphql } from "gatsby" import Layout from "../components/layout" import SEO from "../components/seo" import DocsCard from "../components/cards/docs" import { node2slug } from "../utils"; import rehypeReact from "rehype-react" function DivMixin(props) { if (props?.class != null && props.class.includes("gatsby-highlight")) { props.class = props.class + " mockup-code mb-5" } return
} const componentMap = { div: DivMixin, a: (props) => { return }, kbd: (props) => { return }, ol: (props) => { return