1
0
Fork 0
docsearch/docs/config.json
2018-08-23 11:11:45 +02:00

150 lines
3.5 KiB
JSON

{
"site": {
"project": "DocSearch",
"title": "DocSearch: Search made for documentation",
"description": "The easiest way to add search to your documentation",
"url": "https://community.algolia.com/docsearch",
"repo": "https://github.com/algolia/docsearch"
},
"placeholders": {
"docSearchJSVersion": "2"
},
"sidebar": [
{
"title": "Essentials",
"pages": [
{
"title": "What is DocSearch?",
"url": "what-is-docsearch.html"
},
{
"title": "How does it work?",
"url": "how-does-it-work.html"
},
{
"title": "Who can apply?",
"url": "who-can-apply.html"
},
{
"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",
"url": "dropdown.html"
},
{
"title": "Styling",
"url": "styling.html"
},
{
"title": "Behavior",
"url": "behavior.html"
}
]
},
{
"title": "Crawler",
"pages": [
{
"title": "Overview",
"url": "crawler-overview.html"
},
{
"title": "Inside the engine",
"url": "inside-the-engine.html"
},
{
"title": "Config files",
"url": "config-file.html"
},
{
"title": "Run your own",
"url": "run-your-own.html"
}
]
}
],
"redirects": [
{
"from": "documentation/index.html",
"to": "what-is-docsearch.html"
},
{
"from": "documentation/docsearch/index.html",
"to": "what-is-docsearch.html"
},
{
"from": "documentation/docsearch/docsearch-autocomplete/index.html",
"to": "what-is-docsearch.html"
},
{
"from": "documentation/docsearch/docsearch-FAQ/index.html",
"to": "what-is-docsearch.html"
},
{
"from": "documentation/docsearch/docsearch-scraper/index.html",
"to": "what-is-docsearch.html"
},
{
"from": "documentation/docsearch/introduction/index.html",
"to": "what-is-docsearch.html"
},
{
"from": "documentation/docsearch/how-it-works/index.html",
"to": "how-does-it-work.html"
},
{
"from": "documentation/docsearch/recommendations/index.html",
"to": "tips.html"
},
{
"from": "documentation/docsearch-scraper/overview/index.html",
"to": "crawler-overview.html"
},
{
"from": "documentation/docsearch-scraper/config-options/index.html",
"to": "config-file.html"
},
{
"from":
"documentation/docsearch-autocomplete/customize-autocomplete-styles/index.html",
"to": "styling.html"
},
{
"from":
"documentation/docsearch-autocomplete/configuring-the-search/index.html",
"to": "behavior.html"
},
{
"from":
"documentation/docsearch-FAQ/customize-configuration-file/index.html",
"to": "config-file.html"
},
{
"from": "documentation/docsearch-FAQ/global-questions/index.html",
"to": "faq.html"
},
{
"from": "documentation/docsearch-FAQ/does-my-project-qualify/index.html",
"to": "faq.html"
}
]
}