api_development_environment.md.DBOLjnDt.lean.js 1.5 KB

1234567891011121314151617181920212223242526272829303132333435
  1. import { _ as _export_sfc, c as createElementBlock, o as openBlock, l as createBaseVNode, a as createTextVNode } from "./chunks/framework.Cauyuiy8.js";
  2. const __pageData = JSON.parse('{"title":"Development Environment Setup","description":"","frontmatter":{},"headers":[],"relativePath":"api_development_environment.md","filePath":"api_development_environment.md","lastUpdated":null}');
  3. const _sfc_main = { name: "api_development_environment.md" };
  4. const _hoisted_1 = /* @__PURE__ */ createBaseVNode("h1", {
  5. id: "development-environment-setup",
  6. tabindex: "-1"
  7. }, [
  8. /* @__PURE__ */ createTextVNode("Development Environment Setup "),
  9. /* @__PURE__ */ createBaseVNode("a", {
  10. class: "header-anchor",
  11. href: "#development-environment-setup",
  12. "aria-label": 'Permalink to "Development Environment Setup"'
  13. }, "​")
  14. ], -1);
  15. const _hoisted_2 = /* @__PURE__ */ createBaseVNode("p", null, [
  16. /* @__PURE__ */ createTextVNode("To setup a development stack head over to the "),
  17. /* @__PURE__ */ createBaseVNode("a", {
  18. href: "https://github.com/qmk/qmk_web_stack",
  19. target: "_blank",
  20. rel: "noreferrer"
  21. }, "qmk_web_stack"),
  22. /* @__PURE__ */ createTextVNode(".")
  23. ], -1);
  24. const _hoisted_3 = [
  25. _hoisted_1,
  26. _hoisted_2
  27. ];
  28. function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
  29. return openBlock(), createElementBlock("div", null, _hoisted_3);
  30. }
  31. const api_development_environment = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
  32. export {
  33. __pageData,
  34. api_development_environment as default
  35. };