From 7ee4e6597f213eefe45f2c62b69c9e4f33219555 Mon Sep 17 00:00:00 2001 From: Muhammad Talha <13951043+TalhaMaliktz@users.noreply.github.com> Date: Fri, 29 Nov 2024 17:45:16 +0500 Subject: [PATCH 1/2] Update docusaurus.config.js --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index ba442849..7d2156eb 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -24,7 +24,7 @@ const config = { // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. /* organizationName: 'LiskHQ', // Usually your GitHub org/user name. - projectName: 'lisk-documentation', // Usually your repo name. + projectName: 'lisk-documentation', // Usually your repo name. trailingSlash: false, */ onBrokenLinks: 'throw', From f232e18a77ce9ead4937be1f2cb3e0710078c6f3 Mon Sep 17 00:00:00 2001 From: Muhammad Talha <13951043+TalhaMaliktz@users.noreply.github.com> Date: Fri, 29 Nov 2024 17:59:19 +0500 Subject: [PATCH 2/2] Update docusaurus.config.js --- docusaurus.config.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 7d2156eb..10075d1b 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -24,7 +24,7 @@ const config = { // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. /* organizationName: 'LiskHQ', // Usually your GitHub org/user name. - projectName: 'lisk-documentation', // Usually your repo name. + projectName: 'lisk-documentation', // Usually your repo name. trailingSlash: false, */ onBrokenLinks: 'throw', @@ -37,13 +37,13 @@ const config = { defaultLocale: 'en', locales: ['en', 'ind'], localeConfigs: { - en: { - label: 'English', - direction: 'ltr', - htmlLang: 'en-US', - calendar: 'gregory', - path: 'en', - }, + // en: { + // label: 'English', + // direction: 'ltr', + // htmlLang: 'en-US', + // calendar: 'gregory', + // path: 'en', + // }, ind: { label: 'Indonesian', }, @@ -106,12 +106,12 @@ const config = { srcDark: '/img/lisk-docs-dark.svg', }, items: [ - /*{ - TODO: Uncomment when all localozed pages are translated - /* { + /* + TODO: Uncomment when all localozed pages are translated*/ + { type: 'localeDropdown', position: 'right', - }, */ + }, { type: 'doc', position: 'left',