Skip to content

Commit

Permalink
Merge branch 'development' into 220-tellor
Browse files Browse the repository at this point in the history
  • Loading branch information
Tschakki authored Nov 20, 2024
2 parents f0ce9a3 + e8fe70a commit 9f5f6cd
Show file tree
Hide file tree
Showing 57 changed files with 8,392 additions and 18 deletions.
17 changes: 14 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ 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.
/* organizationName: 'LiskHQ', // Usually your GitHub org/user name.
projectName: 'lisk-documentation', // Usually your repo name.
trailingSlash: false,
trailingSlash: false, */

onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'throw',
Expand All @@ -35,7 +35,12 @@ const config = {
// may want to replace "en" with "zh-Hans".
i18n: {
defaultLocale: 'en',
locales: ['en'],
locales: ['en', 'ind'],
localeConfigs: {
ind: {
label: 'Indonesian',
},
},
},

scripts: [
Expand Down Expand Up @@ -94,6 +99,12 @@ const config = {
srcDark: '/img/lisk-docs-dark.svg',
},
items: [
/*{
TODO: Uncomment when all localozed pages are translated
/* {
type: 'localeDropdown',
position: 'right',
}, */
{
type: 'doc',
position: 'left',
Expand Down
2 changes: 0 additions & 2 deletions git-deploy-github.sh

This file was deleted.

Loading

0 comments on commit 9f5f6cd

Please sign in to comment.