diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2020-07-22 17:39:06 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2020-07-22 17:39:06 -0300 |
commit | 612470ce1fae11d555f43b580c43170ea90e7b85 (patch) | |
tree | 6c0819316309173585cbf7e60c232adeb3f101d0 /docusaurus/docusaurus.config.js | |
parent | d939b6aff0c80633b642fee4222c697481d0a90a (diff) | |
download | PSP.git-612470ce1fae11d555f43b580c43170ea90e7b85.tar.gz PSP.git-612470ce1fae11d555f43b580c43170ea90e7b85.tar.xz PSP.git-612470ce1fae11d555f43b580c43170ea90e7b85.zip |
User guide update
Diffstat (limited to 'docusaurus/docusaurus.config.js')
-rw-r--r-- | docusaurus/docusaurus.config.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docusaurus/docusaurus.config.js b/docusaurus/docusaurus.config.js index 3a721a7..107e159 100644 --- a/docusaurus/docusaurus.config.js +++ b/docusaurus/docusaurus.config.js @@ -72,6 +72,12 @@ module.exports = { ], copyright: `Copyright © ${new Date().getFullYear()} Thales Lima Oliveira. Built with Docusaurus.`, }, + algolia: { + apiKey: 'api-key', + indexName: 'index-name', + appId: 'app-id', // Optional, if you run the DocSearch crawler on your own + algoliaOptions: {}, // Optional, if provided by Algolia + }, }, presets: [ [ |