Skip to content

Commit

Permalink
feat(doc): re-bootstrap doc based on instantsearch-android
Browse files Browse the repository at this point in the history
This commit still contains the old doc for reference: we'll need to
remove it eventually
  • Loading branch information
Alexandre Stanislawski committed Mar 29, 2017
1 parent 55dd05f commit e4e816e
Show file tree
Hide file tree
Showing 457 changed files with 36,684 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docgen/.babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"presets": [
["env", { "targets": { "browsers": ["last 2 versions", "ie >= 9"] } }],
"latest",
"stage-2"
],
"env": {
"development": {
"plugins": [
]
}
}
}
12 changes: 12 additions & 0 deletions docgen/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
var join = require('path').join;

module.exports = {
"extends": join(__dirname, "../.eslintrc.js"),
"settings": {
"import/resolver": {
"webpack": {
"config": join(__dirname, "webpack.config.babel.js")
}
}
},
};
1 change: 1 addition & 0 deletions docgen/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
1 change: 1 addition & 0 deletions docgen/.netlify
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"site_id":"ccaa6cd8-3550-436b-bc9d-fd827f355282","path":"preview.zip"}
1 change: 1 addition & 0 deletions docgen/assets/img/algolia-logo-darkbg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions docgen/assets/img/android-instantsearch-logo-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions docgen/assets/img/android-instantsearch-logo-3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e4e816e

Please sign in to comment.