Skip to content

Commit

Permalink
Package updates (#266)
Browse files Browse the repository at this point in the history
* udpated packages

* update packages
  • Loading branch information
joshuafernandes authored Jun 26, 2024
1 parent fbead9a commit 0c71b3f
Show file tree
Hide file tree
Showing 4 changed files with 714 additions and 347 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v19.4.0
v20.14.0
43 changes: 26 additions & 17 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,29 +112,29 @@ const config = {
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
algolia: {
// The application ID provided by Algolia
appId: "NSRFPEJ4NC",
// algolia: {
// // The application ID provided by Algolia
// appId: "NSRFPEJ4NC",

// Public API key: it is safe to commit it
apiKey: "cea41b975ad6c9a01408dfda6e0061d3",
// // Public API key: it is safe to commit it
// apiKey: "cea41b975ad6c9a01408dfda6e0061d3",

indexName: "web3signer",
// indexName: "web3signer",

// Optional: see doc section below
contextualSearch: true,
// // Optional: see doc section below
// contextualSearch: true,

// Optional: Specify domains where the navigation should occur through window.location instead on history.push. Useful when our Algolia config crawls multiple documentation sites and we want to navigate with window.location.href to them.
externalUrlRegex: "external\\.com|domain\\.com",
// // Optional: Specify domains where the navigation should occur through window.location instead on history.push. Useful when our Algolia config crawls multiple documentation sites and we want to navigate with window.location.href to them.
// externalUrlRegex: "external\\.com|domain\\.com",

// Optional: Algolia search parameters
searchParameters: {},
// // Optional: Algolia search parameters
// searchParameters: {},

// Optional: path for search page that enabled by default (`false` to disable it)
searchPagePath: "search",
// // Optional: path for search page that enabled by default (`false` to disable it)
// searchPagePath: "search",

// ... other Algolia params
},
// // ... other Algolia params
// },
// announcementBar: {
// id: "announcement_bar",
// content: "⛔️ This documentation site is still under construction! 🚧",
Expand Down Expand Up @@ -474,7 +474,16 @@ const config = {
},
],
],
themes: [],
themes: [
[
require.resolve("@easyops-cn/docusaurus-search-local"),
{
docsRouteBasePath: "/",
hashed: true,
indexBlog: false,
},
],
],
};

module.exports = config;
Loading

0 comments on commit 0c71b3f

Please sign in to comment.