Documentation Repository for OneConnexx
Currently used theme: WinStrap - with OneConnexx color as accent color.
Quick guide to change color theme:
-
Download node.js from https://nodejs.org/en/#download
-
Open cmd and run:
npm install -g grunt-cli
npm install -g bower
-
Open git bash at preferred Location and run:
git clone https://github.com/winjs/winstrap.git
-
Change the $color_accent in winstrap\src\scss\win\_colors.scss.
-
In git bash, go into folder "winstrap" and run:
grunt
-
Go to winstrap\dist\css and copy the files into oneconnexx-docs\assets\css
-
Push oneconnexx-docs to oneconnexx-docs github repo, refresh page, there you go.