mirror of
https://fast.feibisi.com/https://github.com/parcelvoy/platform.git
synced 2025-09-07 13:26:27 +08:00
Adds search to documentation (#280)
This commit is contained in:
parent
f918b0b066
commit
56ad60cef7
4 changed files with 39 additions and 1 deletions
|
@ -82,6 +82,26 @@ const config = {
|
|||
darkTheme: darkCodeTheme,
|
||||
additionalLanguages: ['swift', 'json', 'kotlin'],
|
||||
},
|
||||
algolia: {
|
||||
// The application ID provided by Algolia
|
||||
appId: '8ZOD0Z0X8I',
|
||||
|
||||
// Public API key: it is safe to commit it
|
||||
apiKey: '0a521d036d0eeb2ac5c8bafbcfe5b830',
|
||||
|
||||
indexName: 'parcelvoy',
|
||||
|
||||
// Optional: see doc section below
|
||||
contextualSearch: true,
|
||||
|
||||
// Optional: Algolia search parameters
|
||||
searchParameters: {},
|
||||
|
||||
// Optional: path for search page that enabled by default (`false` to disable it)
|
||||
searchPagePath: 'search',
|
||||
|
||||
//... other Algolia params
|
||||
},
|
||||
}),
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue