Skip to content

Commit

Permalink
Merge branch 'LISKDOCS-34-investigate-algolia-crawler' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
TalhaMaliktz committed Nov 29, 2024
2 parents c588dcd + 1ae9387 commit 5e56062
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 @@ -107,11 +107,11 @@ const config = {
},
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 5e56062

Please sign in to comment.