Skip to content

Commit

Permalink
feat: links update & windows guide draft
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejkorsan committed Jan 18, 2018
1 parent 0764e1b commit 8e006ca
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 13 deletions.
8 changes: 4 additions & 4 deletions docs/docs/_coverpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<div class="terminal-text">
<p>
<span class="lite">⬢</span> $ npm install -g yarn<br />
<span class="lite">⬢</span> $ npm install -g syncano-cli<br />
<span class="lite">⬢</span> $ npm install -g @syncano/cli<br />
<span class="lite">⬢</span> $ syncano-cli init
</p>
<p class="cli-output"> ...<br />
Expand All @@ -44,9 +44,9 @@
</div>
</div>
<div class="buttons">
<a class="button side-button" href="https://syncano.github.io/syncano-node-cli/#/server-lib-reference/installation">SERVER LIB</a>
<a class="button main-button" href="https://syncano.github.io/syncano-node-cli/#/getting-started/quickstart">DEV GUIDE</a>
<a class="button side-button" href="https://syncano.github.io/syncano-node-cli/#/client-lib-reference/installation">CLIENT LIB</a>
<a class="button side-button" href="https://cookbook.syncano.io/#/">Cookbook</a>
<a class="button main-button" href="#/getting-started/quickstart">Quick Start</a>
<a class="button side-button" href="https://cheatsheet.syncano.io/#/">Cheatsheet</a>
</div>
</section>
</div>
Expand Down
14 changes: 6 additions & 8 deletions docs/docs/_navbar.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
- Getting started
- [Quick Start](getting-started/quickstart.md)
- [Building Sockets](building-sockets/config-options.md)
- [Using Sockets](using-sockets/config-options.md)

- Resources
- [Syncano CLI](https://github.com/Syncano/syncano-node-cli)
- [Syncano Client library](https://github.com/Syncano/syncano-client-js)
- [Syncano Server library](https://github.com/Syncano/syncano-server-js)
- [Cheatsheet](https://cheatsheet.syncano.io/#/)
- [Cookbook](https://cookbook.syncano.io/#/)

- Canary version
- [v. 0.6](https://syncano.github.io/syncano-node-cli/#/)
- [Legacy version](https://docs.syncano.io/)
1 change: 1 addition & 0 deletions docs/docs/_sidebar.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
- Getting started
- [Quickstart Guide](/getting-started/quickstart)
- [Syncano Ecosystem](/getting-started/intro)
- [Windows Development Guide](/getting-started/windows)
- Starting a Project
- [Overview](/project/overview)
- [Hosting](/project/hosting)
Expand Down
5 changes: 5 additions & 0 deletions docs/docs/getting-started/windows.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Windows Development Guide

For more comfortable development process on Microsoft Windows, please install Windows Subsystem for Linux. You can find a detailed guide how to do this here: [docs.microsoft.com/en-us/windows/wsl/install-win10](https://docs.microsoft.com/en-us/windows/wsl/install-win10).

You will also need a working nodejs enviroment. Please follow this guide: [hackernoon.com/running-nodejs-on-linux-on-windows-88bd12993bae](https://hackernoon.com/running-nodejs-on-linux-on-windows-88bd12993bae).
2 changes: 1 addition & 1 deletion docs/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</body>
<script>
window.$docsify = {
repo: 'https://github.com/Syncano/syncano-node-cli/',
repo: 'https://github.com/Syncano/syncano-node',
name: 'Syncano Dev Guide',
themeColor: '#3871D0',
loadSidebar: true,
Expand Down

0 comments on commit 8e006ca

Please sign in to comment.