diff --git a/CHANGELOG.md b/CHANGELOG.md
deleted file mode 100644
index 1e4aec5f..00000000
--- a/CHANGELOG.md
+++ /dev/null
@@ -1,144 +0,0 @@
----
----
-
-# Change log
-
-## Pre-release 1.1.0 (upcoming)
-
-- [Web] New support of Angular 2
-- [Mobile] New support of Ionic 2
-- [Web & Mobile] New navigation and address bar in the Preview panel
-- [Web & Mobile] Better overall user experience
-- [Studio] Open project folder in Terminal
-- [Studio] New web and mobile template catalog for project creation
-- [Studio] New preferences: auto-shutdown server on solution close and auto-reload modified files
-- [Studio] Better support of Retina displays
-- [Code Editor] Comments toggling with `CMD-/` and `CTRL-/`
-- [Code Editor] Better support of `.ts` `.less`, `.scss`, `.sass` and `.md` files
-- [Git] Remote settings edition
-- [Git & Deploy] Better overall user experience
-- [Add-ons] Improved updatability of Studio components and dependencies mechanism
-- [Extensions API] New option for `targets` argument in Extension manifest to handle files based on their extension
-- Fix: Wakanda Studio deployment UX issue [#15](https://github.com/Wakanda/wakanda-issues/issues/15)
-- Fix: TAB key shows completion list instead of indenting code
-- Fix: Prototyper css files not updated automatically
-- Fix: Prototyper unreachable Google fonts API
-
-## 1.0.3 (Feb. 25)
-
-- Fix: Live reload on Run Page in Windows Studio
-- Fix: Model Designer combobox style [#35](https://github.com/Wakanda/wakanda-issues/issues/35)
-- Fix: Autocompletion suggestions on multiple DataClasses
-- Fix: Code Editor indentation visual hint for spaces
-- Fix: Override via API of inherited attributes
-- Fix: Console link to nodejs installation page
-
-## 1.0.2 (Feb. 19)
-
-- Fix: Loading large projects freezes the studio
-- Fix: Directory panel can't be resized on small screens
-- Fix: `bower update` fails inside `web` & `mobile` folders
-- Fix: RPC modules renaming keeps both old and new paths exposed as RPC
-- Fix: Git visual bug [#16](https://github.com/Wakanda/wakanda-issues/issues/16)
-- Fix: `Untabify Selection` not working for JS Files
-- Fix: Git and Troubleshooting interfaces slow load when offline
-- Fix: renaming a folder in the explorer makes it disappear from the list
-- Fix: black lines appear inside resized web zones
-- Fix: Integrate latest Angular-Wakanda fixes ([1.0.3](https://github.com/Wakanda/angular-wakanda/releases/tag/v1.0.3))
-- Fix: Concurrent Ionic Run or Build sometimes causes file corruption
-- Fix: Prototyper's image widget does not render image in runtime
-- Fix: Prototyper's RichText widget resize loop
-- Fix: Prototyper's Combobox widget debugger statement from [27](https://github.com/Wakanda/wakanda-issues/issues/27)
-
----
-
-## 1.0.1 (Dec. 17)
-
-- Fix: Prototyper bug [#19](https://github.com/Wakanda/wakanda-issues/issues/19)
-- Project creation with [Angular-Wakanda 1.0.2](http://wakanda.github.io/angular-wakanda)
-
----
-
-## 1.0.0 (Dec. 7)
-
-- [Angular-Wakanda 1.0.0 release](http://wakanda.github.io/angular-wakanda) and support in the Studio
-- Angular-Wakanda project scaffolding on solution creation
-
----
-
-## Beta
-
-### Week 48 (Nov. 4 - Nov. 24)
-
-- [Mobile] New Preview mobile apps in the studio
-- [Mobile] New Run on mobile devices
-- [Mobile] New troubleshooting application to setup and check your environment
-- [Studio] Better Git support
-- [Studio] New Deploy on cloud and git server
-- [Studio] New "Getting Started" Start Page
-- [Studio] Improvement on file creation:
- - New menu item to create CSS files
- - HTML files now created empty
- - No more magic destination and folder creation, except for Page and Component Prototypes
-- [Web] New Run Page with live-reload support
-- [Model] Improvement: model files scaffolding for MySQL connector
-- [Add-ons] 10 new core Studio components updatable directly from Add-ons
-
-### Week 45 (Oct. 19 - Nov. 3)
-
-- [Mobile] New Run on mobile simulators
-- [Mobile] New Build mobile apps from the studio
-- [Studio] New Project directory structure
-- [Studio] Improvement: a single Start / Stop server in the Studio that automatically loads the solution
-- [Studio] New Studio panels:
- - One new left panel for Home and Solution Explorer
- - One new bottom panel for consoles and editors
-
-### Week 42 (Sept. 28 - Oct. 18)
-
-- [Extensions] New onToolbarButtonMenuOpen trigger
-- [Studio] Code editors themes support
- - Menu "Wakanda Studio" > "Preferences" then "Code Editor” tab
- - Try one of our 30+ default themes, light and dark
- - Or create your own theme
-- [Studio] New Preferences panel
- - Menu "Wakanda Studio" > "Preferences"
- - All the Studio and Editor settings are now in one place
-
-### Week 39 (Sept 10 - Sept. 27)
-
-- [Extensions] New onSolutionBeforeClosing trigger
-- [Code Editor] Smarter auto-completion on Wakanda Model
- - [Try this gist code example](https://gist.github.com/cedricss/e41f60fdcf6ca5c31ea0)
-
-### Week 36 (August 17 - Sept. 9)
-
-- [Extensions] New API to open a page with URL parameters
-- [Extensions] New API to get selected projects in the studio
-- [Code Editor] Find in Files results now highlighted in the web editor
-- [Mobile] New console extension to perform startup requirement checks
-
-### Week 33 (July 27 - August 16)
-
-- [Code Editor] Smarter auto-completion on JS code
- - [Try this gist code example](https://gist.github.com/cedricss/e41f60fdcf6ca5c31ea0)
-
-### Week 30 (July 6 - July 26)
-
-- [Code Editor] Quote selected text typing a single character
-- [Studio] The new "Find in files” now supports replacement
-
-### Week 27 (June 15 - July 5)
-
-- [Code Editor] Better closing blocks behaviours (JS files)
- - Customize them via your Studio preferences
-- [Code Editor] New Wakanda Web Editor
- - Open any .html or .css file
- - Try [Emmet abbreviations](http://emmet.io/)
- - [Fork this new extension](https://github.com/Wakanda/wakanda-extension-web-editor) and create your own Studio Editor
-- [Studio] New "Find in files"
- - Menu "Find" > "Find in Files…"
-
-### Week 24 (May 25 - June 14)
-
-- [Extensions] New API to develop editor extensions in Wakanda Studio
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
deleted file mode 100644
index 768ffca5..00000000
--- a/CONTRIBUTING.md
+++ /dev/null
@@ -1,89 +0,0 @@
----
----
-
-# Getting Started website
-
-## How to contribute?
-
-### Table of contents
-
-- [Your first contribution, without leaving your browser](#your-first-contribution)
-- [Further contributions](#further-contributions)
-- [Pictures submission](#pictures-submission)
-
-### Your first contribution
-
-[Sign in](https://github.com/login){:target="_blank"} to your Github account.
-
-[On the Wakanda Studio repository](https://github.com/Wakanda/wakanda-studio){:target="_blank"}, make sure you are on the [gh-pages](https://github.com/Wakanda/wakanda-studio/tree/gh-pages){:target="_blank"} branch:
-
-
-
-Open the page you want to contribue to:
-
-
-
-Click on the file edition button. It will automatically fork the project in your Github account:
-
-
-
-Edit the file content and propose a file change:
-
-
-
-_**Note**: you can [edit more files](#further-contributions) before submitting a pull request._
-
-Create a pull request:
-
-
-
-Add a short comment to explain the update you propose and confirm.
-
-Thanks for your first contribution. We'll now review your submission!
-
-### Further contributions
-
-Open the Wakand Studio repository now forked on your Github account: `https://github.com/YOUR-USERNAME/wakanda-studio`
-
-Choose the branch you want to work on. For example, switch to `gh-pages` (we'll create a branch later) or continue on your `patch-x` branch to edit more files:
-
-
-
-Open the file to edit and start a pull request and check the _create a new branch_ option.
-Alternatively, you can check the _commit directly_ option to submit more commits before creating a pull request or to improve an existing one.
-
-
-
-### Pictures submission
-
-You can't submit a picture via the Github web interface. So, let's use the command line:
-
-Clone your wakanda-studio fork:
-
- $ git clone https://github.com/YOUR-USERNAME/wakanda-studio.git
- $ cd wakanda-studio
-
-Switch to the `gh-pages` branch:
-
- $ git checkout origin/gh-pages -t
-
-Add your image in the `img` folder of wakanda-studio. And commit your update:
-
- $ git add img/readme-propose-file-change.png
- $ git commit -m "Add propose file change screenshot for README"
-
-Push your local changes on `gh-pages` to a new remote branch. For example, `readme-screenshot-propose`:
-
- $ git push origin gh-pages:readme-screenshot-propose
-
-Open the Wakand Studio repository forked on your Github account: `https://github.com/YOUR-USERNAME/wakanda-studio`
-
-Your new branch is ready for a pull request! Click on _Compare & pull request_:
-
- 
-
-Make sure the _base branch_ is `gh-pages`:
-
- 
-
-Add a short comment to explain the update you propose and confirm. Thank you again!
\ No newline at end of file
diff --git a/README.md b/README.md
deleted file mode 100644
index 66099f1c..00000000
--- a/README.md
+++ /dev/null
@@ -1,7 +0,0 @@
-# Wakanda Studio Getting Started
-
-- [Getting Started](http://wakanda.github.io/wakanda-studio)
-- [Documentation](http://doc.wakanda.org/)
-- [Wakanda.io](http://www.wakanda.io/)
-
-Read [CONTRIBUTING.md](CONTRIBUTING.md) if you want to help with the Getting Started website.
diff --git a/_config.yml b/_config.yml
deleted file mode 100644
index 67cb9334..00000000
--- a/_config.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-full_rebuild: true
-name: Wakanda Studio
-author: Wakanda SAS
-url: http://wakanda.io
-version: 0.1
-repository: https://github.com/Wakanda/wakanda-studio
-branch: gh-pages
-encoding: utf-8
-themes:
- general: wakanda
- code: github
-version: 1.3
-encoding: utf-8
-defaults:
- -
- values:
- layout: "index"
-exclude: [
-.git,
-.gitignore,
-README.md,
-LICENSE
-]
diff --git a/_data/toc.yml b/_data/toc.yml
deleted file mode 100644
index 7bbc54ba..00000000
--- a/_data/toc.yml
+++ /dev/null
@@ -1,87 +0,0 @@
-entries:
-
-- title: Getting Started
- pages:
-
- - title: 0 - Installation
- url: installation.html
-
- - title: 1 - Design your data model
- url: design-data-model.html
-
- - title: 2 - Create a web app
- url: create-web-app.html
-
- - title: 3 - Create a mobile app
- url: create-mobile-app.html
-
-- title: Code management
- pages:
-
- - title: Version control your code
- url: version-control.html
-
- - title: Deploy your app
- url: deploy-your-app.html
-
-- title: Build management
- pages:
-
- - title: Build process introduction
- url: build-process-introduction.html
-
- - title: SASS precompilation
- url: sass-precompilation.html
-
-- title: Other resources
- pages:
-
- - title: Wakanda Studio Change log
- url: CHANGELOG.html
-
- - title: Wakanda Documentation
- url: http://doc.wakanda.org/
- target: _blank
-
- - title: Angular-Wakanda connector
- url: http://wakanda.github.io/angular-wakanda
- target: _blank
-
- - title: Frequently Asked Questions
- url: http://www.wakanda.io/frequently-asked-questions
- target: _blank
-
- - title: Issue submission
- url: https://github.com/Wakanda/wakanda-issues/issues
- target: _blank
-
- - title: How to contribute to this page
- url: CONTRIBUTING.html
-
-- title:
-
-
-
-
-
diff --git a/index.md b/index.md
deleted file mode 100644
index 28ff72d8..00000000
--- a/index.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-id: home
----
-
-{% include index.html %}
\ No newline at end of file
diff --git a/installation.md b/installation.md
deleted file mode 100644
index 487273e7..00000000
--- a/installation.md
+++ /dev/null
@@ -1,64 +0,0 @@
----
----
-
-# Installation
-
-## Table of contents
-
-- [Install Wakanda](#install-wakanda)
-- [Setup the mobile stack](#setup-the-mobile-stack)
-- [Increase your productivity](#increase-your-productivity)
-- [Add extensions](#add-extensions)
-
-## Install Wakanda
-
-Download the latest Wakanda **Community Edition** on [wakanda.github.io](https://wakanda.github.io/){:target="blank_"}.
-Find the **Enterprise Edition** on [wakanda.io](http://wakanda.io/){:target="blank_"}.
-
-- On Windows, double-click on the `wakanda-digital-app-factory-xxx.msi` file to launch the installation wizard.
-- On Mac OS X, open `wakanda-digital-app-factory-xxx.dmg` file and copy `Wakanda Studio` and `Wakanda Server` in your `Applications` folder:
-
-
-
-## Setup the mobile stack
-
-When you create or open a project, your can check in the console for any missing prerequisites:
-
-
-
-For example, you'll need _Xcode_ to create iOS apps or _Android SDK_ for Android apps.
-
-### Troubleshooting
-
-Do you need help? Open the _Mobile Troubleshooting App_ from the console or the main menu (_Help_ > _Wakanda Mobile Troubleshooting_). Then, detect and fix common issues:
-
-
-
-## Increase your productivity
-
-### Live reload
-
-The following message in the console warns you when live reload is deactivated:
-
-
-
-If you want the page to reload automatically after any file changes occur, please install [node](https://nodejs.org/){:target="blank_"} and gulp:
-
- npm install -g gulp
-
-Close the web preview panel and click again on [Run Page](create-web-app.html). The Studio will install automatically the live-reload requierements:
-
-
-
-## Add extensions
-
-Improve your development workflow adding and updating Studio extensions.
-To do so, open the _Add-ons_ app from the toolbar. The _Add-ons_ badge notifies you when extension updates are available:
-
-
-
----
-
-Now, you are ready to build your app!
-
-[Getting Started »](index.html){:class="btn"}
diff --git a/js/polyfill.js b/js/polyfill.js
deleted file mode 100644
index a701eb3e..00000000
--- a/js/polyfill.js
+++ /dev/null
@@ -1 +0,0 @@
-"function"!=typeof Function.prototype.bind&&(Function.prototype.bind=function(t){var o=Array.prototype.slice.call(arguments,1),n=this,r=function(){},p=function(){return n.apply(this instanceof r?this:t||{},o.concat(Array.prototype.slice.call(arguments)))};return r.prototype=this.prototype||{},p.prototype=new r,p});
\ No newline at end of file
diff --git a/prototype.md b/prototype.md
deleted file mode 100644
index 372d58f1..00000000
--- a/prototype.md
+++ /dev/null
@@ -1,37 +0,0 @@
----
----
-
-# Prototype your app
-
-## 1 - Open the default page prototype
-
-
-
-`web/prototype/index.waPage`
-
-> **TIPS**:
-> - click on to change the view options (the `.waPage` extension is hidden by default)
-> - click on to quickly access the `page prototype` index
-
-## 2 - Prototype your page
-
-
-
-[Learn more »](http://doc.wakanda.org/home2.en.html#/GUI-Designer/GUI-Designer.100-1051423.en.html){:target="_blank"}{:class="btn"}
-
-## 3 - Run your page
-
-
-
-## 4 - Create more pages
-
-
-
-> **TIPS**
-> - Feel free to create your page prototype directly in the `web` folder or any other sub-folders.
-
----
-
-Now, create a web application with Wakanda and Angular:
-
-[Create a web app »](create-web-app.html){:class="btn"}
diff --git a/sass-precompilation.md b/sass-precompilation.md
deleted file mode 100644
index 2481b52a..00000000
--- a/sass-precompilation.md
+++ /dev/null
@@ -1,289 +0,0 @@
----
----
-
-# SASS precompilation
-
-## Table of contents
-
-- [Add SASS precompilation to your web app](#add-sass-precompilation-to-your-web-app)
-- [Customize settings](#customize-settings)
-- [Activate the same workflow for mobile apps](#activate-the-same-workflow-for-mobile-apps)
-
-## Add SASS precompilation to your web app
-
-We will see how to add SASS files precompilation to the build process.
-You should read the [Build process introduction](build-process-introduction.html) first.
-
-First we need to add to our `package.json` the following dependency:
-
-```json
-{
- "devDependencies": {
- "gulp-sass": "*"
- }
-}
-```
-
-Then add the source and the destination folders to the `paths` variable defined in the `gulpfile.js`, as it follows:
-
-```javascript
-var paths = {
- // ... html, js and css folders
- sass: {
- src: [baseFolder + 'scss/**/*.scss'],
- dest: baseFolder + 'styles'
- }
-};
-```
-
-Now import the `gulp-sass` dependency and create a Gulp task named `sass` with the following code:
-
-```javascript
-var sass = require('gulp-sass');
-
-gulp.task('sass', function(done) {
- gulp.src(paths.sass.src) // define sources location
- .pipe(sass()) // start sass process
- .on('error', sass.logError) // halt on errors
- .pipe(gulp.dest(paths.sass.dest)) // copy css into destination
- .on('end', done); // quit
-});
-```
-
-Finally, enable the `watch` task to look for any file change under the `app/scss` folder with `sass` and `reload` tasks as second parameter:
-
-```javascript
-gulp.task('watch', function() {
- gulp.watch(paths.sass.src, ['sass', 'reload']);
- gulp.watch([
- // ... html, js and css folders
- ], ['reload']);
-});
-```
-
-This way the Gulp `watch` task will now also trigger the `sass` sources precompilation and the live-reload event.
-
-**Note:** If a Gulp process was already running you must close and re-open your solution to reload the configuration.
-
-
-## Customize settings
-
-A working `sass` task is now part of the build. We can improve it with additional functionalities:
-
-### SASS options
-
-SASS options can be set passing a parameter object to the `sass()` function:
-
-```javascript
-gulp.task('sass', function(done) {
- gulp.src(paths.sass.src)
- .pipe(sass({
- outputStyle: 'compressed' // produce compressed output
- }))
- .on('error', sass.logError)
- .pipe(gulp.dest(paths.sass.dest))
- .on('end', done);
-});
-```
-
-SASS compressed output helps to reduce the filesize.
-
-### Minify and rename files
-
-A complete minification can reduce the filesize even further:
-
-```javascript
-var minifyCss = require('gulp-minify-css'),
- rename = require('gulp-rename');
-
-gulp.task('sass', function(done) {
- gulp.src(paths.sass.src)
- .pipe(sass())
- .on('error', sass.logError)
- .pipe(minifyCss()) // clean and minify *.css files
- .pipe(rename({ extname: '.min.css' })) // rename *.css to *.min.css
- .pipe(gulp.dest(paths.sass.dest))
- .on('end', done);
-});
-```
-
-**Note:** this functionality requires the following dependencies to be defined in the `package.json` file:
-
-```json
-{
- "devDependencies": {
- "gulp-minify-css": "*",
- "gulp-rename": "*"
- }
-}
-```
-
-### Both compiled and minified versions
-
-In order to produce both a compiled and a minified version at the same time edit your `sass` task as follows:
-
-```javascript
-var minifyCss = require('gulp-minify-css'),
- rename = require('gulp-rename');
-
-gulp.task('sass', function(done) {
- gulp.src(paths.sass.src)
- .pipe(sass())
- .on('error', sass.logError)
- .pipe(gulp.dest(paths.sass.dest)) // copy *.css to destination
- .pipe(minifyCss())
- .pipe(rename({ extname: '.min.css' }))
- .pipe(gulp.dest(paths.sass.dest)) // copy *.min.css to destination
- .on('end', done);
-});
-```
-
-**Note:** this functionality requires the following dependencies to be defined in the `package.json` file:
-
-```json
-{
- "devDependencies": {
- "gulp-minify-css": "*",
- "gulp-rename": "*"
- }
-}
-```
-
-### Sourcemaps
-In order to add sourcemaps edit your `sass` task as follows:
-
-```javascript
-var sourcemaps = require('gulp-sourcemaps');
-gulp.task('sass', function(done) {
- gulp.src(paths.sass.src)
- .pipe(sourcemaps.init()) // generate sourcemaps
- .pipe(sass())
- .on('error', sass.logError)
- .pipe(sourcemaps.write()) // write sourcemaps into *.css
- .pipe(gulp.dest(paths.sass.dest))
- .on('end', done);
-});
-```
-
-**Note:** this functionality requires the following dependencies to be defined in the `package.json` file:
-
-```json
-{
- "devDependencies": {
- "gulp-sourcemaps": "*"
- }
-}
-```
-You can now found your sourcemaps inside the output file as a comment:
-
-```css
-/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjo...
-```
-
-### Minify and rename, original and source maps
-
-The combination of all:
-
-```javascript
-var sourcemaps = require('gulp-sourcemaps'),
- minifyCss = require('gulp-minify-css'),
- rename = require('gulp-rename');
-
-gulp.task('sass', function(done) {
- gulp.src(paths.sass.src) // define sources location
- .pipe(sourcemaps.init()) // generate sourcemaps
- .pipe(sass()) // start sass process
- .on('error', sass.logError) // halt on errors
- .pipe(sourcemaps.write()) // write sourcemaps into *.css
- .pipe(gulp.dest(paths.sass.dest)) // copy *.css into destination
- .pipe(minifyCss()) // clean and minify *.css
- .pipe(rename({ extname: '.min.css' })) // rename *.css to *.min.css
- .pipe(sourcemaps.write()) // re-write sourcemaps into *.min.css
- .pipe(gulp.dest(paths.sass.dest)) // copy *.min.css to destination
- .on('end', done); // quit
-});
-```
-
-**Note:** this functionality requires the following dependencies to be defined in the `package.json` file:
-
-```json
-{
- "devDependencies": {
- "gulp-minify-css": "*",
- "gulp-rename": "*",
- "gulp-sourcemaps": "*"
- }
-}
-```
-
-## Activate the same workflow for mobile apps
-
-We will now evaluate how to integrate the same workflow in our Wakanda Ionic-based mobile application. Inside the `mobile` folder you can find a `gulpfile.js` file. However this build process is slightly different:
-
-- Ionic includes a live-reload mechanism for `www` folder. Thus a Gulp live-reload implementation is not necessary.
-- Ionic already includes a snippet of code to support SASS precompilation.
-- Ionic takes into consideration only the Gulp tasks defined in the `ionic.project` file.
-- Node.js modules are not installed by default in the `mobile` folder.
-
-In order:
-
-1 - Add to the `package.json` inside your `mobile` folder any Gulp dependency you may need. Following the example above we will need to add only `gulp-sourcemaps` to the dependencies already provided:
-
-
-
-
-2 - Run in the terminal `npm install` while inside your `mobile` folder to install all the Gulp and SASS dependencies defined in the `package.json` file.
-
-3 - Create a `scss` folder inside the `mobile` folder and put our sass sources inside:
-
-
-
-Being outside of the `www` folder, SASS sources won't included in the final application package.
-
-4 - Customize the `sass` task inside the `gulpfile.js` to be coherent with your project scaffolding:
-
-```javascript
-// 1 - change sass paths like this
-var paths = {
- sass: {
- src: ['./scss/**/*.scss'],
- dest: './www/css/'
- }
-};
-
-// 2 - add missing require
-var sourcemaps = require('gulp-sourcemaps');
-
-// 3 - add missing tasks
-gulp.task('sass', function(done) {
- gulp.src(paths.sass.src)
- .pipe(sourcemaps.init())
- .pipe(sass())
- .on('error', sass.logError)
- .pipe(sourcemaps.write())
- .pipe(minifyCss())
- .pipe(rename({ extname: '.min.css' }))
- .pipe(gulp.dest(paths.sass.dest))
- .on('end', done);
-});
-gulp.task('watch', function() {
- gulp.watch(paths.sass.src, ['sass']); // 'reload' task is not necessary
-});
-```
-
-5 - Finally, tell Ionic which Gulp tasks you want to run. Add this line inside the `ionic.project` file:
-
-```
- "gulpStartupTasks": ["sass", "watch"],
-```
-
-6 - Now click on any mobile action button (for instance Preview). If the configuration is correct you should see the following output in the console:
-
-
-
- and when saving your sass sources:
-
-
-
-**Note:** If a Ionic process was already running you must close and re-open your solution to reload the configuration.
-
diff --git a/version-control.md b/version-control.md
deleted file mode 100644
index 8858abbe..00000000
--- a/version-control.md
+++ /dev/null
@@ -1,61 +0,0 @@
----
----
-
-# Version control your code
-
-## Create a repository
-
-From the solution explorer, click on to open Git.
-Then, click on _Create Git Repository_.
-
-## Commit your changes
-
-Add changes to your stage and commit:
-
-
-
-
Add a remote repository
-
-Retrieve your remote repository URL from [Wakanda Cloud](https://console.wakanda.io){:target="_blank"} or Github:
-
-### Wakanda Cloud
-
-[Create a new cloud server instance](http://docs.wakcloud.com/en/latest/getting_started.html){:target="_blank"} and copy the Git repository URL:
-
-
-
-### Github
-
-
-
-### Setup
-
-Click on to open the remote repositories panel.
-
-And setup your remote settings:
-
-
-
-
-**IMPORTANT**: the password will be saved as plain text in the `.git/config` file.
-You can however leave the Username and Password fields empty and cache your password in Git.
-
-### Cache your password in Git
-
-**Mac OS X**
-
- git config --global credential.helper osxkeychain
-
-[More info »](https://help.github.com/articles/caching-your-github-password-in-git/#platform-mac){:target="_blank"}
-
-**Windows**
-
- git config --global credential.helper wincred
-
-[More info »](https://help.github.com/articles/caching-your-github-password-in-git/#platform-windows){:target="_blank"}
-
----
-
-Now, deploy your app:
-
-[Deploy your app »](deploy-your-app.html){:class="btn"}
\ No newline at end of file