diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2020-07-31 00:02:48 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2020-07-31 00:02:48 -0300 |
commit | 565212824feca3dfa65584a8b13d838c56052c59 (patch) | |
tree | 380677a7da0b573af84ba86bb6251a7fec5f2156 /docusaurus/docusaurus.config.js | |
parent | 51f475bd91d88e5060f500361bd9847bb719c422 (diff) | |
download | PSP.git-565212824feca3dfa65584a8b13d838c56052c59.tar.gz PSP.git-565212824feca3dfa65584a8b13d838c56052c59.tar.xz PSP.git-565212824feca3dfa65584a8b13d838c56052c59.zip |
Documentation and docusaurus update
Diffstat (limited to 'docusaurus/docusaurus.config.js')
-rw-r--r-- | docusaurus/docusaurus.config.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docusaurus/docusaurus.config.js b/docusaurus/docusaurus.config.js index d064010..cd74364 100644 --- a/docusaurus/docusaurus.config.js +++ b/docusaurus/docusaurus.config.js @@ -16,7 +16,7 @@ module.exports = { alt: 'PSP-UFU logo', src: 'img/logo.svg', }, - links: [ + items: [ { to: 'docs/', activeBasePath: 'docs', @@ -75,8 +75,7 @@ module.exports = { algolia: { apiKey: '2057c3eff4d2d1cb763e214020ce866d', indexName: 'docs/', - //appId: 'app-id', // Optional, if you run the DocSearch crawler on your own - algoliaOptions: {}, // Optional, if provided by Algolia + searchParameters: {}, // Optional (if provided by Algolia) }, }, presets: [ |