mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-02-27 01:56:43 +00:00
36 lines
1.5 KiB
JavaScript
36 lines
1.5 KiB
JavaScript
import { _ as _export_sfc, c as createElementBlock, o as openBlock, l as createBaseVNode, a as createTextVNode } from "./chunks/framework.DyMmIvSC.js";
|
||
const __pageData = JSON.parse('{"title":"Development Environment Setup","description":"","frontmatter":{},"headers":[],"relativePath":"api_development_environment.md","filePath":"api_development_environment.md"}');
|
||
const _sfc_main = { name: "api_development_environment.md" };
|
||
const _hoisted_1 = /* @__PURE__ */ createBaseVNode("h1", {
|
||
id: "development-environment-setup",
|
||
tabindex: "-1"
|
||
}, [
|
||
/* @__PURE__ */ createTextVNode("Development Environment Setup "),
|
||
/* @__PURE__ */ createBaseVNode("a", {
|
||
class: "header-anchor",
|
||
href: "#development-environment-setup",
|
||
"aria-label": 'Permalink to "Development Environment Setup"'
|
||
}, "")
|
||
], -1);
|
||
const _hoisted_2 = /* @__PURE__ */ createBaseVNode("p", null, [
|
||
/* @__PURE__ */ createTextVNode("To setup a development stack head over to the "),
|
||
/* @__PURE__ */ createBaseVNode("a", {
|
||
href: "https://github.com/qmk/qmk_web_stack",
|
||
target: "_blank",
|
||
rel: "noreferrer"
|
||
}, "qmk_web_stack"),
|
||
/* @__PURE__ */ createTextVNode(".")
|
||
], -1);
|
||
const _hoisted_3 = [
|
||
_hoisted_1,
|
||
_hoisted_2
|
||
];
|
||
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||
return openBlock(), createElementBlock("div", null, _hoisted_3);
|
||
}
|
||
const api_development_environment = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
||
export {
|
||
__pageData,
|
||
api_development_environment as default
|
||
};
|