Skip to content

Commit

Permalink
docs(Rewrite): Started to rewrite docs page
Browse files Browse the repository at this point in the history
  • Loading branch information
Temzasse committed Aug 20, 2017
1 parent d090a05 commit d211b27
Show file tree
Hide file tree
Showing 18 changed files with 943 additions and 590 deletions.
18 changes: 10 additions & 8 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,24 @@
"private": true,
"homepage": "https://TaitoUnited.github.io/react-components-kit",
"dependencies": {
"color": "^1.0.3",
"react": "^15.4.2",
"react-color": "^2.11.4",
"react-dom": "^15.4.2",
"styled-components": "^1.4.4"
"color": "^2.0.0",
"react": "^15.6.1",
"react-color": "^2.13.4",
"react-dom": "^15.6.1",
"react-router-dom": "^4.1.2",
"styled-components": "^2.1.2"
},
"devDependencies": {
"gh-pages": "^0.12.0",
"react-scripts": "0.9.5"
"gh-pages": "^1.0.0",
"react-scripts": "1.0.11"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"clear:install": "rm -rf node_modules && npm install"
}
}
1 change: 1 addition & 0 deletions docs/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.css">
<link href="https://fonts.googleapis.com/css?family=Poppins:400,700" rel="stylesheet">
<!--
Notice the use of %PUBLIC_URL% in the tag above.
It will be replaced with the URL of the `public` folder during the build.
Expand Down
11 changes: 0 additions & 11 deletions docs/src/App.css

This file was deleted.

Loading

0 comments on commit d211b27

Please sign in to comment.