{"componentChunkName":"component---src-templates-doc-tsx","path":"/contributing/pages/frontmatter/","result":{"data":{"file":{"id":"429cba0c-7ebf-57cf-9cc8-e902588a566f","relativePath":"contributing/pages/frontmatter.mdx","sourceInstanceName":"docs","childMarkdownRemark":null,"childMdx":{"body":"function _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/* @jsx mdx */\nvar _frontmatter = {\n  \"title\": \"Frontmatter\",\n  \"noindex\": 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 CodeTabs = makeShortcode(\"CodeTabs\");\nvar CodeBlock = makeShortcode(\"CodeBlock\");\nvar layoutProps = {\n  _frontmatter: _frontmatter\n};\nvar MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n  var components = _ref.components,\n      props = _objectWithoutProperties(_ref, [\"components\"]);\n\n  return mdx(MDXLayout, _extends({}, layoutProps, props, {\n    components: components,\n    mdxType: \"MDXLayout\"\n  }), mdx(\"p\", null, \"Frontmatter a YAML-formatted blob defined at the top of every markdown or mdx file:\"), mdx(\"div\", {\n    \"className\": \"code-tabs-wrapper\"\n  }, mdx(CodeTabs, {\n    mdxType: \"CodeTabs\"\n  }, mdx(CodeBlock, {\n    language: \"markdown\",\n    title: \"\",\n    filename: \"\",\n    mdxType: \"CodeBlock\"\n  }, mdx(\"div\", _extends({\n    parentName: \"div\"\n  }, {\n    \"className\": \"gatsby-highlight\",\n    \"data-language\": \"markdown\"\n  }), mdx(\"pre\", _extends({\n    parentName: \"div\"\n  }, {\n    \"className\": \"language-markdown\"\n  }), mdx(\"code\", _extends({\n    parentName: \"pre\"\n  }, {\n    \"className\": \"language-markdown\"\n  }), mdx(\"span\", _extends({\n    parentName: \"code\"\n  }, {\n    \"className\": \"token hr punctuation\"\n  }), \"---\"), \"\\n\", mdx(\"span\", _extends({\n    parentName: \"code\"\n  }, {\n    \"className\": \"token title important\"\n  }), \"title: Doc Title\\n\", mdx(\"span\", _extends({\n    parentName: \"span\"\n  }, {\n    \"className\": \"token punctuation\"\n  }), \"---\")), \"\\n\\nMarkdown or MDX content\")))))), mdx(\"p\", null, \"Standard frontmatter will apply on nearly every page:\"), mdx(\"p\", null, mdx(\"dl\", {\n    parentName: \"p\"\n  }, mdx(\"dt\", {\n    parentName: \"dl\"\n  }, mdx(\"inlineCode\", {\n    parentName: \"dt\"\n  }, \"title\")), mdx(\"dd\", {\n    parentName: \"dl\"\n  }, \"Document title - used in \", mdx(\"inlineCode\", {\n    parentName: \"dd\"\n  }, \"<title>\"), \" as well as things like search titles.\"))), mdx(\"p\", null, mdx(\"dl\", {\n    parentName: \"p\"\n  }, mdx(\"dt\", {\n    parentName: \"dl\"\n  }, mdx(\"inlineCode\", {\n    parentName: \"dt\"\n  }, \"noindex\"), \" (false)\"), mdx(\"dd\", {\n    parentName: \"dl\"\n  }, \"Set this to true to disable indexing (robots, algolia) of this content.\"))), mdx(\"p\", null, mdx(\"dl\", {\n    parentName: \"p\"\n  }, mdx(\"dt\", {\n    parentName: \"dl\"\n  }, mdx(\"inlineCode\", {\n    parentName: \"dt\"\n  }, \"notoc\"), \" (false)\"), mdx(\"dd\", {\n    parentName: \"dl\"\n  }, \"Set this to true to disable table of contents rendering.\"))), mdx(\"p\", null, mdx(\"dl\", {\n    parentName: \"p\"\n  }, mdx(\"dt\", {\n    parentName: \"dl\"\n  }, mdx(\"inlineCode\", {\n    parentName: \"dt\"\n  }, \"draft\"), \" (false)\"), mdx(\"dd\", {\n    parentName: \"dl\"\n  }, \"Set this to true to mark this page as a draft, and hide it from various other components.\"))), mdx(\"p\", null, mdx(\"dl\", {\n    parentName: \"p\"\n  }, mdx(\"dt\", {\n    parentName: \"dl\"\n  }, mdx(\"inlineCode\", {\n    parentName: \"dt\"\n  }, \"keywords\"), \" ([])\"), mdx(\"dd\", {\n    parentName: \"dl\"\n  }, \"A list of keywords for indexing with search.\"))), mdx(\"p\", null, mdx(\"dl\", {\n    parentName: \"p\"\n  }, mdx(\"dt\", {\n    parentName: \"dl\"\n  }, mdx(\"inlineCode\", {\n    parentName: \"dt\"\n  }, \"description\")), mdx(\"dd\", {\n    parentName: \"dl\"\n  }, \"A description to use in the \", mdx(\"inlineCode\", {\n    parentName: \"dd\"\n  }, \"<meta>\"), \" header, as well as in auto generated page grids.\"))), mdx(\"p\", null, mdx(\"dl\", {\n    parentName: \"p\"\n  }, mdx(\"dt\", {\n    parentName: \"dl\"\n  }, mdx(\"inlineCode\", {\n    parentName: \"dt\"\n  }, \"sidebar_order\"), \" (10)\"), mdx(\"dd\", {\n    parentName: \"dl\"\n  }, \"The order of this page in auto generated sidebars and grids.\"))), mdx(\"p\", null, \"Much of the other functionality for pages is also driven via frontmatter, such as:\"), mdx(\"ul\", null, mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"a\", _extends({\n    parentName: \"li\"\n  }, {\n    \"href\": \"../redirects/\"\n  }), \"Redirects\")), mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"a\", _extends({\n    parentName: \"li\"\n  }, {\n    \"href\": \"../search/\"\n  }), \"Search\"))));\n}\n;\nMDXContent.isMDXComponent = true;","tableOfContents":{},"internal":{"type":"Mdx"}}}},"pageContext":{"excerpt":"Frontmatter a YAML-formatted blob defined at the top of every markdown or mdx file: Standard frontmatter will apply on nearly every page: title : Document title - used in  <title>  as well as things like search titles. noindex  (false) : Set this to true to disable indexing (robots, algolia) of this content. notoc  (false) : Set this to true to disable table of contents rendering. draft  (false) : Set this to true to mark this page as a draft, and hide it from various other components. keywords  ([]) : A list of keywords for indexing with search. description : A description to use in the  <meta>  header, as well as in auto generated page grids. sidebar_order  (10) : The order of this page in auto generated sidebars and grids. Much of the other functionality for pages is also driven via frontmatter, such as: Redirects Search","title":"Frontmatter","description":null,"draft":null,"noindex":true,"notoc":null,"sidebar_order":null,"redirect_from":null,"keywords":null,"id":"429cba0c-7ebf-57cf-9cc8-e902588a566f","legacy":false}},"staticQueryHashes":["1218203755","1222113826","1222113826","1766336459","2158593473","2764967025","3345802723","3818502851","3990806462","4015007367","4192517163","4264099332","518019976"]}