Skip to content

Commit

Permalink
chore(website): remove documentation from website (algolia#3396)
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour authored Jan 17, 2019
1 parent 21b1ef9 commit 0d708f4
Show file tree
Hide file tree
Showing 256 changed files with 4,255 additions and 33,950 deletions.
4 changes: 1 addition & 3 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/dist
/cjs
/es
/docgen
docs/
docs.old/
/website
node_modules/
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ yarn-error.log

# Generated files
/docs
/website/stories
/website/examples/*.zip
/storybook/dist/*

# Argos CI screenshots
Expand Down
94 changes: 0 additions & 94 deletions .sass-lint.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .storybook/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const webpack = require('../node_modules/@storybook/core/node_modules/webpack');
const webpack = require('webpack');

module.exports = (_baseConfig, environment, defaultConfig) => {
// `environment` can either be 'DEVELOPMENT' or 'PRODUCTION'
Expand Down
Loading

0 comments on commit 0d708f4

Please sign in to comment.