doc: mdx()

in www/src/templates/Component/Component.tsx [161:183]


		doc: mdx(id: {eq: $id}) {
			id
			code {
				body
			}
			headings {
				depth
				value
			}
			fields {
				nodeName
				breadcrumbs {
					nodeName
					label
					href
				}
				relativeUrlPath
			}
			frontmatter {
				title
				package
			}
		}