We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adea59f commit b3383dbCopy full SHA for b3383db
website/siteConfig.js
@@ -12,7 +12,7 @@ const path = require('path');
12
const siteConfig = {
13
customDocsPath: path.basename(__dirname) + '/docs',
14
title: "ReduxKotlin", // Title for your website.
15
- tagline: "A Predictable State Container for Kotlin Apps",
+ tagline: "Redux in Kotlin supporting multiplatform - Android, iOS, Web, Native",
16
url: "https://reduxkotlin.org", // Your website URL
17
baseUrl: "/", // Base URL for your project */
18
docsUrl : "", // don't prefix docs URLs with /docs/
0 commit comments