| 1234567891011121314151617181920212223242526272829303132333435 |
- import { _ as _export_sfc, c as createElementBlock, o as openBlock, l as createBaseVNode, a as createTextVNode } from "./chunks/framework.Cauyuiy8.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" };
- 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
- };
|