mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2024-11-22 02:34:30 +08:00
Integrate DocSearch (Algolia)
https://github.com/algolia/docsearch-configs/blob/master/configs/qtpromise.json https://community.algolia.com/docsearch/
This commit is contained in:
parent
22faef4ac3
commit
16229fc2c9
@ -10,6 +10,10 @@ module.exports = {
|
|||||||
lastUpdated: 'Last Updated',
|
lastUpdated: 'Last Updated',
|
||||||
editLinks: true,
|
editLinks: true,
|
||||||
docsDir: 'docs',
|
docsDir: 'docs',
|
||||||
|
algolia: {
|
||||||
|
apiKey: '0e6e9cccb8c2c360a5543e28c4e31cb8',
|
||||||
|
indexName: 'qtpromise'
|
||||||
|
},
|
||||||
sidebar: [
|
sidebar: [
|
||||||
'qtpromise/getting-started',
|
'qtpromise/getting-started',
|
||||||
'qtpromise/qtconcurrent',
|
'qtpromise/qtconcurrent',
|
||||||
|
Loading…
Reference in New Issue
Block a user