diff --git a/.babelrc b/.babelrc
deleted file mode 100644
index d47d462d..00000000
--- a/.babelrc
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "presets": [
- [
- "env",
- {
- "targets": {
- "browsers": ["last 2 versions", "ie >= 9"]
- }
- }
- ],
- "stage-3"
- ],
- "env": {
- "test": {
- "plugins": ["babel-plugin-rewire"]
- }
- }
-}
diff --git a/.coveralls.yml b/.coveralls.yml
deleted file mode 100644
index 91600595..00000000
--- a/.coveralls.yml
+++ /dev/null
@@ -1 +0,0 @@
-service_name: travis-ci
diff --git a/.eslintignore b/.eslintignore
deleted file mode 100644
index 0ee30a26..00000000
--- a/.eslintignore
+++ /dev/null
@@ -1,4 +0,0 @@
-coverage/
-dist/
-docs/dist
-dist-es5-module/
diff --git a/.eslintrc.js b/.eslintrc.js
deleted file mode 100644
index 51accd56..00000000
--- a/.eslintrc.js
+++ /dev/null
@@ -1,13 +0,0 @@
-/* eslint-disable import/no-commonjs */
-module.exports = {
- extends: ['algolia', 'algolia/jest'],
- globals: {
- docsearch: true,
- Glide: true,
- Popper: true
- },
- rules: {
- 'no-console': 0,
- 'no-unused-vars': ['error', { argsIgnorePattern: '^_' }],
- },
-};
diff --git a/.github/ISSUE_TEMPLATE/docsearch_ui.md b/.github/ISSUE_TEMPLATE/docsearch_ui.md
deleted file mode 100644
index f3198872..00000000
--- a/.github/ISSUE_TEMPLATE/docsearch_ui.md
+++ /dev/null
@@ -1,25 +0,0 @@
----
-name: Enhance the search-UI
-about: Everything related to the front end library
----
-
-
-
-**Do you want to request a _feature_ or report a _bug_?**
-
-**What is the current behavior?**
-
-**If the current behavior is a bug, please provide all the steps to reproduce and a minimal
-[JSFiddle][3] example or a repository on GitHub that we can `npm install`
-and `npm start`.**
-
-**What is the expected behavior?**
-
-[1]: https://github.com/algolia/docsearch-configs
-[2]: https://docsearch.algolia.com/docs/config-file
-[3]: https://jsfiddle.net/
diff --git a/.github/ISSUE_TEMPLATE/docsearch_user.md b/.github/ISSUE_TEMPLATE/docsearch_user.md
deleted file mode 100644
index d5af7f32..00000000
--- a/.github/ISSUE_TEMPLATE/docsearch_user.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-name: Issue with your own DocSearch implementation
-about: Everything related to your own custom DocSearch index having a configuration
----
-
-**Is your issue related to your own DocSearch implementation?**
-
-- If it is a styling issue regarding your search-UI, you are in the good place, you can remove this section.
-- If the issue is due to a wrong individual crawl:
-
- Please [try to update your configuration][1]. Our [dedicated documentation welcomes any feedback][2]. If it is not solving it, please open an issue on the configuration repository.
-
- If you are using our DocSearch on your own, please note that we will help you in the best effort possible.
-
- - What is the dropdown version you are using?
- - What is the scraper version you are using?
- - Could you share us the configuration file you are using?
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
deleted file mode 100644
index d62725d5..00000000
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-**Summary**
-
-
-
-**Result**
-
-
diff --git a/.github/demo.gif b/.github/demo.gif
deleted file mode 100644
index dd450b1a..00000000
Binary files a/.github/demo.gif and /dev/null differ
diff --git a/.github/docsearch-logo.svg b/.github/docsearch-logo.svg
deleted file mode 100644
index d31cfb9c..00000000
--- a/.github/docsearch-logo.svg
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 587e6b7d..00000000
--- a/.gitignore
+++ /dev/null
@@ -1,11 +0,0 @@
-.DS_Store
-coverage/
-node_modules/
-dist/
-.idea/
-npm-debug.log*
-yarn-error.log
-dist-es5-module/
-tmp
-docs/.textlintcache
-.netlify
diff --git a/.npmignore b/.npmignore
deleted file mode 100644
index a1316b37..00000000
--- a/.npmignore
+++ /dev/null
@@ -1,3 +0,0 @@
-dev/bundle.js*
-demo.gif
-docs/
diff --git a/.nvmrc b/.nvmrc
deleted file mode 100644
index fd26bfb7..00000000
--- a/.nvmrc
+++ /dev/null
@@ -1 +0,0 @@
-10.18.1
diff --git a/.prettierrc b/.prettierrc
deleted file mode 100644
index 2289afaf..00000000
--- a/.prettierrc
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "overrides": [
- {
- "files": "*.scss",
- "options": {
- "singleQuote": true
- }
- }
- ]
-}
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index e65c528b..00000000
--- a/.travis.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-language: node_js
-script: "./scripts/test"
-branches:
- only:
- - master
-
-matrix:
- include:
- - name: "[Documentation] Deploy"
- script: "./scripts/travis/deploy"
diff --git a/CHANGELOG.md b/CHANGELOG.md
deleted file mode 100644
index 00904879..00000000
--- a/CHANGELOG.md
+++ /dev/null
@@ -1,362 +0,0 @@
-## [2.6.3](https://github.com/algolia/docsearch/compare/v2.6.2...v2.6.3) (2019-05-13)
-
-
-### Bug Fixes
-
-* **deps:** update dependency autocomplete.js to v0.35.0 ([2d67a21](https://github.com/algolia/docsearch/commit/2d67a21))
-* **deps:** update dependency autocomplete.js to v0.36.0 ([bbd4ef5](https://github.com/algolia/docsearch/commit/bbd4ef5))
-* **security:** Fix dependencies to avoid infected event-stream ([9f93ffb](https://github.com/algolia/docsearch/commit/9f93ffb))
-* docsearch input should have aria-label (a11y) ([#687](https://github.com/algolia/docsearch/issues/687)) ([59d21f5](https://github.com/algolia/docsearch/commit/59d21f5))
-* search input a11y issue ([#679](https://github.com/algolia/docsearch/issues/679)) ([a68d2a4](https://github.com/algolia/docsearch/commit/a68d2a4))
-
-
-
-## [2.6.2](https://github.com/algolia/docsearch/compare/v2.6.1...v2.6.2) (2018-11-22)
-
-
-### Features
-
-* **ctrl-click:** Enable Ctrl-Click on suggestions ([#542](https://github.com/algolia/docsearch/issues/542)) ([a470c48](https://github.com/algolia/docsearch/commit/a470c48))
-
-
-
-## [2.6.1](https://github.com/algolia/docsearch/compare/v2.6.0...v2.6.1) (2018-11-07)
-
-
-
-# [2.6.0](https://github.com/algolia/docsearch/compare/v2.5.2...v2.6.0) (2018-11-07)
-
-
-### Bug Fixes
-
-* **deps:** update dependency algolia-aerial to v1.3.4 ([7e72fe0](https://github.com/algolia/docsearch/commit/7e72fe0))
-* **deps:** update dependency algolia-aerial to v1.5.3 ([665438e](https://github.com/algolia/docsearch/commit/665438e))
-* **deps:** update dependency algolia-frontend-components to v0.0.35 ([bd5c03f](https://github.com/algolia/docsearch/commit/bd5c03f))
-* **deps:** update dependency autocomplete.js to ^0.30.0 ([21eb76a](https://github.com/algolia/docsearch/commit/21eb76a))
-* **deps:** update dependency autocomplete.js to ^0.31.0 ([6c65eb2](https://github.com/algolia/docsearch/commit/6c65eb2))
-* **deps:** update dependency chalk to v2 ([#323](https://github.com/algolia/docsearch/issues/323)) ([f8962bd](https://github.com/algolia/docsearch/commit/f8962bd))
-* **deps:** update dependency deepmerge to v2 ([#324](https://github.com/algolia/docsearch/issues/324)) ([db212d0](https://github.com/algolia/docsearch/commit/db212d0))
-* **deps:** update dependency progress to v2 ([#325](https://github.com/algolia/docsearch/issues/325)) ([a99347a](https://github.com/algolia/docsearch/commit/a99347a))
-* **wording:** fixed case of DocSearch ([#262](https://github.com/algolia/docsearch/issues/262)) ([d451545](https://github.com/algolia/docsearch/commit/d451545))
-
-
-### Features
-
-* **css:** Update menu on small screen ([b5733d2](https://github.com/algolia/docsearch/commit/b5733d2))
-* **docsearch:** Add custom classes on titles for better crawling ([fc79098](https://github.com/algolia/docsearch/commit/fc79098))
-
-
-
-## [2.5.2](https://github.com/algolia/docsearch/compare/v2.5.1...v2.5.2) (2017-12-07)
-
-
-
-## [2.5.1](https://github.com/algolia/docsearch/compare/v2.5.0...v2.5.1) (2017-11-28)
-
-
-
-# [2.5.0](https://github.com/algolia/docsearch/compare/v2.4.1...v2.5.0) (2017-11-28)
-
-
-### Bug Fixes
-
-* **autocompleteOptions:** allow cssClasses options ([#246](https://github.com/algolia/docsearch/issues/246)) ([6de70c3](https://github.com/algolia/docsearch/commit/6de70c3))
-
-
-### Features
-
-* **global:** Add responsive feature to the dropdown ([777d2d4](https://github.com/algolia/docsearch/commit/777d2d4))
-
-
-
-## [2.4.1](https://github.com/algolia/docsearch/compare/v2.4.0...v2.4.1) (2017-08-08)
-
-
-
-# [2.4.0](https://github.com/algolia/docsearch/compare/v2.3.3...v2.4.0) (2017-08-08)
-
-
-
-## [2.3.3](https://github.com/algolia/docsearch/compare/v2.3.2...v2.3.3) (2017-03-27)
-
-
-### Bug Fixes
-
-* **build:** fix badly handled webpack upgrade ([3cbfbb1](https://github.com/algolia/docsearch/commit/3cbfbb1))
-
-
-
-## [2.3.2](https://github.com/algolia/docsearch/compare/v2.3.1...v2.3.2) (2017-03-27)
-
-
-
-## [2.3.1](https://github.com/algolia/docsearch/compare/v2.3.0...v2.3.1) (2017-02-23)
-
-
-
-# [2.3.0](https://github.com/algolia/docsearch/compare/v2.2.1...v2.3.0) (2017-02-08)
-
-
-
-## [2.2.1](https://github.com/algolia/docsearch/compare/v2.2.0...v2.2.1) (2017-01-11)
-
-
-
-# [2.2.0](https://github.com/algolia/docsearch/compare/v2.1.8...v2.2.0) (2016-12-13)
-
-
-
-## [2.1.8](https://github.com/algolia/docsearch/compare/v2.1.7...v2.1.8) (2016-10-04)
-
-
-
-## [2.1.7](https://github.com/algolia/docsearch/compare/v2.1.6...v2.1.7) (2016-10-03)
-
-
-### Bug Fixes
-
-* **zepto:** upgrade autocomplete.js ([#150](https://github.com/algolia/docsearch/issues/150)) ([e024917](https://github.com/algolia/docsearch/commit/e024917))
-
-
-
-## [2.1.6](https://github.com/algolia/docsearch/compare/v2.1.5...v2.1.6) (2016-10-02)
-
-
-
-## [2.1.5](https://github.com/algolia/docsearch/compare/v2.1.4...v2.1.5) (2016-09-15)
-
-
-### Bug Fixes
-
-* **empty:** query should be escaped (self-XSS) ([#147](https://github.com/algolia/docsearch/issues/147)) ([3aed41b](https://github.com/algolia/docsearch/commit/3aed41b))
-
-
-
-## [2.1.4](https://github.com/algolia/docsearch/compare/v2.1.3...v2.1.4) (2016-08-03)
-
-
-
-## [2.1.3](https://github.com/algolia/docsearch/compare/v2.1.2...v2.1.3) (2016-08-03)
-
-
-
-## [2.1.2](https://github.com/algolia/docsearch/compare/v2.1.1...v2.1.2) (2016-07-22)
-
-
-
-## [2.1.1](https://github.com/algolia/docsearch/compare/v2.1.0...v2.1.1) (2016-07-22)
-
-
-
-# [2.1.0](https://github.com/algolia/docsearch/compare/v2.0.7...v2.1.0) (2016-07-07)
-
-
-### Bug Fixes
-
-* **doc:** docsearch header link ([#117](https://github.com/algolia/docsearch/issues/117)) ([66e68a9](https://github.com/algolia/docsearch/commit/66e68a9))
-
-
-
-## [2.0.7](https://github.com/algolia/docsearch/compare/v2.0.6...v2.0.7) (2016-06-28)
-
-
-
-## [2.0.6](https://github.com/algolia/docsearch/compare/v2.0.5...v2.0.6) (2016-06-28)
-
-
-### Bug Fixes
-
-* **typos:** no result page ([0f40e1d](https://github.com/algolia/docsearch/commit/0f40e1d))
-
-
-### Features
-
-* **docs:** new community header / footer ([#114](https://github.com/algolia/docsearch/issues/114)) ([af76d31](https://github.com/algolia/docsearch/commit/af76d31))
-
-
-
-## [2.0.5](https://github.com/algolia/docsearch/compare/v2.0.4...v2.0.5) (2016-06-21)
-
-
-### Bug Fixes
-
-* **DOM:** potential issue with simple layout if there is lvl0, lvl2 but no lvl1 ([57c0101](https://github.com/algolia/docsearch/commit/57c0101))
-
-
-
-## [2.0.4](https://github.com/algolia/docsearch/compare/v2.0.3...v2.0.4) (2016-06-21)
-
-
-### Features
-
-* **DOM:** split simple and collumns template ([2a3b7eb](https://github.com/algolia/docsearch/commit/2a3b7eb))
-
-
-
-## [2.0.3](https://github.com/algolia/docsearch/compare/v2.0.2...v2.0.3) (2016-06-20)
-
-
-
-## [2.0.2](https://github.com/algolia/docsearch/compare/v2.0.1...v2.0.2) (2016-06-14)
-
-
-### Features
-
-* **dom:** better handling of simple design ([6bba640](https://github.com/algolia/docsearch/commit/6bba640))
-
-
-
-## [2.0.1](https://github.com/algolia/docsearch/compare/v2.0.0...v2.0.1) (2016-06-14)
-
-
-
-# [2.0.0](https://github.com/algolia/docsearch/compare/v1.3.0...v2.0.0) (2016-06-14)
-
-
-### Features
-
-* **v2:** modification for v2 ([#112](https://github.com/algolia/docsearch/issues/112)) ([f0a7e6b](https://github.com/algolia/docsearch/commit/f0a7e6b)), closes [#92](https://github.com/algolia/docsearch/issues/92) [#102](https://github.com/algolia/docsearch/issues/102)
-
-
-
-# [1.3.0](https://github.com/algolia/docsearch/compare/1.2.0...v1.3.0) (2016-06-12)
-
-
-
-# [1.2.0](https://github.com/algolia/docsearch/compare/v1.1.3...1.2.0) (2016-06-10)
-
-
-### Features
-
-* **DOM:** add an align class ([#108](https://github.com/algolia/docsearch/issues/108)) ([9421897](https://github.com/algolia/docsearch/commit/9421897))
-* **serve:** Watch and serve all needed files ([#91](https://github.com/algolia/docsearch/issues/91)) ([ef83775](https://github.com/algolia/docsearch/commit/ef83775))
-* **website:** add echo ([#94](https://github.com/algolia/docsearch/issues/94)) ([8a34ecb](https://github.com/algolia/docsearch/commit/8a34ecb))
-
-
-
-## [1.1.3](https://github.com/algolia/docsearch/compare/v1.1.2...v1.1.3) (2016-04-04)
-
-
-### Bug Fixes
-
-* **autocomplete.js:** upgrade the underlying autocomplete.js to ensur… ([4d7022e](https://github.com/algolia/docsearch/commit/4d7022e)), closes [#89](https://github.com/algolia/docsearch/issues/89)
-
-
-
-## [1.1.2](https://github.com/algolia/docsearch/compare/v1.1.1...v1.1.2) (2016-03-24)
-
-
-### Features
-
-* **website:** React :raised_hands:, popped out on the top with React ([db9c100](https://github.com/algolia/docsearch/commit/db9c100))
-
-
-
-## [1.1.1](https://github.com/algolia/docsearch/compare/v1.1.0...v1.1.1) (2016-03-16)
-
-
-### Bug Fixes
-
-* **algoliaOptions:** ensure we keep default options ([b284dda](https://github.com/algolia/docsearch/commit/b284dda)), closes [#78](https://github.com/algolia/docsearch/issues/78)
-* **autocomplete:** auto select top result ([473824a](https://github.com/algolia/docsearch/commit/473824a)), closes [#81](https://github.com/algolia/docsearch/issues/81)
-* **dev:** Fixed the dev example, targeting an existing index ([df13e34](https://github.com/algolia/docsearch/commit/df13e34))
-* **website:** responsive logo ([b856d67](https://github.com/algolia/docsearch/commit/b856d67))
-
-
-### Features
-
-* **serve:** Add `npm run serve` to expose js and css locally ([31e5d13](https://github.com/algolia/docsearch/commit/31e5d13))
-* **website:** community header ([366cc0d](https://github.com/algolia/docsearch/commit/366cc0d))
-* **website:** Logo Update - Og screen + favicon ([c7eb54a](https://github.com/algolia/docsearch/commit/c7eb54a))
-* **website:** removed demos ([6d8eb34](https://github.com/algolia/docsearch/commit/6d8eb34))
-* **website:** update ([9498e3b](https://github.com/algolia/docsearch/commit/9498e3b))
-* **website:** updated logo ([fa413d9](https://github.com/algolia/docsearch/commit/fa413d9))
-
-
-
-# [1.1.0](https://github.com/algolia/docsearch/compare/v1.0.2...v1.1.0) (2016-02-01)
-
-
-### Bug Fixes
-
-* **dropdown:** Visually group suggestions together ([592c8f2](https://github.com/algolia/docsearch/commit/592c8f2))
-
-
-### Features
-
-* **website:** ensure the inputs are mandatory ([e59d132](https://github.com/algolia/docsearch/commit/e59d132))
-
-
-
-## [1.0.2](https://github.com/algolia/docsearch/compare/v1.0.1...v1.0.2) (2015-12-28)
-
-
-### Bug Fixes
-
-* **debut:** do not enable debug by default ([188f49e](https://github.com/algolia/docsearch/commit/188f49e))
-* **url:** Removes concatenation of URL with hash if it contains a hash ([348df1c](https://github.com/algolia/docsearch/commit/348df1c)), closes [#53](https://github.com/algolia/docsearch/issues/53)
-* **usage:** fixed usage to match the latest prototype version ([f6edc9e](https://github.com/algolia/docsearch/commit/f6edc9e))
-
-
-
-## [1.0.1](https://github.com/algolia/docsearch/compare/v1.0.0...v1.0.1) (2015-12-24)
-
-
-### Bug Fixes
-
-* **handleSelected:** ensure we're calling setVal on the right object ([31abbd7](https://github.com/algolia/docsearch/commit/31abbd7)), closes [#51](https://github.com/algolia/docsearch/issues/51)
-
-
-
-# [1.0.0](https://github.com/algolia/docsearch/compare/v0.0.7...v1.0.0) (2015-12-24)
-
-
-### Bug Fixes
-
-* **isSubCategoryHeader:** ensure we hide the content of the left column if this flag is not set ([0e04ce4](https://github.com/algolia/docsearch/commit/0e04ce4)), closes [#47](https://github.com/algolia/docsearch/issues/47)
-
-
-
-## [0.0.7](https://github.com/algolia/docsearch/compare/v0.0.6...v0.0.7) (2015-12-22)
-
-
-### Bug Fixes
-
-* **appId:** Allow passing a custom appId ([e1777d3](https://github.com/algolia/docsearch/commit/e1777d3)), closes [#21](https://github.com/algolia/docsearch/issues/21)
-* **css:** Renaming all `ads-` prefix to `algolia-docsearch-` ([c6fc53f](https://github.com/algolia/docsearch/commit/c6fc53f))
-
-
-
-## [0.0.6](https://github.com/algolia/docsearch/compare/v0.0.5...v0.0.6) (2015-12-16)
-
-
-
-## [0.0.5](https://github.com/algolia/docsearch/compare/v0.0.4...v0.0.5) (2015-12-16)
-
-
-
-## [0.0.4](https://github.com/algolia/docsearch/compare/v0.0.3...v0.0.4) (2015-12-16)
-
-
-
-## [0.0.3](https://github.com/algolia/docsearch/compare/v0.0.2...v0.0.3) (2015-12-16)
-
-
-
-## [0.0.2](https://github.com/algolia/docsearch/compare/bdac9dd...v0.0.2) (2015-12-16)
-
-
-### Bug Fixes
-
-* **colors:** Reduce number of colors ([125d1c7](https://github.com/algolia/docsearch/commit/125d1c7))
-* **snippet:** Fix typo in method name ([751dfdb](https://github.com/algolia/docsearch/commit/751dfdb))
-
-
-### Features
-
-* **gh-pages:** Add gh-pages deploy script ([ab1a299](https://github.com/algolia/docsearch/commit/ab1a299))
-* **main:** Add main wrapper ([bdac9dd](https://github.com/algolia/docsearch/commit/bdac9dd))
-* **styling:** Set grayscale as default, add styling as external file ([5d8cca8](https://github.com/algolia/docsearch/commit/5d8cca8))
-
-
-
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
deleted file mode 100644
index b5cd7a50..00000000
--- a/CONTRIBUTING.md
+++ /dev/null
@@ -1,82 +0,0 @@
-Hi (future) collaborator!
-
-
-
-
-
-- [Where to start?](#where-to-start)
-- [Development workflow](#development-workflow)
- - [Requirements](#requirements)
- - [Build](#build)
- - [Serve](#serve)
- - [Test](#test)
- - [Docs](#docs)
- - [Release](#release)
-
-
-
-# Where to start?
-
-Have a fix or a new feature? [Search for corresponding
-issues][14] first then create a new
-one.
-
-# Development workflow
-
-## Requirements
-
-To run this project, you will need:
-
-- Node.js >= v8.7.0, use nvm - [install
- instructions][15]
-- Yarn
-
-## Build
-
-`yarn run build` will build all files in `./dist`. This includes regular and
-minified files for `
-
-
-