1
0
Fork 0
docsearch/docs/config.json
2019-09-02 13:34:07 +02:00

172 lines
4.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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": "Getting Started",
"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": "Adding DocSearch To Your UI",
"pages": [
{
"title": "Dropdown UI Overview",
"url": "dropdown.html"
},
{
"title": "Styling",
"url": "styling.html"
},
{
"title": "Behavior",
"url": "behavior.html"
}
]
},
{
"title": "Requirements, Tips, FAQ",
"pages": [
{
"title": "Required configuration",
"url": "required-configuration.html"
},
{
"title": "Tips",
"url": "tips.html"
},
{
"title": "FAQ",
"url": "faq.html"
},
{
"title": "Website Generators",
"url": "integrations.html"
}
]
},
{
"title": "Lets Get Technical",
"pages": [
{
"title": "DocSearch Technical Overview (the Scraper)",
"url": "crawler-overview.html"
},
{
"title": "Inside The Engine",
"url": "inside-the-engine.html"
},
{
"title": "Config Files",
"url": "config-file.html"
},
{
"title": "CSS Helper",
"url": "css-helper.html"
},
{
"title": "Build An Index",
"url": "how-do-we-build-an-index.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"
},
{
"from": "recommended-configuration.html",
"to": "required-configuration.html"
},
{
"from": "crawler-overview.html",
"to": "scraper-overview.html"
}
]
}