Merge branch 'master' into doc/update_content
This commit is contained in:
commit
dba25242f6
4 changed files with 626 additions and 639 deletions
|
|
@ -9,45 +9,30 @@
|
|||
"placeholders": {
|
||||
"docSearchJSVersion": "2"
|
||||
},
|
||||
"sidebar": [
|
||||
{
|
||||
"title": "Essentials",
|
||||
"pages": [
|
||||
{
|
||||
"sidebar": [{
|
||||
"title": "Getting Started",
|
||||
"pages": [{
|
||||
"title": "What is DocSearch?",
|
||||
"url": "what-is-docsearch.html"
|
||||
},
|
||||
{
|
||||
"title": "How does it work?",
|
||||
"title": "How Does It Work?",
|
||||
"url": "how-does-it-work.html"
|
||||
},
|
||||
{
|
||||
"title": "Who can apply?",
|
||||
"title": "Who Can Apply?",
|
||||
"url": "who-can-apply.html"
|
||||
},
|
||||
{
|
||||
"title": "Apply now",
|
||||
"title": "Apply Now!",
|
||||
"url": "apply.html"
|
||||
},
|
||||
{
|
||||
"title": "Integrations",
|
||||
"url": "integrations.html"
|
||||
},
|
||||
{
|
||||
"title": "Tips",
|
||||
"url": "tips.html"
|
||||
},
|
||||
{
|
||||
"title": "FAQ",
|
||||
"url": "faq.html"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Dropdown UI",
|
||||
"pages": [
|
||||
{
|
||||
"title": "Overview",
|
||||
"title": "Adding DocSearch To Your UI",
|
||||
"pages": [{
|
||||
"title": "Dropdown UI Overview",
|
||||
"url": "dropdown.html"
|
||||
},
|
||||
{
|
||||
|
|
@ -61,32 +46,50 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"title": "Crawler",
|
||||
"pages": [
|
||||
"title": "Tips, FAQ, Misc",
|
||||
"pages": [{
|
||||
"title": "Tips",
|
||||
"url": "tips.html"
|
||||
},
|
||||
{
|
||||
"title": "Overview",
|
||||
"title": "FAQ",
|
||||
"url": "faq.html"
|
||||
},
|
||||
{
|
||||
"title": "Website Generators",
|
||||
"url": "integrations.html"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Let’s Get Technical",
|
||||
"pages": [{
|
||||
"title": "DocSearch Technical Overview (the Crawler)",
|
||||
"url": "crawler-overview.html"
|
||||
},
|
||||
{
|
||||
"title": "Inside the engine",
|
||||
"title": "Inside The Engine",
|
||||
"url": "inside-the-engine.html"
|
||||
},
|
||||
{
|
||||
"title": "Config files",
|
||||
"title": "Config Files",
|
||||
"url": "config-file.html"
|
||||
},{
|
||||
"title": "Build an index",
|
||||
"url": "how-do-we-build-an-index.html"
|
||||
},
|
||||
{
|
||||
"title": "Run your own",
|
||||
"title": "Build An Index",
|
||||
"url": "how-do-we-build-an-index.html"
|
||||
},
|
||||
{
|
||||
"title": "Run Your Own",
|
||||
"url": "run-your-own.html"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"redirects": [
|
||||
{
|
||||
"redirects": [{
|
||||
"from": "documentation/index.html",
|
||||
"to": "what-is-docsearch.html"
|
||||
},
|
||||
|
|
@ -127,18 +130,15 @@
|
|||
"to": "config-file.html"
|
||||
},
|
||||
{
|
||||
"from":
|
||||
"documentation/docsearch-autocomplete/customize-autocomplete-styles/index.html",
|
||||
"from": "documentation/docsearch-autocomplete/customize-autocomplete-styles/index.html",
|
||||
"to": "styling.html"
|
||||
},
|
||||
{
|
||||
"from":
|
||||
"documentation/docsearch-autocomplete/configuring-the-search/index.html",
|
||||
"from": "documentation/docsearch-autocomplete/configuring-the-search/index.html",
|
||||
"to": "behavior.html"
|
||||
},
|
||||
{
|
||||
"from":
|
||||
"documentation/docsearch-FAQ/customize-configuration-file/index.html",
|
||||
"from": "documentation/docsearch-FAQ/customize-configuration-file/index.html",
|
||||
"to": "config-file.html"
|
||||
},
|
||||
{
|
||||
|
|
@ -150,4 +150,4 @@
|
|||
"to": "faq.html"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -13,11 +13,11 @@
|
|||
"serve": "babel-node ./scripts/serve.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.0.0-rc.3",
|
||||
"@babel/core": "7.0.0-rc.3",
|
||||
"@babel/node": "7.0.0-rc.3",
|
||||
"@babel/plugin-proposal-object-rest-spread": "7.0.0-rc.3",
|
||||
"@babel/preset-env": "7.0.0-rc.3",
|
||||
"@babel/cli": "7.0.0",
|
||||
"@babel/core": "7.0.0",
|
||||
"@babel/node": "7.0.0",
|
||||
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
|
||||
"@babel/preset-env": "7.0.0",
|
||||
"@fullhuman/postcss-purgecss": "1.0.1",
|
||||
"autoprefixer": "8.6.5",
|
||||
"babel-core": "7.0.0-bridge.0",
|
||||
|
|
@ -28,14 +28,14 @@
|
|||
"chokidar": "2.0.4",
|
||||
"cpx": "1.5.0",
|
||||
"eslint": "4.19.1",
|
||||
"eslint-config-algolia": "13.1.0",
|
||||
"eslint-config-algolia": "13.2.3",
|
||||
"eslint-config-prettier": "2.10.0",
|
||||
"eslint-plugin-import": "2.14.0",
|
||||
"eslint-plugin-prettier": "2.6.2",
|
||||
"front-matter": "2.3.0",
|
||||
"fs-extra": "7.0.0",
|
||||
"gh-pages": "1.2.0",
|
||||
"glob": "7.1.2",
|
||||
"glob": "7.1.3",
|
||||
"husky": "0.14.3",
|
||||
"inquirer": "6.2.0",
|
||||
"live-server": "1.2.0",
|
||||
|
|
|
|||
1169
docs/yarn.lock
1169
docs/yarn.lock
File diff suppressed because it is too large
Load diff
|
|
@ -49,7 +49,7 @@
|
|||
"conventional-changelog-cli": "2.0.5",
|
||||
"cssnano": "4.1.0",
|
||||
"eslint": "5.4.0",
|
||||
"eslint-config-algolia": "13.1.0",
|
||||
"eslint-config-algolia": "13.2.3",
|
||||
"eslint-config-prettier": "2.10.0",
|
||||
"eslint-plugin-import": "2.14.0",
|
||||
"eslint-plugin-jest": "21.22.0",
|
||||
|
|
@ -66,7 +66,7 @@
|
|||
"pretty-bytes-cli": "2.0.0",
|
||||
"semver": "5.5.1",
|
||||
"sinon": "6.1.5",
|
||||
"uglify-js": "3.4.8",
|
||||
"uglify-js": "3.4.9",
|
||||
"webpack": "3.12.0",
|
||||
"webpack-cli": "3.1.0"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue