Skip to content

Latest commit

 

History

History
63 lines (54 loc) · 1.49 KB

get-started-locally.md

File metadata and controls

63 lines (54 loc) · 1.49 KB
layout title permalink background-class body-class order published
get_started
Start Locally
/get-started/locally/
get-started-background
get-started
1
true

Start Locally

{% include quick_start_local.html %}

{% capture mac %}

* TOC {:toc} {::options toc_levels="1..3" /} {% include_relative installation/mac.md %} {% endcapture %}

{% capture linux %}

* TOC {:toc} {::options toc_levels="1..3" /} {% include_relative installation/linux.md %} {% endcapture %}

{% capture windows %}

* TOC {:toc} {::options toc_levels="1..3" /} {% include_relative installation/windows.md %} {% endcapture %}
{{ mac | markdownify }}
{{ linux | markdownify }}
{{ windows | markdownify }}
<script type="text/javascript"> var pageId = "get-started-locally"; // TBD: Make this programmatic $(".main-content-menu .nav-item").removeClass("nav-select"); $(".main-content-menu .nav-link[data-id='" + pageId + "']").parent(".nav-item").addClass("nav-select"); </script> <script src="{{ site.baseurl }}/assets/quick-start-module.js"></script> <script src="{{ site.baseurl }}/assets/show-screencast.js"></script>