Skip to content

Commit

Permalink
Merge pull request #56 from re-kast/feature/issue_27
Browse files Browse the repository at this point in the history
💚 Display KDOCs on the documentation sites
  • Loading branch information
dubdabasoduba authored Nov 1, 2024
2 parents 418617d + 6ff37b8 commit a4f42be
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ const config: Config = {
projectName: 'android-mtn-momo-api-sdk',
onBrokenLinks: 'ignore',
onBrokenMarkdownLinks: 'warn',
staticDirectories: ['static'],

// Even if you don't use internationalization, you can use this field to set
// useful metadata like html lang. For example, if your site is Chinese, you
// may want to replace "en" with "zh-Hans".
i18n: {
defaultLocale: 'en',
locales: ['en'],
locales: ['en']
},

presets: [
[
'classic',
Expand Down Expand Up @@ -74,8 +74,8 @@ const config: Config = {
},
/*{to: '/blog', label: 'Blog', position: 'left'},*/
{
href: 'https://github.com/facebook/docusaurus',
label: 'GitHub',
href: 'https://mtn-momo-sdk.rekast.io/dokka/',
label: 'SDK & Sample Application KDocs',
position: 'right',
},
],
Expand Down Expand Up @@ -112,13 +112,9 @@ const config: Config = {
{
title: 'More',
items: [
/* {
label: 'Blog',
to: '/blog',
},*/
{
label: 'GitHub',
href: 'https://github.com/facebook/docusaurus',
label: 'SDK & Sample Application KDocs',
href: 'https://mtn-momo-sdk.rekast.io/dokka/',
},
],
},
Expand Down

0 comments on commit a4f42be

Please sign in to comment.