const__pageData=JSON.parse('{"title":"Documentation Best Practices","description":"","frontmatter":{},"headers":[],"relativePath":"documentation_best_practices.md","filePath":"documentation_best_practices.md"}');
const_hoisted_1=/* @__PURE__ */createStaticVNode('<h1id="documentation-best-practices"tabindex="-1">DocumentationBestPractices<aclass="header-anchor"href="#documentation-best-practices"aria-label="Permalink to "Documentation Best Practices""></a></h1><p>ThispageexiststodocumentbestpracticeswhenwritingdocumentationforQMK.Followingtheseguidelineswillhelptokeepaconsistenttoneandstyle,whichwillinturnhelpotherpeoplemoreeasilyunderstandQMK.</p><h1id="page-opening"tabindex="-1">PageOpening<aclass="header-anchor"href="#page-opening"aria-label="Permalinkto"PageOpening""></a></h1><p>YourdocumentationpageshouldgenerallystartwithanH1heading,followedbya1paragraphdescriptionofwhattheuserwillfindonthispage.KeepinmindthatthisheadingandparagraphwillsitnexttotheTableofContents,sokeeptheheadingshortandavoidlongstringswithnowhitespace.</p><p>Example:</p><divclass="language-vp-adaptive-theme"><buttontitle="CopyCode"class="copy"></button><spanclass="lang"></span><preclass="shikishiki-themesgithub-lightgithub-darkvp-code"><code><spanclass="line"><span>#MyPageTitle</span></span>\n<spanclass="line"><span></span></span>\n<spanclass="line"><span>Thispagecoversmysupercoolfeature.Youcanusethisfeaturetomakecoffee,squeezefreshoj,andhaveaneggmcmuffinandhashbrownsdeliveredfromyourlocalmacca'sbydrone.</span></span></code></pre></div><h1id="headings"tabindex="-1">Headings<aclass="header-anchor"href="#headings"aria-label="Permalinkto"Headings""></a></h1><p>Yourpageshouldgenerallyhavemultiple"H1"headings.OnlyH1andH2headingswillincludedintheTableofContents,soplanthemoutappropriately.ExcesswidthshouldbeavoidedinH1andH2headingstopreventtheTableofContentsfromgettingtoowide.</p><h1id="styled-hint-blocks"tabindex="-1">StyledHintBlocks<aclass="header-anchor"href="#styled-hint-blocks"aria-label="Permalinkto"StyledHintBlocks""></a></h1><p>Youcanhavestyledhintblocksdrawnaroundtexttodrawattentiontoit.</p><h3id="important"tabindex="-1">Important<aclass="header-anchor"href="#important"aria-label="Permalinkto"Important""></a></h3><divclass="language-vp-adaptive-theme"><buttontitle="CopyCode"class="copy"></button><spanclass="lang"></span><preclass="shikishiki-themesgithub-lightgithub-darkvp-code"><code><spanclass="line"><span>:::warning</span></span>\n<spanclass="line"><span>Thisisimportant</span></span>\n<spanclass="line"><span>:::</span></span></code></pre></div><p>Rendersas:</p><divclass="warningcustom-block"><pclass="custom-block-title">WARNING</p><p>Thisisimportant</p></div><h3id="general-tips"tabindex="-1">GeneralTips<aclass="header-anchor"href="#general-tips"aria-label="Permalinkto"GeneralTips""></a></h3><divclass="language-vp-adaptive-theme"><buttontitle="CopyCode"class="copy"></button><spanclass="lang"></span><preclass="shikishiki-themesgithub-lightgithub-darkvp-code"><code><spanclass="line"><span>:::tip</span></span>\n<spanclass="line"><span>Thisisahelpfultip.</span></span>\n<spanclass="line"><span>:::</span></span></code></pre></div><p>Rendersas:</p><divclass="tipcustom-block"><pclass="custom-block-title">TIP</p><p>Thisisahelpfultip.</p></div><h1id="documenting-features"tabindex="-1">DocumentingFeatures<aclass="header-anchor"href="#documenting-features"aria-label="Permalinkto"DocumentingFeatures""></a></h1><p>IfyoucreateanewfeatureforQMK,createadocumentationpageforit.Itdoesn'thavetobeverylong,afewsentencesdescribingyourfeatureandatablelistinganyrelevantkeycodesisenough.Hereisabasictemplate:</p><divclass="language-markdownvp-adaptive-theme"><buttontitle="CopyCode"class="copy"></button><spanclass="lang">markdown</span><preclass="shikishiki-themesgithub-lightgithub-darkvp-code"><code><spanclass="line