diff --git a/README.md b/README.md index 3ad79c4d..f38c17fc 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ title_meta: FlowMVI - Kotlin Architecture Framework sidebar_label: Home sidebar_position: 0 hide_title: true -description: undefined +description: Architecture Framework for Kotlin. Reuse every line of code. Handle all errors automatically. No boilerplate. Analytics, metrics, debugging in 3 lines. 50+ features. slug: / --- -![](https://opensource.respawn.pro/FlowMVI/banner.png) +![](https://opensource.respawn.pro/FlowMVI/banner.webp) [![CI](https://github.com/respawn-app/FlowMVI/actions/workflows/ci.yml/badge.svg)](https://github.com/respawn-app/FlowMVI/actions/workflows/ci.yml) ![License](https://img.shields.io/github/license/respawn-app/flowMVI) diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index f7d90fbe..6b46843a 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -29,6 +29,7 @@ const config: Config = { 'classic', { docs: { + breadcrumbs: false, sidebarCollapsed: false, sidebarPath: './sidebars.ts', routeBasePath: '/', diff --git a/docs/static/banner.webp b/docs/static/banner.webp new file mode 100644 index 00000000..60e53595 Binary files /dev/null and b/docs/static/banner.webp differ diff --git a/scripts/update_readme.sh b/scripts/update_readme.sh index 90677535..cc6d45ea 100755 --- a/scripts/update_readme.sh +++ b/scripts/update_readme.sh @@ -5,7 +5,7 @@ title_meta: FlowMVI - Kotlin Architecture Framework sidebar_label: Home sidebar_position: 0 hide_title: true -description: undefined +description: Architecture Framework for Kotlin. Reuse every line of code. Handle all errors automatically. No boilerplate. Analytics, metrics, debugging in 3 lines. 50+ features. slug: / --- " > ./docs/docs/README.md