{
    "componentChunkName": "component---packages-gatsby-theme-docs-src-templates-page-content-js",
    "path": "/writing/sample",
    "result": {"data":{"contentPage":{"title":"Sample page","globalNotification":null,"websitePrimaryColor":"#808080","beta":true,"isGlobalBeta":false,"excludeFromSearchIndex":true,"allowWideContentLayout":false,"body":"var _excluded = [\"components\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\n/* @jsxRuntime classic */\n\n/* @jsx mdx */\nvar _frontmatter = {\n  \"title\": \"Sample page\",\n  \"beta\": true\n};\n\nvar makeShortcode = function makeShortcode(name) {\n  return function MDXDefaultShortcode(props) {\n    console.warn(\"Component \" + name + \" was not imported, exported, or provided by MDXProvider as global scope\");\n    return mdx(\"div\", props);\n  };\n};\n\nvar Subtitle = makeShortcode(\"Subtitle\");\nvar ChildSectionsNav = makeShortcode(\"ChildSectionsNav\");\nvar Beta = makeShortcode(\"Beta\");\nvar layoutProps = {\n  _frontmatter: _frontmatter\n};\nvar MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n  var components = _ref.components,\n      props = _objectWithoutProperties(_ref, _excluded);\n\n  return mdx(MDXLayout, _extends({}, layoutProps, props, {\n    components: components,\n    mdxType: \"MDXLayout\"\n  }), mdx(\"section\", {\n    \"className\": \"section-lead\"\n  }, mdx(Subtitle, {\n    mdxType: \"Subtitle\"\n  }, mdx(\"p\", {\n    parentName: \"section\"\n  }, \"A subtitle is generally a short sentence with the main use case and benefits of the feature.\"))), mdx(\"section\", {\n    \"id\": \"section-headers\",\n    \"className\": \"section-h2\"\n  }, mdx(\"h1\", {\n    parentName: \"section\",\n    \"id\": \"headers\"\n  }, \"Headers\"), mdx(\"p\", {\n    parentName: \"section\"\n  }, \"You can use standard Markdown syntax for headings.\"), mdx(\"p\", {\n    parentName: \"section\"\n  }, \"The first line of content is bound to the heading with a smaller margin. Heading levels 1,2, and 3 appear in the right-hand index navigation by default, which helps readers understand the page's content without reading or scrolling through them.\")), mdx(\"section\", {\n    \"id\": \"section-level-1-heading\",\n    \"className\": \"section-h2\"\n  }, mdx(\"h1\", {\n    parentName: \"section\",\n    \"id\": \"level-1-heading\"\n  }, \"Level 1 heading\"), mdx(\"p\", {\n    parentName: \"section\"\n  }, \"They have the biggest font than other headings, and bound to the left margin of the page.\")), mdx(\"section\", {\n    \"id\": \"section-level-2-heading\",\n    \"className\": \"section-h3\"\n  }, mdx(\"h2\", {\n    parentName: \"section\",\n    \"id\": \"level-2-heading\"\n  }, \"Level 2 heading\"), mdx(\"p\", {\n    parentName: \"section\"\n  }, \"They have a smaller font than the level 1 headings, and are also bound to the left margin of the page.\")), mdx(\"section\", {\n    \"id\": \"section-level-3-heading\",\n    \"className\": \"section-h4\"\n  }, mdx(\"h3\", {\n    parentName: \"section\",\n    \"id\": \"level-3-heading\"\n  }, \"Level 3 heading\"), mdx(\"p\", {\n    parentName: \"section\"\n  }, \"They have the smallest font compared to the other headings, and are slightly indented to th right from the left margin of the page.\")), mdx(\"section\", {\n    \"id\": \"section-level-4-heading\",\n    \"className\": \"section-h5\"\n  }, mdx(\"h4\", {\n    parentName: \"section\",\n    \"id\": \"level-4-heading\"\n  }, \"Level 4 heading\"), mdx(\"p\", {\n    parentName: \"section\"\n  }, \"Any headings after level 3 are rendered and aligned the same as level 3 headings, but do not appear on the right-hand index navigation as level 3 headings.\")), mdx(\"section\", {\n    \"id\": \"section-child-section-example\",\n    \"className\": \"section-h2\"\n  }, mdx(\"h1\", {\n    parentName: \"section\",\n    \"id\": \"child-section-example\"\n  }, \"Child section example\"), mdx(ChildSectionsNav, {\n    parent: \"child-section-example\",\n    mdxType: \"ChildSectionsNav\"\n  })), mdx(\"section\", {\n    \"id\": \"section-level-2-headings\",\n    \"className\": \"section-h3\"\n  }, mdx(\"h2\", {\n    parentName: \"section\",\n    \"id\": \"level-2-headings\"\n  }, \"Level 2 headings\"), mdx(\"p\", {\n    parentName: \"section\"\n  }, \"Some content here.\")), mdx(\"section\", {\n    \"id\": \"section-level-3-headings\",\n    \"className\": \"section-h4\"\n  }, mdx(\"h3\", {\n    parentName: \"section\",\n    \"id\": \"level-3-headings\"\n  }, \"Level 3 headings\"), mdx(\"p\", {\n    parentName: \"section\"\n  }, \"Some content here.\")), mdx(\"section\", {\n    \"id\": \"section-level-4-headings\",\n    \"className\": \"section-h5\"\n  }, mdx(\"h4\", {\n    parentName: \"section\",\n    \"id\": \"level-4-headings\"\n  }, \"Level 4 headings\"), mdx(\"p\", {\n    parentName: \"section\"\n  }, \"Some content here.\")), mdx(\"section\", {\n    \"id\": \"section-level-5-headings\",\n    \"className\": \"section-h6\"\n  }, mdx(\"h5\", {\n    parentName: \"section\",\n    \"id\": \"level-5-headings\"\n  }, \"Level 5 headings\"), mdx(\"p\", {\n    parentName: \"section\"\n  }, \"Some content here.\")), mdx(\"section\", {\n    \"id\": \"section-level-6-headings\",\n    \"className\": \"section-h7\"\n  }, mdx(\"h6\", {\n    parentName: \"section\",\n    \"id\": \"level-6-headings\"\n  }, \"Level 6 headings\"), mdx(\"p\", {\n    parentName: \"section\"\n  }, \"Some content here.\")), mdx(\"section\", {\n    \"id\": \"section-random-heading-1\",\n    \"className\": \"section-h4\"\n  }, mdx(\"h3\", {\n    parentName: \"section\",\n    \"id\": \"random-heading-1\"\n  }, \"Random heading 1\"), mdx(\"p\", {\n    parentName: \"section\"\n  }, \"Some content here.\")), mdx(\"section\", {\n    \"id\": \"section-random-heading-2\",\n    \"className\": \"section-h4\"\n  }, mdx(\"h3\", {\n    parentName: \"section\",\n    \"id\": \"random-heading-2\"\n  }, \"Random heading 2\"), mdx(\"p\", {\n    parentName: \"section\"\n  }, \"Some content here.\")), mdx(\"section\", {\n    \"id\": \"section-beta-section-\",\n    \"className\": \"section-h2\"\n  }, mdx(\"h1\", {\n    parentName: \"section\",\n    \"id\": \"beta-section-\"\n  }, \"Beta section \", mdx(Beta, {\n    mdxType: \"Beta\"\n  })), mdx(\"p\", {\n    parentName: \"section\"\n  }, \"The \", mdx(Beta, {\n    mdxType: \"Beta\"\n  }), \" flag is added to differentiate features in public beta from existing features, and minimize confusions.\"), mdx(\"p\", {\n    parentName: \"section\"\n  }, \"You can also add the \", mdx(Beta, {\n    mdxType: \"Beta\"\n  }), \" flag for headings or fields. However, the syntax is different from the one used for a page. For headings or fields, use \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"<Beta />\"), \" next to the text.\"), mdx(\"ul\", {\n    parentName: \"section\"\n  }, mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"localeProjection\"), \" - String - Optional \", mdx(Beta, {\n    mdxType: \"Beta\"\n  }), mdx(\"br\", {\n    parentName: \"li\"\n  }), \"This is an example of a beta field.\"))));\n}\n;\nMDXContent.isMDXComponent = true;","tableOfContents":{"items":[{"title":"Headers","url":"#headers"},{"title":"Level 1 heading","url":"#level-1-heading","items":[{"title":"Level 2 heading","url":"#level-2-heading","items":[{"title":"Level 3 heading","url":"#level-3-heading","items":[{"title":"Level 4 heading","url":"#level-4-heading"}]}]}]},{"title":"Child section example","url":"#child-section-example","items":[{"title":"Level 2 headings","url":"#level-2-headings","items":[{"title":"Level 3 headings","url":"#level-3-headings","items":[{"title":"Level 4 headings","url":"#level-4-headings","items":[{"title":"Level 5 headings","url":"#level-5-headings","items":[{"title":"Level 6 headings","url":"#level-6-headings"}]}]}]},{"title":"Random heading 1","url":"#random-heading-1"},{"title":"Random heading 2","url":"#random-heading-2"}]}]},{"title":"Beta section","url":"#beta-section-"}]},"navLevels":3,"showTimeToRead":false,"timeToRead":0,"estimatedTimeToRead":1}},"pageContext":{"slug":"/writing/sample","shortTitle":"Sample Page","hasReleaseNotes":false}},
    "staticQueryHashes": ["2494036674","3227520225","3295477089","3359654165","3845541775","636942989"]}