Docs: add algolia search
Showing
build/bin/gen-indices.js
0 → 100644
| ... | @@ -28,6 +28,10 @@ | ... | @@ -28,6 +28,10 @@ |
| "test": "npm run lint && npm run build:theme && cross-env CI_ENV=/dev/ karma start test/unit/karma.conf.js --single-run", | "test": "npm run lint && npm run build:theme && cross-env CI_ENV=/dev/ karma start test/unit/karma.conf.js --single-run", | ||
| "test:watch": "npm run build:theme && karma start test/unit/karma.conf.js" | "test:watch": "npm run build:theme && karma start test/unit/karma.conf.js" | ||
| }, | }, | ||
| "faas": { | |||
| "domain": "element", | |||
| "public": "examples/element-ui" | |||
| }, | |||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "git@github.com:ElemeFE/element.git" | "url": "git@github.com:ElemeFE/element.git" | ||
| ... | @@ -54,6 +58,7 @@ | ... | @@ -54,6 +58,7 @@ |
| "vue": "^2.3.0" | "vue": "^2.3.0" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "algoliasearch": "^3.24.5", | |||
| "babel-cli": "^6.14.0", | "babel-cli": "^6.14.0", | ||
| "babel-core": "^6.14.0", | "babel-core": "^6.14.0", | ||
| "babel-loader": "^6.2.5", | "babel-loader": "^6.2.5", | ||
| ... | ... |
Please register or sign in to comment