Skip to content

Commit

Permalink
Merge pull request #191 from mmulji-ic/mmulji-ic/docusaurus-migration
Browse files Browse the repository at this point in the history
Swap algolia keys and swap ICS and Translations sections
  • Loading branch information
mmulji-ic authored Sep 15, 2023
2 parents 3011f7b + 67bf915 commit ea2e1ca
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/docs/interchain-security/_category_.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"label": "Interchain Security",
"position": 15,
"position": 14,
"link": { "type": "doc", "id": "interchain-security/README" }
}
2 changes: 1 addition & 1 deletion docs/docs/translations/_category_.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"label": "🌐 Translations",
"position": 14,
"position": 15,
"link": { "type": "doc", "id": "translations/README" }
}
9 changes: 6 additions & 3 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');

// const lastVersion = "v11.0.0";
const googleTrackingId = 'G-EB7MEE3TJ1';
const algoliaAppKey = '9AHLYCX3HA';
const algoliaAPIKey = '976ab1e596812cf4fbe21a3d4d1c9830';
const algoliaIndexName = 'cosmos_network';

/** @type {import('@docusaurus/types').Config} */
const config = {
Expand Down Expand Up @@ -240,9 +243,9 @@ const config = {
additionalLanguages: ['protobuf', 'go-module'], // https://prismjs.com/#supported-languages
},
algolia: {
appId: 'QLS2QSP47E',
apiKey: '4d9feeb481e3cfef8f91bbc63e090042',
indexName: 'cosmos_network',
appId: algoliaAppKey,
apiKey: algoliaAPIKey,
indexName: algoliaIndexName,
contextualSearch: false,
},
}),
Expand Down

0 comments on commit ea2e1ca

Please sign in to comment.