From f17824170c147610669c34457bcb38a38e7600d2 Mon Sep 17 00:00:00 2001 From: codecalm Date: Thu, 13 Feb 2020 22:10:53 +0100 Subject: [PATCH] index fixes --- pages/_docs/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/_docs/index.md b/pages/_docs/index.md index 4504851a..c0c4948c 100644 --- a/pages/_docs/index.md +++ b/pages/_docs/index.md @@ -3,7 +3,6 @@ title: Introduction menu: docs.index icon: flag order: -1 -test: true --- ## What is Tabler? @@ -26,7 +25,7 @@ To use our build system and run our documentation locally, you'll need a copy of 4. [Install Bundler](https://bundler.io) with `gem install bundler` and, finally, run `bundle install`. It will install all Ruby dependencies, such as [Jekyll and plugins](https://jekyllrb.com). **Windows users**: -1. [Install Git](https://git-scm.com/download/win) in `C:\\Program Files\\git\\bin` directory and run `npm config set script-shell "C:\\Program Files\\git\\bin\\bash.exe"` to change the default shell. +1. [Install Git](https://git-scm.com/download/win) in `C:\Program Files\git\bin` directory and run `npm config set script-shell "C:\Program Files\git\bin\bash.exe"` to change the default shell. 2. [Install Ruby+Devkit](https://rubyinstaller.org/downloads/) - recommended version is [2.5.5](https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.5.5-1/rubyinstaller-devkit-2.5.5-1-x86.exe). 3. [Read guide](https://jekyllrb.com/docs/installation/windows/) to get Jekyll up and running without problems. -- GitLab