import { Markdown } from '@redocly/theme/components/Markdown/Markdown'; import { DocumentationLayout } from '@redocly/theme/layouts/DocumentationLayout'; import { TableOfContent } from '@redocly/theme/components/TableOfContent/TableOfContent'; import styled from 'styled-components'; const LayoutWrapper = styled.div` display: flex; flex: 1; width: 100%; `; function PostInfo(data) { return (