Files
qmk_firmware-mirror/assets/api_development_environment.md.wNYXToe7.lean.js
T

33 lines
1.4 KiB
JavaScript
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
import { _ as _export_sfc, o as openBlock, c as createElementBlock, j as createBaseVNode, a as createTextVNode } from "./chunks/framework.8zKZLKO7.js";
const __pageData = JSON.parse('{"title":"Development Environment Setup","description":"","frontmatter":{},"headers":[],"relativePath":"api_development_environment.md","filePath":"api_development_environment.md","lastUpdated":null}');
const _sfc_main = { name: "api_development_environment.md" };
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createElementBlock("div", null, [..._cache[0] || (_cache[0] = [
createBaseVNode("h1", {
id: "development-environment-setup",
tabindex: "-1"
}, [
createTextVNode("Development Environment Setup "),
createBaseVNode("a", {
class: "header-anchor",
href: "#development-environment-setup",
"aria-label": 'Permalink to "Development Environment Setup"'
}, "")
], -1),
createBaseVNode("p", null, [
createTextVNode("To setup a development stack head over to the "),
createBaseVNode("a", {
href: "https://github.com/qmk/qmk_web_stack",
target: "_blank",
rel: "noreferrer"
}, "qmk_web_stack"),
createTextVNode(".")
], -1)
])]);
}
const api_development_environment = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export {
__pageData,
api_development_environment as default
};