Skip to content

Commit

Permalink
Update docusaurus.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
TalhaMaliktz committed Nov 29, 2024
1 parent 7ee4e65 commit f232e18
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
},
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit f232e18

Please sign in to comment.